|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NewHorizonsLeisaCamera_h
2 #define NewHorizonsLeisaCamera_h
Convert between undistorted focal plane and ra/dec coordinates.
Definition: LineScanCameraSkyMap.h:34
virtual void SetBand(const int band)
Virtual method that sets the band number.
Definition: Camera.cpp:2680
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
Definition: CameraFocalPlaneMap.cpp:293
void SetTransS(const QVector< double > transS)
Set the affine coefficients for converting destorted (x,y) to a detector Sample.
Definition: CameraFocalPlaneMap.cpp:364
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
A single keyword-value pair.
Definition: PvlKeyword.h:82
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
void SetTransX(const QVector< double > transX)
Set the affine coefficients for converting detector (sample,line) to a distorted X.
Definition: CameraFocalPlaneMap.cpp:376
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
This is the camera model for LEISA, New Hoirzon's infrared Spectrometer.
Definition: NewHorizonsLeisaCamera.h:36
Container for cube-like labels.
Definition: Pvl.h:119
NewHorizonsLeisaCamera(Cube &cube)
Create a NewHorizonsLeisaCamera object.
Definition: NewHorizonsLeisaCamera.cpp:39
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
virtual int CkReferenceId() const
CK Reference ID -.
Definition: NewHorizonsLeisaCamera.h:63
void SetBand(const int vband)
Change the New Horizons camera parameters based on the band number.
Definition: NewHorizonsLeisaCamera.cpp:119
~NewHorizonsLeisaCamera()
Destroys the NewHorizonsLeisaCamera object.
Definition: NewHorizonsLeisaCamera.h:42
const double * TransX() const
Definition: CameraFocalPlaneMap.cpp:398
@ Traverse
Search child objects.
Definition: PvlObject.h:158
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:126
const double * TransL() const
Definition: CameraFocalPlaneMap.cpp:422
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Definition: Camera.cpp:1418
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: NewHorizonsLeisaCamera.h:55
const double * TransY() const
Definition: CameraFocalPlaneMap.cpp:406
void SetTransY(const QVector< double > transY)
Set the affine coefficients for converting detector (sample,line) to a distorted Y.
Definition: CameraFocalPlaneMap.cpp:388
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: NewHorizonsLeisaCamera.h:71
bool IsBandIndependent()
Flag that NewHorizonsLeisaCamera is band-dependent.
Definition: NewHorizonsLeisaCamera.h:45
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
Isis exception class.
Definition: IException.h:91
QString m_spacecraftNameLong
Full spacecraft name.
Definition: Camera.h:498
const double * TransS() const
Definition: CameraFocalPlaneMap.cpp:414
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
Definition: Camera.cpp:2836
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
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
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
void SetTransL(const QVector< double > transL)
Set the affine coefficients for converting destorted (x,y) to a detector Line.
Definition: CameraFocalPlaneMap.cpp:352
Isis::Camera * NewHorizonsLeisaCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a NewHorizonsLeisaCamera object.
Definition: NewHorizonsLeisaCamera.cpp:171
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
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