|
|
Observation
|
Sensor conversion coefficients. More...
#include <Science_Channel_Header.hh>
Public Attributes | |
| Index | element |
| Element to which conversion applies. | |
| const char * | units |
| Units of measure after the conversion. | |
| double | coefficient [TOTAL_CONVERSION_COEFFICIENTS] |
| Coefficient array for ploynomial. | |
Sensor conversion coefficients.
An instrument sensor value (X) is converted to a standard units value (Y):
Y = Sum (coefficient[n] * X^n)
Though many of the conversion coefficients are the same for a set of Elements, each set of coefficients is associated with a specific Element.
| const char* units |
Units of measure after the conversion.
| double coefficient[TOTAL_CONVERSION_COEFFICIENTS] |
Coefficient array for ploynomial.
1.7.2