Difference between revisions of "IXTpeaks"
Jump to navigation
Jump to search
m |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Properties of peaks found using a peak fitting algorithm. | ||
+ | |||
+ | |||
== Object Structure== | == Object Structure== | ||
+ | |||
+ | |||
{| {{Tablestyle}} | {| {{Tablestyle}} | ||
Line 7: | Line 12: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | monitor_no (:) | + | | '''base''' |
+ | | [[IXTbase]] | ||
+ | | internal use | ||
+ | |- | ||
+ | | '''monitor_no (:) ''' | ||
| int (ptr) | | int (ptr) | ||
| No. of monitor | | No. of monitor | ||
|- | |- | ||
− | | integral | + | | '''integral''' |
| [[IXTdatum_array]] | | [[IXTdatum_array]] | ||
| Monitor Integral and error | | Monitor Integral and error | ||
|- | |- | ||
− | | irange_low (:) | + | | '''irange_low(:)''' |
− | | real (ptr) | + | | real(ptr) |
| Integration range | | Integration range | ||
|- | |- | ||
− | | irange_high (:) | + | | '''irange_high(:)''' |
| real (ptr) | | real (ptr) | ||
| Integration range | | Integration range | ||
|- | |- | ||
− | | integral_units | + | | '''integral_units''' |
| char | | char | ||
| Units in which the integration was performed | | Units in which the integration was performed | ||
|- | |- | ||
− | | moments | + | | '''moments''' |
| [[IXTmoments]] | | [[IXTmoments]] | ||
| derived quantities for peaks | | derived quantities for peaks | ||
|- | |- | ||
− | | moments_units | + | | '''moments_units''' |
| char | | char | ||
| Units in which the moments are expressed | | Units in which the moments are expressed | ||
Line 41: | Line 50: | ||
use [[IXMpeaks]] | use [[IXMpeaks]] | ||
type(IXTpeaks):: peaks | type(IXTpeaks):: peaks | ||
− | type(IXTstatus):: status | + | type([[IXTstatus]]):: status |
− | |||
==Operations== | ==Operations== |
Latest revision as of 13:32, 8 August 2008
Properties of peaks found using a peak fitting algorithm.
Object Structure
Element | Type | Description |
---|---|---|
base | IXTbase | internal use |
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: