Difference between revisions of "IXTattenuator"
Jump to navigation
Jump to search
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | | + | |'''base''' |
+ | | [[IXTbase]] | ||
+ | | internal object | ||
|- | |- | ||
− | | | + | | '''name''' || char || Name of attenuator |
|- | |- | ||
− | | | + | | '''distance''' || real || Distance of centre from sample (m) |
|- | |- | ||
− | | | + | | '''material''' || char || Type of attenuator eg. polythene |
|- | |- | ||
− | | attenuation || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV) | + | | '''thickness'''|| real || Thickness (m) |
+ | |- | ||
+ | | '''attenuation''' || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV) | ||
+ | |} | ||
Latest revision as of 15:50, 4 August 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
base | IXTbase | internal object |
name | char | Name of attenuator |
distance | real | Distance of centre from sample (m) |
material | char | Type of attenuator eg. polythene |
thickness | real | Thickness (m) |
attenuation | IXTdataset_1d | Attenuation factor as a function of energy (meV) |
F90 syntax
use IXMattenuator type(IXTattenuator):: attenuator type(IXTstatus):: status
Operations
The following operations may be performed on this data type: