USGS

Isis 3.0 Application Source Code Reference

Home

CalParameters Class Reference

#include <CalParameters.h>

List of all members.


Detailed Description

Definition at line 47 of file CalParameters.h.

Public Member Functions

 CalParameters (const std::string &fname)
double TimeBasedOffset (int l, int s)
 Calculates and returns time based offset at specified line and sample location.
double Omega0 ()
 Returns the w0 value found in the vikcal.sav file.
double Distance ()
 Returns distance value found in the vikcal.sav file.
double Gain ()
 Returns the gain value found in the vikcal.sav file.
double Offset ()
 Returns the offset value found in the vikcal.sav file.
double Exposure ()
 Returns the exposure value found in the vikcal.sav file added to the exposure value found in the input files label.
std::string GainFile ()
 Returns the gain file found in the vikcal.sav file.
std::string OffsetFile ()
 Returns the offset file found in the vikcal.sav file.
double LinearityCorrection ()
 Returns the linearity correction value found in the viklin.sav file.
int LinearityPower ()
 Returns the linearity power value found in the viklin.sav file.
double NormalizingPower ()
 Returns the normalizing power value found in the viklin.sav file (usually 128).
double Acoeff ()
 Returns the A coefficient value calculated from data found in the vikoff.sav file.
double Bcoeff ()
 Returns the B coefficient value calculated from data found in the vikoff.sav file.
double Ccoeff ()
 Returns the C coefficient value calculated from data found in the vikoff.sav file.
double Dcoeff ()
 Returns the D coefficient value calculated from data found in the vikoff.sav file.
double Ecoeff ()
 Returns the E coefficient value calculated from data found in the vikoff.sav file.
double Omega1 ()
 Calculates and returns Omega1 from the estimated and calculated distances from the sun.
double Dist1 ()
 Returns the calculated distance of the planet from the sun.


Constructor & Destructor Documentation

CalParameters ( const std::string &  fname  ) 


Member Function Documentation

double TimeBasedOffset ( int  l,
int  s 
) [inline]

Calculates and returns time based offset at specified line and sample location.

Returns:
double iTime Based Offset

Definition at line 58 of file CalParameters.h.

double Omega0 (  )  [inline]

Returns the w0 value found in the vikcal.sav file.

Returns:
double w0

Definition at line 69 of file CalParameters.h.

double Distance (  )  [inline]

Returns distance value found in the vikcal.sav file.

Returns:
double Approximate distance from the sun

Definition at line 76 of file CalParameters.h.

double Gain (  )  [inline]

Returns the gain value found in the vikcal.sav file.

Returns:
double Gain

Definition at line 83 of file CalParameters.h.

double Offset (  )  [inline]

Returns the offset value found in the vikcal.sav file.

Returns:
double Offset

Definition at line 90 of file CalParameters.h.

double Exposure (  )  [inline]

Returns the exposure value found in the vikcal.sav file added to the exposure value found in the input files label.

Returns:
double Exposure

Definition at line 98 of file CalParameters.h.

std::string GainFile (  )  [inline]

Returns the gain file found in the vikcal.sav file.

Returns:
string Gain file

Definition at line 105 of file CalParameters.h.

std::string OffsetFile (  )  [inline]

Returns the offset file found in the vikcal.sav file.

Returns:
string Offset file

Definition at line 112 of file CalParameters.h.

double LinearityCorrection (  )  [inline]

Returns the linearity correction value found in the viklin.sav file.

Returns:
double Linearity Correction (sometimes refered to as B)

Definition at line 119 of file CalParameters.h.

int LinearityPower (  )  [inline]

Returns the linearity power value found in the viklin.sav file.

Returns:
double Linearity Power (sometimes refered to as K)

Definition at line 126 of file CalParameters.h.

double NormalizingPower (  )  [inline]

Returns the normalizing power value found in the viklin.sav file (usually 128).

Returns:
double Normalizing Power

Definition at line 134 of file CalParameters.h.

double Acoeff (  )  [inline]

Returns the A coefficient value calculated from data found in the vikoff.sav file.

Returns:
double A Coefficient

Definition at line 142 of file CalParameters.h.

double Bcoeff (  )  [inline]

Returns the B coefficient value calculated from data found in the vikoff.sav file.

Returns:
double B Coefficient

Definition at line 150 of file CalParameters.h.

double Ccoeff (  )  [inline]

Returns the C coefficient value calculated from data found in the vikoff.sav file.

Returns:
double C Coefficient

Definition at line 158 of file CalParameters.h.

double Dcoeff (  )  [inline]

Returns the D coefficient value calculated from data found in the vikoff.sav file.

Returns:
double D Coefficient

Definition at line 166 of file CalParameters.h.

double Ecoeff (  )  [inline]

Returns the E coefficient value calculated from data found in the vikoff.sav file.

Returns:
double E Coefficient

Definition at line 174 of file CalParameters.h.

double Omega1 (  )  [inline]

Calculates and returns Omega1 from the estimated and calculated distances from the sun.

Returns:
double w1

Definition at line 182 of file CalParameters.h.

double Dist1 (  )  [inline]

Returns the calculated distance of the planet from the sun.

Returns:
double Distance from the planet to the Sun

Definition at line 192 of file CalParameters.h.


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