|
Isis 3.0 Application Source Code Reference |
Home |
#include <CalParameters.h>
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. | |
| CalParameters | ( | const std::string & | fname | ) |
| double TimeBasedOffset | ( | int | l, | |
| int | s | |||
| ) | [inline] |
Calculates and returns time based offset at specified line and sample location.
Definition at line 58 of file CalParameters.h.
| double Omega0 | ( | ) | [inline] |
Returns the w0 value found in the vikcal.sav file.
Definition at line 69 of file CalParameters.h.
| double Distance | ( | ) | [inline] |
Returns distance value found in the vikcal.sav file.
Definition at line 76 of file CalParameters.h.
| double Gain | ( | ) | [inline] |
Returns the gain value found in the vikcal.sav file.
Definition at line 83 of file CalParameters.h.
| double Offset | ( | ) | [inline] |
Returns the offset value found in the vikcal.sav file.
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.
Definition at line 98 of file CalParameters.h.
| std::string GainFile | ( | ) | [inline] |
Returns the gain file found in the vikcal.sav file.
Definition at line 105 of file CalParameters.h.
| std::string OffsetFile | ( | ) | [inline] |
Returns the offset file found in the vikcal.sav file.
Definition at line 112 of file CalParameters.h.
| double LinearityCorrection | ( | ) | [inline] |
Returns the linearity correction value found in the viklin.sav file.
Definition at line 119 of file CalParameters.h.
| int LinearityPower | ( | ) | [inline] |
Returns the linearity power value found in the viklin.sav file.
Definition at line 126 of file CalParameters.h.
| double NormalizingPower | ( | ) | [inline] |
Returns the normalizing power value found in the viklin.sav file (usually 128).
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.
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.
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.
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.
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.
Definition at line 174 of file CalParameters.h.
| double Omega1 | ( | ) | [inline] |
Calculates and returns Omega1 from the estimated and calculated distances from the sun.
Definition at line 182 of file CalParameters.h.
| double Dist1 | ( | ) | [inline] |
Returns the calculated distance of the planet from the sun.
Definition at line 192 of file CalParameters.h.