File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef PushFrameCameraDetectorMap_h
2 #define PushFrameCameraDetectorMap_h
10 #include "CameraDetectorMap.h"
49 const double frameletRate,
54 virtual bool SetParent(
const double sample,
56 virtual bool SetParent(
const double sample,
69 void SetFramelet(
int framelet,
const double deltaT=0);
81 const int band)
const;
void SetFrameletOffset(int frameletOffset)
Reset the frame offset.
bool p_flippedFramelets
Indicates whether the geometry in a framelet is flipped.
int p_frameletOffset
The numner of framelets padding the top of the band.
Convert between parent image coordinates and detector coordinates.
double FrameletRate() const
Return the time in seconds between framelets.
int TotalFramelets() const
Return the total number of framelets including padding.
void SetFrameletOrderReversed(bool frameletOrderReversed, int nframelets)
Changes the direction of the framelets.
void SetFramelet(int framelet, const double deltaT=0)
This method changes the current framelet.
int Framelet()
This method returns the current framelet.
void SetFrameletsGeometricallyFlipped(bool frameletsFlipped)
Mirrors the each framelet in the file.
int FrameletOffset() const
Return the frame offset.
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.
int p_bandStartDetector
The first detector line of current band.
double p_etStart
Starting time at the top of the first parent line.
double p_frameletLine
The line in the current framelet.
int p_framelet
The current framelet.
int frameletHeight() const
This returns how many lines are considered a single framelet.
virtual bool SetDetector(const double sample, const double line)
Compute parent position from a detector coordinate.
double frameletLine() const
This returns the calculated framelet line.
int GetBandFirstDetectorLine()
Return the starting line in the detector for the current band.
virtual ~PushFrameCameraDetectorMap()
Destructor.
double p_frameletRate
iTime between framelets in parent cube.
int p_frameletHeight
Height of a framelet in detector lines.
void SetFrameletRate(const double frameletRate)
Reset the frame rate.
int p_nframelets
If flipped framelets, the number of framelets in this band.
double p_exposureDuration
Exposure duration in secs.
virtual bool SetParent(const double sample, const double line)
Compute detector position from a parent image coordinate.
double p_frameletSample
The sample in the current framelet.
void SetBandFirstDetectorLine(int firstLine)
Change the starting line in the detector based on band.
double frameletSample() const
This returns the calculated framelet sample.
void SetStartTime(const double etStart)
Reset the starting ephemeris time.
PushFrameCameraDetectorMap(Camera *parent, const double etStart, const double frameletRate, int frameletHeight)
Construct a detector map for push frame cameras.
bool p_timeAscendingFramelets
Are framelets reversed from top-to-bottom in file.
Convert between parent image coordinates and detector coordinates.
double StartEphemerisTime() const
This returns the starting ET of this band.
This is free and unencumbered software released into the public domain.
void SetExposureDuration(double exposureDuration)
Change the exposure duration in seconds.
bool timeAscendingFramelets()
Returns if the framelets are reversed from top-to-bottom.