#include <common.h>
Data Fields | |
| char | unit [MAXUNIT] |
| The name of the calibration unit. | |
| double | a |
| The quadradic coefficient. | |
| double | b |
| The linear coefficient. | |
| double | c |
| The constant term. | |
| double | a_err |
| Error in a. | |
| double | b_err |
| Error in b. | |
| double | c_err |
| Error in c. | |
| double | chisq |
| chi^2 of the fit | |
| double | chisq_dof |
| chi^2 per degree of freedom | |
| int | conv |
| Boolean convergance flag. | |
| int | valid |
| Boolean validity flag. | |
|
|
The quadradic coefficient.
|
|
|
Error in a.
|
|
|
The linear coefficient.
|
|
|
Error in b.
|
|
|
The constant term.
|
|
|
Error in c.
|
|
|
chi^2 of the fit
|
|
|
chi^2 per degree of freedom
|
|
|
Boolean convergance flag.
|
|
|
The name of the calibration unit.
|
|
|
Boolean validity flag.
|
1.3.9.1