Difference between revisions of "IXTpeaks"
Jump to navigation
Jump to search
m |
m (→F90 syntax) |
||
Line 41: | Line 41: | ||
use [[IXMpeaks]] | use [[IXMpeaks]] | ||
type(IXTpeaks):: peaks | type(IXTpeaks):: peaks | ||
− | type(IXTstatus):: status | + | type([[IXTstatus]]):: status |
− | |||
==Operations== | ==Operations== |
Revision as of 09:56, 2 April 2008
Object Structure
Element | Type | Description |
---|---|---|
monitor_no (:) | int (ptr) | No. of monitor |
integral | IXTdatum_array | Monitor Integral and error |
irange_low (:) | real (ptr) | Integration range |
irange_high (:) | real (ptr) | Integration range |
integral_units | char | Units in which the integration was performed |
moments | IXTmoments | derived quantities for peaks |
moments_units | char | Units in which the moments are expressed |
F90 syntax
use IXMpeaks type(IXTpeaks):: peaks type(IXTstatus):: status
Operations
The following operations may be performed on this data type: