Difference between revisions of "IXTattenuator"
Jump to navigation
Jump to search
m |
m |
||
Line 21: | Line 21: | ||
| attenuation || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV) | | attenuation || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV) | ||
|} | |} | ||
+ | |||
==F90 syntax== | ==F90 syntax== |
Revision as of 11:07, 3 April 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
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: