File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ClipperPushBroomCamera_h
2 #define ClipperPushBroomCamera_h
31 void ReadLineRates(QString filename);
33 std::vector<LineRateChange> p_lineRates;
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 void SetDistortion(int naifIkCode)
Load distortion coefficients.
Definition: CameraDistortionMap.cpp:58
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
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
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: ClipperPushBroomCamera.cpp:93
Container for cube-like labels.
Definition: Pvl.h:119
Convert between parent image coordinates and detector coordinates.
Definition: VariableLineScanCameraDetectorMap.h:49
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
~ClipperPushBroomCamera()
Destructor for a ClipperPushBroomCamera object.
Definition: ClipperPushBroomCamera.cpp:83
@ 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
This is the camera model for the Europa Clipper Push Broom Camera.
Definition: ClipperPushBroomCamera.h:20
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
Isis::Camera * ClipperPushBroomCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate an ClipperPushBroomCamera object.
Definition: ClipperPushBroomCamera.cpp:153
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: ClipperPushBroomCamera.cpp:104
Class for storing Table blobs information.
Definition: Table.h:61
Generic class for Line Scan Cameras.
Definition: LineScanCamera.h:36
QString fileName() const
Returns the filename used to initialise the Pvl object.
Definition: PvlContainer.h:232
Convert between undistorted focal plane and ground coordinates.
Definition: LineScanCameraGroundMap.h:49
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
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
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: ClipperPushBroomCamera.cpp:115
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
ClipperPushBroomCamera(Cube &cube)
Constructs a ClipperPushBroomCamera object using the image labels.
Definition: ClipperPushBroomCamera.cpp:24
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