24 #ifndef LineScanCameraDetectorMap_h
25 #define LineScanCameraDetectorMap_h
60 const double lineRate);
69 const int band)
const;
71 virtual bool SetParent(
const double sample,
73 virtual bool SetParent(
const double sample,
void SetLineRate(const double lineRate)
Reset the line rate.
virtual bool SetParent(const double sample, const double line)
Compute detector position from a parent image coordinate.
virtual ~LineScanCameraDetectorMap()
Destructor.
double StartTime() const
Access the starting time at the top edge of the first line in the parent image.
virtual bool SetDetector(const double sample, const double line)
Compute parent position from a detector coordinate.
double p_etStart
Starting time at the top of the first parent line.
Convert between parent image coordinates and detector coordinates.
virtual double exposureDuration(const double sample, const double line, const int band) const
This virtual method is for returning the exposure duration of a pixel.
double p_lineRate
Time, in seconds, between lines in parent cube.
double LineRate() const
Access the time, in seconds, between scan lines.
Convert between parent image coordinates and detector coordinates.
void SetStartTime(const double etStart)
Reset the starting ephemeris time.
LineScanCameraDetectorMap(Camera *parent, const double etStart, const double lineRate)
Construct a detector map for line scan cameras.