#include <common.h>
Collaboration diagram for pf_cal_pts:
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_pt * | pts_by_value [MAXCALPTS] |
Calibration points sorted by value. | |
pf_cal_pt * | pts_by_ri [MAXCALPTS] |
Calibration points sorted by relative intensity. |
|
The number of calibration points.
|
|
The calibration points.
|
|
Calibration points sorted by relative intensity.
|
|
Calibration points sorted by value.
|
|
The name of the calibration unit.
|