Difference between revisions of "IXTworkspace"
Jump to navigation
Jump to search
m |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
==Structure== | ==Structure== | ||
Line 6: | Line 4: | ||
The elements of the object are as follows: | The elements of the object are as follows: | ||
− | + | {| {{Tablestyle}} | |
|- | |- | ||
! {{Headcellstyle}} | Field | ! {{Headcellstyle}} | Field | ||
Line 12: | Line 10: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | + | |'''base''' | |
− | + | | [[IXTbase]] | |
− | |effdet_index || IXTeffdet_index || Index of good detector parameters for the workspace | + | | interal use |
− | + | |- | |
− | |eff_det || IXTdetector | + | |'''work_no(:)''' || real(ptr) || workspace number |
+ | |- | ||
+ | |'''effdet_index''' || [[IXTeffdet_index]] || Index of good detector parameters for the workspace | ||
+ | |- | ||
+ | |'''eff_det''' || [[IXTdetector]] || effective detector information | ||
|} | |} | ||
==F90 syntax== | ==F90 syntax== | ||
+ | |||
+ | |||
<pre>use IXMworkspace | <pre>use IXMworkspace | ||
Latest revision as of 08:35, 5 August 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
base | IXTbase | interal use |
work_no(:) | real(ptr) | workspace number |
effdet_index | IXTeffdet_index | Index of good detector parameters for the workspace |
eff_det | IXTdetector | effective detector information |
F90 syntax
use IXMworkspace type(IXTworkspace):: workspace type(IXTstatus):: status
Operations
The following operations may be performed on this data type:
Class Specific Operations: