|
Isis 3.0 Application Source Code Reference |
Home |
Processes Reverse Clock calibration data (ZeroReverse Module). More...
#include <ZeroReverse.h>
Public Member Functions | |
| ZeroReverse () | |
| ZeroReverse (HiCalData &cal, const HiCalConf &conf) | |
| virtual | ~ZeroReverse () |
| Destructor. | |
| const Statistics & | Stats () const |
| Return statistics for raw Reverse Clock buffer. | |
| bool | wasTriggered () const |
| Specifies if the input trigger conditions were met. | |
| ZeroReverse () | |
| ZeroReverse (HiCalData &cal, const HiCalConf &conf) | |
| virtual | ~ZeroReverse () |
| Destructor. | |
| const Statistics & | Stats () const |
| Return statistics for raw Reverse Clock buffer. | |
| bool | wasTriggered () const |
| Specifies if the input trigger conditions were met. | |
Processes Reverse Clock calibration data (ZeroReverse Module).
This class loads and processes the Reverse Clock data from a HiRISE image for offset correction purposes. Additional processing may occur in subsequent modules.
Definition at line 60 of file ZeroReverse.h.
| ZeroReverse | ( | ) | [inline] |
Definition at line 64 of file ZeroReverse.h.
| ZeroReverse | ( | HiCalData & | cal, | |
| const HiCalConf & | conf | |||
| ) | [inline] |
Definition at line 65 of file ZeroReverse.h.
| virtual ~ZeroReverse | ( | ) | [inline, virtual] |
Destructor.
Definition at line 71 of file ZeroReverse.h.
| ZeroReverse | ( | ) | [inline] |
Definition at line 64 of file ZeroReverse.h.
| ZeroReverse | ( | HiCalData & | cal, | |
| const HiCalConf & | conf | |||
| ) | [inline] |
Definition at line 65 of file ZeroReverse.h.
| virtual ~ZeroReverse | ( | ) | [inline, virtual] |
Destructor.
Definition at line 71 of file ZeroReverse.h.
| const Statistics& Stats | ( | ) | const [inline] |
Return statistics for raw Reverse Clock buffer.
Definition at line 78 of file ZeroReverse.h.
| bool wasTriggered | ( | ) | const [inline] |
Specifies if the input trigger conditions were met.
If trigger conditions where met, the reverse clock correction becomes a constant as opposed to processed reverse clock pixels.
Definition at line 88 of file ZeroReverse.h.
| const Statistics& Stats | ( | ) | const [inline] |
Return statistics for raw Reverse Clock buffer.
Definition at line 78 of file ZeroReverse.h.
| bool wasTriggered | ( | ) | const [inline] |
Specifies if the input trigger conditions were met.
If trigger conditions where met, the reverse clock correction becomes a constant as opposed to processed reverse clock pixels.
Definition at line 88 of file ZeroReverse.h.