Difference between revisions of "IXTmap"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | The IXTmap object is used to define groups of spectra into workspaces. They can be used as for the 'det_map' and 'det_mask' inputs to [[Homer and mgenie style functions#homer|homer]]. | |
+ | It is possible to [[IXTmap and IXTmask from the matlab command line|create an IXTmap from the matlab command line]] | ||
The elements of the object are as follows: | The elements of the object are as follows: | ||
{| border ="1" cellpadding="2" | {| border ="1" cellpadding="2" | ||
− | |+ ''' | + | |+ '''IXTmap definition''' |
!width="10%"|Element | !width="10%"|Element | ||
!width="20%"|Type | !width="20%"|Type |
Revision as of 16:14, 30 January 2008
The IXTmap object is used to define groups of spectra into workspaces. They can be used as for the 'det_map' and 'det_mask' inputs to homer. It is possible to create an IXTmap from the matlab command line
The elements of the object are as follows:
Element | Type | Brief Description |
---|---|---|
work_no(:) | int(ptr) | workspace numbers |
total_spec (:) | int (ptr) | total number of spectra contributing to each workspace |
spec_ind (:) | int (ptr) | index to the first spectrum in each workspace in spec_no array |
spec_no (:) | int (ptr) | list of spectra used in all workspaces |
F90 syntax
use IXMmap type(IXTmap):: map type(IXTstatus):: status
The following operations may be performed on this data type:
- [General Operations]
- [Special Subroutines]
Module specific functions
- [IXFfileread_map]