Difference between revisions of "IXTsw bridge"

From LIBISIS
Jump to navigation Jump to search
m
m
 
Line 23: Line 23:
 
| '''work_ind(:)''' || int (ptr) || indeces of workspace for each spectra  
 
| '''work_ind(:)''' || int (ptr) || indeces of workspace for each spectra  
 
|-
 
|-
| '''spec_no(:)''' || int (ptr) || workspace numbers  
+
| '''work_no(:)''' || int (ptr) || workspace numbers  
 
|}
 
|}
  

Latest revision as of 08:42, 5 August 2008

This is a spectra to workspace bridge

Structure

The elements of the object are as follows:

Field Type Description
base IXTbase interal use
spec_no(:) int (ptr) spectrum number
total_work(:) int (ptr) total # of workspace spectrum contained in
work_ind(:) int (ptr) indeces of workspace for each spectra
work_no(:) int (ptr) workspace numbers


F90 syntax

use IXMsw_bridge

type(IXTsw_bridge):: sw_bridge
type(IXTstatus):: status


Operations

The following operations may be performed on this data type:


Class Specific Operations: