|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ApolloPanoramicCamera_h
2 #define ApolloPanoramicCamera_h
52 virtual int CkFrameId()
const {
return m_CkFrameId; }
100 double m_residualMean;
103 double m_residualMax;
106 double m_residualStdev;
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
~ApolloPanoramicCamera()
Destorys the ApolloPanoramicCamera object.
Definition: ApolloPanoramicCamera.h:43
PvlGroup intOriResidualsReport()
Returns residual summary statistics from interior orientation as a PvlGroup.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
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
ApolloPanoramicCamera(Cube &lab)
Constructs an Apollo Panoramic Camera object using the image labels.
Definition: ApolloPanoramicCamera.cpp:35
QString m_instrumentNameLong
Full instrument name.
Definition: Camera.h:496
double intOriResidualMean() const
Mean (average) of interior orientation residual vector length, accesor.
Definition: ApolloPanoramicCamera.h:89
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Definition: CameraDetectorMap.h:108
Container for cube-like labels.
Definition: Pvl.h:119
void SetDetectorOffset(const double sampleOffset, const double lineOffset)
Set the detector offset.
Definition: CameraFocalPlaneMap.cpp:324
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: ApolloPanoramicCamera.h:60
double intOriResidualMax() const
Max interior orientation residual vector length, accesor.
Definition: ApolloPanoramicCamera.h:82
double intOriResidualStdev() const
Standard deviation of interior orientation residual vector length, accesor.
Definition: ApolloPanoramicCamera.h:96
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
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
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.
Definition: ApolloPanoramicCamera.h:52
double meanResidual()
Mean (average) of interior orientation residual vector lengths, accesor.
Definition: ApolloPanoramicDetectorMap.h:86
double stdevResidual()
Standard deviation of interior orientation residual vector lengths, accesor.
Definition: ApolloPanoramicDetectorMap.h:100
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
Apollo Panoramic Camera.
Definition: ApolloPanoramicCamera.h:38
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 SpkReferenceId() const
SPK Reference ID - J2000.
Definition: ApolloPanoramicCamera.h:68
void SetStartingDetectorSample(const double sample)
Set the starting detector sample.
Definition: CameraDetectorMap.h:79
Convert between parent image (aka encoder aka machine) coordinates and detector coordinates.
Definition: ApolloPanoramicDetectorMap.h:32
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
Isis::Camera * ApolloPanoramicCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate an ApolloPanoramicCamera object.
Definition: ApolloPanoramicCamera.cpp:153
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
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
double maxResidual()
Max interior orientation residual vector length, accesor.
Definition: ApolloPanoramicDetectorMap.h:93