Isis 3 Programmer Reference
|
Container class for storing timing information for a section of an image. More...
#include <VariableLineScanCameraDetectorMap.h>
Public Member Functions | |
LineRateChange (int line, double stime, double rate) | |
int | GetStartLine () |
double | GetStartEt () |
double | GetLineScanRate () |
Private Attributes | |
int | p_line |
The first line in the section. More... | |
double | p_stime |
The time at the beginning of exposure of the first line. More... | |
double | p_rate |
The time between lines in the section. More... | |
Container class for storing timing information for a section of an image.
Definition at line 100 of file VariableLineScanCameraDetectorMap.h.
|
private |
The first line in the section.
Definition at line 119 of file VariableLineScanCameraDetectorMap.h.
|
private |
The time between lines in the section.
Definition at line 121 of file VariableLineScanCameraDetectorMap.h.
|
private |
The time at the beginning of exposure of the first line.
Definition at line 120 of file VariableLineScanCameraDetectorMap.h.