Difference between revisions of "IXTmoderator"
Jump to navigation
Jump to search
m |
m |
||
Line 12: | Line 12: | ||
| name ||char || Name of the moderator, eg. hydrogen | | name ||char || Name of the moderator, eg. hydrogen | ||
|- | |- | ||
− | distance||real ||Distance of the moderator face from the sample (m) | + | |distance||real ||Distance of the moderator face from the sample (m) |
|- | |- | ||
− | width||real ||moderator width (m) | + | |width||real ||moderator width (m) |
|- | |- | ||
− | height|| real||moderator height (m) | + | |height|| real||moderator height (m) |
|- | |- | ||
− | + | |thickness||real||moderator thickness (m) | |
|- | |- | ||
− | + | |angle||real ||angle of normal to incident beam (rad) | |
|- | |- | ||
− | temperature||real|| temperature of moderator (K) | + | |temperature||real|| temperature of moderator (K) |
|- | |- | ||
− | + | |pulse_model|| char||Moderator pulse-shape model | |
|- | |- | ||
− | + | |pulse_pars (:) || real(ptr) || Moderator pulse-shape parameters | |
|} | |} | ||
Revision as of 16:20, 2 April 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
name | char | Name of the moderator, eg. hydrogen |
distance | real | Distance of the moderator face from the sample (m) |
width | real | moderator width (m) |
height | real | moderator height (m) |
thickness | real | moderator thickness (m) |
angle | real | angle of normal to incident beam (rad) |
temperature | real | temperature of moderator (K) |
pulse_model | char | Moderator pulse-shape model |
pulse_pars (:) | real(ptr) | Moderator pulse-shape parameters |
F90 syntax
use IXMsource type(IXTsource):: source type(IXTstatus):: status