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

cal_fit_info Struct Reference


Detailed Description

Data to which the calibration curve is fit.


Data Fields

int npts
 The number of points.
double x [MAXCALPTS]
 The channel for each point.
double x_err [MAXCALPTS]
 The error in the channel for each point.
double y [MAXCALPTS]
 The calibrated value for each point.
int pt [MAXCALPTS]
 The index of the point in the pf_cal_pts structure (ordered by value).
int pk [MAXCALPTS]
 The index of the peak in the pf_data structure.


Field Documentation

int cal_fit_info::npts
 

The number of points.

int cal_fit_info::pk[MAXCALPTS]
 

The index of the peak in the pf_data structure.

int cal_fit_info::pt[MAXCALPTS]
 

The index of the point in the pf_cal_pts structure (ordered by value).

double cal_fit_info::x[MAXCALPTS]
 

The channel for each point.

double cal_fit_info::x_err[MAXCALPTS]
 

The error in the channel for each point.

double cal_fit_info::y[MAXCALPTS]
 

The calibrated value for each point.


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