|
Isis Developer Reference
|
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
Definition: CameraFocalPlaneMap.cpp:293
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3063
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
Definition: Spice.cpp:884
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
Convert between parent image coordinates and detector coordinates.
Definition: CameraDetectorMap.h:47
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
virtual int SpkTargetId() const
SPK Target Body ID - VIKING 1 ORBITER = -27 VIKING 2 ORBITER = -30.
Definition: VikingCamera.h:98
File name manipulation and expansion.
Definition: FileName.h:100
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
Viking Camera Model.
Definition: VikingCamera.h:59
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
Generic class for Framing Cameras.
Definition: FramingCamera.h:32
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
Distort/undistort focal plane coordinates.
Definition: ReseauDistortionMap.h:27
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:73
virtual int CkReferenceId() const
CK Reference ID - B1950 or J2000 depending on the ck used.
Definition: VikingCamera.h:88
@ 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
virtual int SpkReferenceId() const
SPK Reference ID - B1950.
Definition: VikingCamera.h:106
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
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
Isis::Camera * VikingCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a VikingCamera object.
Definition: VikingCamera.cpp:240
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
VikingCamera(Cube &cube)
Constructs a Viking Camera Model.
Definition: VikingCamera.cpp:45
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
~VikingCamera()
Destroys the VikingCamera Object.
Definition: VikingCamera.h:63
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
Convert between undistorted focal plane and ra/dec coordinates.
Definition: CameraSkyMap.h:31
virtual int CkFrameId() const
CK frame ID - Viking1 instrument code (VO1_PLATFORM) = -27000 Viking2 instrument code (VO2_PLATFORM) ...
Definition: VikingCamera.h:76
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
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
Definition: VikingCamera.cpp:212