|
Isis Developer Reference
|
Go to the documentation of this file.
131 double m_pixelPitchX;
132 double m_pixelPitchY;
void IgnoreProjection(bool ignore)
Set whether or not the camera should ignore the Projection.
Definition: Camera.cpp:2925
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 CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: VimsCamera.h:102
Convert between parent image coordinates and detector coordinates.
Definition: CameraDetectorMap.h:47
CameraSkyMap * SkyMap()
Returns a pointer to the CameraSkyMap object.
Definition: Camera.cpp:2866
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
virtual bool SetImage(const double sample, const double line)
Sets the sample/line values of the image to get the lat/lon values.
Definition: Camera.cpp:154
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
Container for cube-like labels.
Definition: Pvl.h:119
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: VimsCamera.h:110
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
Isis::Camera * VimsCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a VimsCamera object.
Definition: VimsCamera.cpp:212
virtual int SpkCenterId() const
SPK Center ID - 6 (Saturn)
Definition: VimsCamera.h:118
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: VimsCamera.h:126
@ 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
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
CameraType
This enum defines the types of cameras supported in this class.
Definition: Camera.h:357
VimsCamera(Cube &cube)
Constructor for the Cassini Vims Camera Model.
Definition: VimsCamera.cpp:53
Convert between undistorted focal plane and ground coordinates.
Definition: VimsSkyMap.h:46
virtual QList< QPointF > PixelIfovOffsets()
Returns the pixel ifov offsets from center of pixel.
Definition: VimsCamera.cpp:173
~VimsCamera()
Destroys the VimsCamera object.
Definition: VimsCamera.h:82
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
virtual CameraType GetCameraType() const
The Vims camera is the only point camera we have.
Definition: VimsCamera.h:89
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
@ 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
CameraGroundMap * GroundMap()
Returns a pointer to the CameraGroundMap object.
Definition: Camera.cpp:2856
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
Cassini Vims camera model.
Definition: VimsCamera.h:76
Convert between undistorted focal plane and ground coordinates.
Definition: VimsGroundMap.h:77
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
@ Point
Point Camera.
Definition: Camera.h:362