Difference between revisions of "IXTeffdet index"

From LIBISIS
Jump to navigation Jump to search
m
m
 
Line 11: Line 11:
 
! {{Headcellstyle}} | Description
 
! {{Headcellstyle}} | Description
 
|-
 
|-
|good_index (:) || int (ptr) ||array denoting good detectors
+
|'''base'''
 +
| [[IXTbase]]
 +
| interal use
 
|-
 
|-
| bad_index (:) || int (ptr) || array denoting bad detectors  
+
|'''good_index(:)''' || int(ptr) ||array denoting good detectors
 +
|-
 +
| '''bad_index(:)''' || int(ptr) || array denoting bad detectors  
 
|}
 
|}
  

Latest revision as of 08:36, 5 August 2008

Structure

The elements of the object are as follows:


Field Type Description
base IXTbase interal use
good_index(:) int(ptr) array denoting good detectors
bad_index(:) int(ptr) array denoting bad detectors


F90 syntax

use IXMeffdet_index

type(IXTeffdet_index):: index
type(IXTstatus):: status


Operations

The following operations may be performed on this data type:


Class Specific Operations