HiRISE
 Observation

Public Attributes | List of all members
Science_Channel_Header::Conversion_Coefficients Struct Reference

Sensor conversion coefficients. More...

#include <Science_Channel_Header.hh>

Public Attributes

Index element
 Element to which conversion applies. More...
 
const char * units
 Units of measure after the conversion. More...
 
double coefficient [TOTAL_CONVERSION_COEFFICIENTS]
 Coefficient array for ploynomial. More...
 

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

Index element

Element to which conversion applies.

Referenced by Science_Channel_Header::conversion().

◆ units

const char* units

Units of measure after the conversion.

Referenced by Science_Channel_Header::conversion(), and Science_Channel_Header::converted_units().

◆ coefficient

double coefficient[TOTAL_CONVERSION_COEFFICIENTS]

Coefficient array for ploynomial.

Referenced by Science_Channel_Header::convert().


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