100 const double deltaT) {
230 const int band)
const {
231 QString msg =
"Exposure duration is only available for LineScan, VariableLineScan, " 232 "and PushFrame Cameras.";
virtual bool SetParent(const double sample, const double line)
Compute detector position from a parent image coordinate.
CameraDetectorMap(Camera *parent=0)
Default constructor assumes no summing and starting detector offsets.
void SetDetectorMap(CameraDetectorMap *map)
Sets the Detector Map.
double p_startingDetectorLine
Detector start coordinate line value.
virtual ~CameraDetectorMap()
Destructor.
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.
This error is for when a programmer made an API call that was illegal.
double DetectorSample() const
Return detector sample.
void Compute()
Compute new offsets whenenver summing or starting sample/lines change.
double p_startingDetectorSample
Detector start coordinate sample value.
virtual double SampleScaleFactor() const
Return scaling factor for computing sample resolution.
double p_parentSample
The parent sample calculated from the detector.
double p_detectorLineSumming
The scaling factor for computing line resolution.
#define _FILEINFO_
Macro for the filename and line number.
double p_detectorLine
Detector coordinate line value.
void setTime(const iTime &time)
By setting the time you essential set the position of the spacecraft and body as indicated in the cla...
double AdjustedStartingSample() const
Return the starting detector sample adjusted for summation.
double ParentSample() const
Return parent sample.
double p_detectorSampleSumming
The scaling factor for computing sample resolution.
virtual double LineRate() const
Return the line collection rate (0 for framing cameras)
double ParentLine() const
Return parent line.
double AdjustedStartingLine() const
Return the starting detector line adjusted for summation.
Namespace for ISIS/Bullet specific routines.
virtual bool SetDetector(const double sample, const double line)
Compute parent position from a detector coordinate.
virtual double LineScaleFactor() const
Return scaling factor for computing line resolution.
bool isTimeSet()
Returns true if time has been initialized.
double DetectorLine() const
Return detector line.
Camera * p_camera
Pointer to the camera.
double p_detectorSample
Detector coordinate sample value.
double p_parentLine
The parent line calculated from the detector.
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions...