Difference between revisions of "IXTdata"
Jump to navigation
Jump to search
m |
m |
||
Line 10: | Line 10: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | datasets (:) | + | | '''base''' |
+ | | [[IXTbase]] | ||
+ | | internal use | ||
+ | |- | ||
+ | | '''datasets(:)''' | ||
| [[IXTdataset_2d]] (allocatable) | | [[IXTdataset_2d]] (allocatable) | ||
| datasets | | datasets | ||
|- | |- | ||
− | | workspace | + | | '''workspace''' |
| [[IXTworkspace]] | | [[IXTworkspace]] | ||
| object containing effective detector information | | object containing effective detector information | ||
|- | |- | ||
− | | bridge | + | | '''bridge''' |
| [[IXTbridge]] | | [[IXTbridge]] | ||
| object containing mapping information | | object containing mapping information |
Latest revision as of 15:13, 4 August 2008
The IXTdata object contains all the data and mapping information for the workspaces. The datasets element is an allocatable array of IXTdataset_2d objects which can exist as a single object in which the x-array is the same for all workspaces, or as an array of objects which each have a different x-array. This can happen if you change the units on the IXTdata object and do not rebin at the same time.
Object Structure
Element | Type | Description |
---|---|---|
base | IXTbase | internal use |
datasets(:) | IXTdataset_2d (allocatable) | datasets |
workspace | IXTworkspace | object containing effective detector information |
bridge | IXTbridge | object containing mapping information |
F90 syntax
use IXMdata type(IXTdata)::data type(IXTstatus):: status
Operations
The following operations may be performed on this data type: