IXTdata

From LIBISIS
Jump to navigation Jump to search

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:


Class Specific Operations