HiRISE
 Observation

Public Attributes

Science_Channel_Header::Conversion_Coefficients Struct Reference

Sensor conversion coefficients. More...

#include <Science_Channel_Header.hh>

List of all members.

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.

Detailed Description

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.


Member Data Documentation

Element to which conversion applies.

const char* units

Units of measure after the conversion.

double coefficient[TOTAL_CONVERSION_COEFFICIENTS]

Coefficient array for ploynomial.


The documentation for this struct was generated from the following file: