Difference between revisions of "IXTmap"

From LIBISIS
Jump to navigation Jump to search
 
Line 3: Line 3:
 
The elements of the object are as follows:
 
The elements of the object are as follows:
  
<?plugin OldStyleTable caption="IXTmap" border||=2
+
{| border ="1" cellpadding="2"
|<  *Element|^ *Type* |^ *Brief Description*
+
|+ '''IXTmask definition'''
|work_no (:)   |^ int (ptr) |< workspace numbers
+
!width="10%"|Element  
|<   total_spec (:)  |^ int (ptr) |< total number of spectra contributing to each workspace
+
!width="20%"|Type  
|<   spec_ind (:) |^ int (ptr) |< index to the first spectrum in each workspace in spec_no array
+
!width="70%"|Brief Description
|<   spec_no (:) |^ int (ptr) |< list of spectra used in all workspaces
+
|-
?>
+
| 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
 +
|}
  
  

Revision as of 16:10, 30 January 2008

_*IXTmap*_

The elements of the object are as follows:

IXTmask definition
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]