|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NewHorizonsMvicFrameCamera_h
2 #define NewHorizonsMvicFrameCamera_h
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
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
This is the camera model for the New Horizons MVIC Frame mode Camera.
Definition: NewHorizonsMvicFrameCamera.h:33
Convert between parent image coordinates and detector coordinates.
Definition: CameraDetectorMap.h:47
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
Parse and return pieces of a time string.
Definition: iTime.h:65
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
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Definition: CameraDetectorMap.h:108
Container for cube-like labels.
Definition: Pvl.h:119
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)=0
Returns the shutter open and close times.
Definition: FramingCamera.cpp:42
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: NewHorizonsMvicFrameCamera.h:85
~NewHorizonsMvicFrameCamera()
Destroys the NewHorizonsMvicFrameCamera object.
Definition: NewHorizonsMvicFrameCamera.h:40
Generic class for Framing Cameras.
Definition: FramingCamera.h:32
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:73
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
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
Isis::Camera * NewHorizonsMvicFrameCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a NewHorizonsMvicFrameCamera object.
Definition: NewHorizonsMvicFrameCamera.cpp:175
Distort/undistort focal plane coordinates for New Horizons/MVIC frame sensor.
Definition: NewHorizonsMvicFrameCameraDistortionMap.h:34
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 int CkReferenceId() const
CK Reference ID - J2000.
Definition: NewHorizonsMvicFrameCamera.h:76
@ 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
Convert between undistorted focal plane and ra/dec coordinates.
Definition: CameraSkyMap.h:31
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
void SetBand(const int vband)
Sets the band in the camera model.
Definition: NewHorizonsMvicFrameCamera.cpp:117
NewHorizonsMvicFrameCamera(Cube &cube)
Create a NewHorizonsMvicFrameCamera object.
Definition: NewHorizonsMvicFrameCamera.cpp:41
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: NewHorizonsMvicFrameCamera.h:67
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
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
Definition: NewHorizonsMvicFrameCamera.cpp:159