24 #ifndef VariableLineScanCameraDetectorMap_h 25 #define VariableLineScanCameraDetectorMap_h 72 virtual bool SetParent(
const double sample,
74 virtual bool SetParent(
const double sample,
83 const int band)
const;
87 std::vector< LineRateChange > &p_lineRates;
111 double GetStartEt() {
114 double GetLineScanRate() {
VariableLineScanCameraDetectorMap(Camera *parent, std::vector< LineRateChange > &lineRates)
Constructs a VariableLineScanCameraDetectorMap.
LineRateChange & lineRate(const double line) const
Get the line rate information for a given line.
Container class for storing timing information for a section of an image.
virtual bool SetParent(const double sample, const double line)
Compute detector position from a parent image coordinate.
virtual ~VariableLineScanCameraDetectorMap()
Destructor.
int p_line
The first line in the section.
Convert between parent image coordinates and detector coordinates.
double p_rate
The time between lines in the section.
Namespace for ISIS/Bullet specific routines.
double p_stime
The time at the beginning of exposure of the first line.
virtual double exposureDuration(const double sample, const double line, const int band) const
This virtual method is for returning the exposure duration of a given pixel.
Convert between parent image coordinates and detector coordinates.
virtual bool SetDetector(const double sample, const double line)
Compute parent position from a detector coordinate.