Difference between revisions of "IXTdata"

From LIBISIS
Jump to navigation Jump to search
m
(No difference)

Revision as of 09:50, 2 April 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
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