|
Isis 3.0 Application Source Code Reference |
Home |
#include <DarkCurrent.h>
This class was created in order to perform necessary calculations for computing the two-dimensional dark current array to be subtracted from Cassini ISS images during calibration using the Isis cisscal application.
Definition at line 53 of file DarkCurrent.h.
Public Member Functions | |
| DarkCurrent (CissLabels &cissLab) | |
| ~DarkCurrent () | |
| vector< vector< double > > | ComputeDarkDN () |
| Compute dark current values to subtract from image. | |
| Filename | BiasDistortionTable () |
| Filename | DarkParameterFile () |
| Retrieves the name of the bias distortion table. | |
| DarkCurrent | ( | CissLabels & | cissLab | ) |
| ~DarkCurrent | ( | ) | [inline] |
Definition at line 57 of file DarkCurrent.h.
| vector< vector< double > > ComputeDarkDN | ( | ) |
Compute dark current values to subtract from image.
This method computes the dark current DN values to be subtracted from each pixel and returns those values in an array of the equal dimension to the image.
| Isis::iException::Pvl | If the input image has an unknown ReadoutCycleIndex or DelayedReadoutFlag. | |
| Isis::iException::Pvl | If the input image has an invalid GainModeId. | |
| Isis::iException::Math | If MakeDarkArray() returns a vector of zeros. |
Definition at line 141 of file DarkCurrent.cpp.
| Filename BiasDistortionTable | ( | ) | [inline] |
Definition at line 60 of file DarkCurrent.h.
| Filename DarkParameterFile | ( | ) | [inline] |