Difference between revisions of "IXTmask"

From LIBISIS
Jump to navigation Jump to search
m
Line 3: Line 3:
 
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
 
!width="20%"|Type
 
!width="70%"|Brief Description
 
 
|-
 
|-
|   mask_array(:)   || int (ptr) || list of masked spectra
+
! {{Headcellstyle}} | Element
 +
! {{Headcellstyle}} | Type
 +
! {{Headcellstyle}} | Description
 +
|-
 +
| '''mask_array(:)'''
 +
| int (ptr)  
 +
| list of masked spectra
 
|}
 
|}
  

Revision as of 14:32, 31 March 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
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:

  • [General Operations]
  • [Special Subroutines]