|
Isis 3 Programmer Reference
|
7 #include "CameraDetectorMap.h"
84 const double deltaT) {
214 const int band)
const {
215 QString msg =
"Exposure duration is only available for LineScan, VariableLineScan, "
216 "and PushFrame Cameras.";
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
double p_parentLine
The parent line calculated from the detector.
void SetDetectorMap(CameraDetectorMap *map)
Sets the Detector Map.
double DetectorSample() const
Return detector sample.
double p_startingDetectorSample
Detector start coordinate sample value.
double p_startingDetectorLine
Detector start coordinate line value.
virtual double SampleScaleFactor() const
Return scaling factor for computing sample resolution.
virtual bool SetParent(const double sample, const double line)
Compute detector position from a parent image coordinate.
virtual ~CameraDetectorMap()
Destructor.
double p_parentSample
The parent sample calculated from the detector.
void Compute()
Compute new offsets whenenver summing or starting sample/lines change.
double p_detectorLineSumming
The scaling factor for computing line resolution.
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.
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 Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
double p_detectorSampleSumming
The scaling factor for computing sample resolution.
double ParentSample() const
Return parent sample.
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.
double DetectorLine() const
Return detector line.
double AdjustedStartingSample() const
Return the starting detector sample adjusted for summation.
Camera * p_camera
Pointer to the camera.
@ Programmer
This error is for when a programmer made an API call that was illegal.
double AdjustedStartingLine() const
Return the starting detector line adjusted for summation.
double p_detectorSample
Detector coordinate sample value.
bool isTimeSet()
Returns true if time has been initialized.
virtual double LineRate() const
Return the line collection rate (0 for framing cameras)
double ParentLine() const
Return parent line.
CameraDetectorMap(Camera *parent=0)
Default constructor assumes no summing and starting detector offsets.
This is free and unencumbered software released into the public domain.