|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NewHorizonsMvicTdiCamera_h
2 #define NewHorizonsMvicTdiCamera_h
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
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: NewHorizonsMvicTdiCamera.h:61
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
Isis::Camera * NewHorizonsMvicTdiCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a NewHorizonsMvicTdiCamera object.
Definition: NewHorizonsMvicTdiCamera.cpp:112
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
New Horizons Mvic Camera, Tdi mode.
Definition: NewHorizonsMvicTdiCamera.h:39
QString m_instrumentNameLong
Full instrument name.
Definition: Camera.h:496
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: NewHorizonsMvicTdiCamera.h:53
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
Container for cube-like labels.
Definition: Pvl.h:119
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
@ 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
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Definition: Camera.cpp:1418
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
~NewHorizonsMvicTdiCamera()
Destroys the NewHorizonsMvicTdiCamera object.
Definition: NewHorizonsMvicTdiCamera.h:45
Generic class for Line Scan Cameras.
Definition: LineScanCamera.h:36
Convert between undistorted focal plane and ground coordinates.
Definition: LineScanCameraGroundMap.h:49
IO Handler for Isis Cubes.
Definition: Cube.h:167
QString m_spacecraftNameLong
Full spacecraft name.
Definition: Camera.h:498
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
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: NewHorizonsMvicTdiCamera.h:69
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
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
Distort/undistort focal plane coordinates for New Horizons/MVIC.
Definition: NewHorizonsMvicTdiCameraDistortionMap.h:34
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
NewHorizonsMvicTdiCamera(Cube &cube)
Constructor for the New Horizons Mvic/Tdi Camera Model.
Definition: NewHorizonsMvicTdiCamera.cpp:32