|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | Calibrate1 (vector< Buffer * > &in, vector< Buffer * > &out) |
| void | Calibrate2 (vector< Buffer * > &in, vector< Buffer * > &out) |
| Filename | FindDarkFile (Cube *icube) |
| Filename | FindGainFile (Cube *icube) |
| Filename | FindShutterFile (Cube *icube) |
| Filename | ReadWeightTable (Cube *icube) |
| Filename | GetScaleFactorFile () |
| int | getGainModeID (Cube *icube) |
| void | calculateScaleFactor (Cube *icube, Cube *gaincube) |
| void | IsisMain () |
Variables | |
| vector< double > | weight |
| Shutter file: The shutter on the galileo SSI camera took from about 1ms at the top of the camera to about 1.5ms at the bottom due to friction. | |
| double | scaleFactor0 |
| double | a2 |
| double | dcScaleFactor |
| double | exposureDuration |
| double | picScale |
| void Calibrate1 | ( | vector< Buffer * > & | in, | |
| vector< Buffer * > & | out | |||
| ) |
Definition at line 104 of file gllssical.cpp.
| void Calibrate2 | ( | vector< Buffer * > & | in, | |
| vector< Buffer * > & | out | |||
| ) |
Definition at line 137 of file gllssical.cpp.
| Filename FindDarkFile | ( | Cube * | icube | ) |
Definition at line 169 of file gllssical.cpp.
| Filename FindGainFile | ( | Cube * | icube | ) |
Definition at line 261 of file gllssical.cpp.
| Filename FindShutterFile | ( | Cube * | icube | ) |
Definition at line 422 of file gllssical.cpp.
| Filename ReadWeightTable | ( | Cube * | icube | ) |
Definition at line 304 of file gllssical.cpp.
| Filename GetScaleFactorFile | ( | ) |
Definition at line 415 of file gllssical.cpp.
| int getGainModeID | ( | Cube * | icube | ) |
Definition at line 321 of file gllssical.cpp.
Definition at line 352 of file gllssical.cpp.
| void IsisMain | ( | ) |
Definition at line 40 of file gllssical.cpp.
| vector<double> weight |
Shutter file: The shutter on the galileo SSI camera took from about 1ms at the top of the camera to about 1.5ms at the bottom due to friction.
The shutter offset file in isis 2 is rotated 90 degrees.
Some of the values and equations in the program were verified using the book "In Orbit at Jupiter, Contributions of the Galileo Science Team," Section H Part I.
Definition at line 23 of file gllssical.cpp.
| double scaleFactor0 |
Definition at line 24 of file gllssical.cpp.
| double a2 |
Definition at line 25 of file gllssical.cpp.
| double dcScaleFactor |
Definition at line 26 of file gllssical.cpp.
| double exposureDuration |
Definition at line 27 of file gllssical.cpp.
| double picScale |
Definition at line 28 of file gllssical.cpp.