An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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. | |
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.
Definition at line 83 of file VariableLineScanCameraDetectorMap.h.
|
inline |
Definition at line 85 of file VariableLineScanCameraDetectorMap.h.
|
inline |
Definition at line 97 of file VariableLineScanCameraDetectorMap.h.
|
inline |
Definition at line 94 of file VariableLineScanCameraDetectorMap.h.
|
inline |
Definition at line 91 of file VariableLineScanCameraDetectorMap.h.
|
private |
The first line in the section.
Definition at line 102 of file VariableLineScanCameraDetectorMap.h.
|
private |
The time between lines in the section.
Definition at line 104 of file VariableLineScanCameraDetectorMap.h.
|
private |
The time at the beginning of exposure of the first line.
Definition at line 103 of file VariableLineScanCameraDetectorMap.h.