|
Isis Developer Reference
|
Go to the documentation of this file.
53 void SetBand (
const int physicalBand);
89 std::vector<LineRateChange> m_lineRates;
90 bool m_isBandDependent;
92 double getEtTime(
const QString &sclk);
Convert between undistorted focal plane and ra/dec coordinates.
Definition: LineScanCameraSkyMap.h:34
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
Definition: CameraFocalPlaneMap.cpp:293
void SetBand(const int physicalBand)
Virtual method that sets the band number.
Definition: CrismCamera.cpp:189
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: CrismCamera.h:86
double SpacecraftAltitude()
Returns the distance from the spacecraft to the subspacecraft point in km.
Definition: Sensor.cpp:701
int ParentLines() const
Returns the number of lines in the parent alphacube.
Definition: Camera.cpp:2806
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
Parse and return pieces of a time string.
Definition: iTime.h:65
bool IsBandIndependent()
This is a band-dependant instrument.
Definition: CrismCamera.cpp:193
QString m_instrumentNameLong
Full instrument name.
Definition: Camera.h:496
virtual iTime getClockTime(QString clockValue, int sclkCode=-1, bool clockTicks=false)
This converts the spacecraft clock ticks value (clockValue) to an iTime.
Definition: Spice.cpp:1053
Isis::Camera * CrismCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a CrismCamera object.
Definition: CrismCamera.cpp:213
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Definition: CameraDetectorMap.h:108
Container for cube-like labels.
Definition: Pvl.h:119
void SetDetectorOffset(const double sampleOffset, const double lineOffset)
Set the detector offset.
Definition: CameraFocalPlaneMap.cpp:324
virtual void createCache(iTime startTime, iTime endTime, const int size, double tol)
This method creates an internal cache of spacecraft and sun positions over a specified time range.
Definition: Spice.cpp:649
Convert between parent image coordinates and detector coordinates.
Definition: VariableLineScanCameraDetectorMap.h:49
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
MRO CRISM camera model.
Definition: CrismCamera.h:45
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
void SetDetectorLineSumming(const double summing)
Set line summing mode.
Definition: CameraDetectorMap.h:123
@ Traverse
Search child objects.
Definition: PvlObject.h:158
void setTime(const iTime &time)
By setting the time you essential set the position of the spacecraft and body as indicated in the cla...
Definition: Sensor.cpp:97
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:126
CrismCamera(Cube &cube)
Constructor for the MRO CRISM Camera Model.
Definition: CrismCamera.cpp:43
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Definition: Camera.cpp:1418
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
Generic class for Line Scan Cameras.
Definition: LineScanCamera.h:36
Convert between undistorted focal plane and ground coordinates.
Definition: LineScanCameraGroundMap.h:49
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
IO Handler for Isis Cubes.
Definition: Cube.h:167
QString m_spacecraftNameLong
Full spacecraft name.
Definition: Camera.h:498
SpiceInt naifSclkCode() const
This returns the NAIF SCLK code to use when reading from instrument kernels.
Definition: Spice.cpp:978
double FocalLength() const
Returns the focal length.
Definition: Camera.cpp:2732
Namespace for the standard library.
void LoadCache()
This loads the spice cache big enough for this image.
Definition: Camera.cpp:2420
QString m_instrumentNameShort
Shortened instrument name.
Definition: Camera.h:497
Convert between distorted focal plane and detector coordinates.
Definition: CameraFocalPlaneMap.h:85
double PixelPitch() const
Returns the pixel pitch.
Definition: Camera.cpp:2742
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
virtual ~CrismCamera()
Destroys the CrismCamera object.
Definition: CrismCamera.h:51
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
LineScanCameraDetectorMap * DetectorMap()
Returns a pointer to the LineScanCameraDetectorMap object.
Definition: LineScanCamera.h:72
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: CrismCamera.h:78
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: CrismCamera.h:70
void SetFocalLength()
Reads the focal length from the instrument kernel.
Definition: Camera.cpp:1411
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Convert between parent image coordinates and detector coordinates.
Definition: LineScanCameraDetectorMap.h:37
Container class for storing timing information for a section of an image.
Definition: VariableLineScanCameraDetectorMap.h:83