Main Page | Data Structures | File List | Data Fields | Globals

pf_cal_pts Struct Reference

#include <common.h>

Collaboration diagram for pf_cal_pts:

Collaboration graph
[legend]

Detailed Description

Calibration points.


Data Fields

char unit [MAXUNIT]
 The name of the calibration unit.
int npts
 The number of calibration points.
pf_cal_pt pts [MAXCALPTS]
 The calibration points.
pf_cal_ptpts_by_value [MAXCALPTS]
 Calibration points sorted by value.
pf_cal_ptpts_by_ri [MAXCALPTS]
 Calibration points sorted by relative intensity.


Field Documentation

int pf_cal_pts::npts
 

The number of calibration points.

struct pf_cal_pt pf_cal_pts::pts[MAXCALPTS]
 

The calibration points.

struct pf_cal_pt* pf_cal_pts::pts_by_ri[MAXCALPTS]
 

Calibration points sorted by relative intensity.

struct pf_cal_pt* pf_cal_pts::pts_by_value[MAXCALPTS]
 

Calibration points sorted by value.

char pf_cal_pts::unit[MAXUNIT]
 

The name of the calibration unit.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 20 17:46:48 2005 for peakfinder-0.1 by  doxygen 1.3.9.1