Container class for storing timing information for a section of an image.
More...
#include <VariableLineScanCameraDetectorMap.h>
|
int | p_line |
| The first line in the section.
|
|
double | p_stime |
| The time at the beginning of exposure of the first line.
|
|
double | p_rate |
| The time between lines in the section.
|
|
Container class for storing timing information for a section of an image.
- Author
- ????-??-?? Unknown
- History
- 2016-10-28 Jesse Mapel - Added documentation.
Definition at line 83 of file VariableLineScanCameraDetectorMap.h.
◆ LineRateChange()
Isis::LineRateChange::LineRateChange |
( |
int | line, |
|
|
double | stime, |
|
|
double | rate ) |
|
inline |
◆ GetLineScanRate()
double Isis::LineRateChange::GetLineScanRate |
( |
| ) |
|
|
inline |
◆ GetStartEt()
double Isis::LineRateChange::GetStartEt |
( |
| ) |
|
|
inline |
◆ GetStartLine()
int Isis::LineRateChange::GetStartLine |
( |
| ) |
|
|
inline |
◆ p_line
int Isis::LineRateChange::p_line |
|
private |
◆ p_rate
double Isis::LineRateChange::p_rate |
|
private |
◆ p_stime
double Isis::LineRateChange::p_stime |
|
private |
The documentation for this class was generated from the following file: