Difference between revisions of "IXTmask"

From LIBISIS
Jump to navigation Jump to search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This object holds an array of integer numbers, it can be used by [[Homer and mgenie style functions#homer|homer]] to mask spectra, it is the main output from the [[diagnose]] function
 +
 
The elements of the object are as follows:
 
The elements of the object are as follows:
  
{| border ="1" cellpadding="2"
+
{| {{Tablestyle}}
|+ '''IXTmask definition'''
+
|-
!width="10%"|Element  
+
! {{Headcellstyle}} | Element
!width="20%"|Type  
+
! {{Headcellstyle}} | Type
!width="70%"|Brief Description
+
! {{Headcellstyle}} | Description
 +
|-
 +
| '''base'''
 +
| [[IXTbase]]
 +
| internal use
 
|-
 
|-
|   mask_array(:)   || int (ptr) || list of masked spectra
+
| '''mask_array(:)'''
 +
| int (ptr)  
 +
| list of masked spectra
 
|}
 
|}
  
Line 25: Line 33:
  
 
The following operations may be performed on this data type:
 
The following operations may be performed on this data type:
*[General Operations]
+
*[[General Operations]]
*[Special Subroutines]
+
*[[Special Subroutines]]

Latest revision as of 13:57, 4 August 2008

This object holds an array of integer numbers, it can be used by homer to mask spectra, it is the main output from the diagnose function

The elements of the object are as follows:

Element Type Description
base IXTbase internal use
mask_array(:) int (ptr) list of masked spectra



F90 syntax


use IXMmask

type(IXTmask):: mask
type(IXTstatus):: status

The following operations may be performed on this data type: