File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
9 #include "ClipperPushBroomCamera.h"
11 #include "CameraDistortionMap.h"
12 #include "CameraFocalPlaneMap.h"
14 #include "LineScanCameraGroundMap.h"
15 #include "LineScanCameraSkyMap.h"
16 #include "NaifStatus.h"
31 if (frameCode == -159103) {
35 else if (frameCode == -159104) {
40 QString msg =
"Unable to construct Clipper Push Broom camera model. "
41 "Unrecognized NaifFrameCode [" +
toString(frameCode) +
"].";
52 QString startTime = inst[
"StartTime"];
53 iTime etStart(startTime);
123 Table timesTable(
"LineScanTimes", filename);
125 if(timesTable.
Records() <= 0) {
126 QString msg =
"Table [LineScanTimes] in [";
127 msg += filename +
"] must not be empty";
131 for(
int i = 0; i < timesTable.
Records(); i++) {
133 (
double)timesTable[i][0],
138 QString msg =
"There is a problem with the data within the Table ";
139 msg +=
"[LineScanTimes] in [" + filename +
"]";
Convert between undistorted focal plane and ra/dec coordinates.
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Parse and return pieces of a time string.
@ Unknown
A type of error that cannot be classified as any of the other error types.
QString m_instrumentNameLong
Full instrument name.
virtual int CkFrameId() const
CK frame ID - Instrument Code from spacit run on CK.
Container for cube-like labels.
Convert between parent image coordinates and detector coordinates.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
~ClipperPushBroomCamera()
Destructor for a ClipperPushBroomCamera object.
@ Traverse
Search child objects.
void setTime(const iTime &time)
By setting the time you essential set the position of the spacecraft and body as indicated in the cla...
void ReadLineRates(QString filename)
This is the camera model for the Europa Clipper Push Broom Camera.
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Contains multiple PvlContainers.
virtual int CkReferenceId() const
CK Reference ID - J2000.
std::vector< LineRateChange > p_lineRates
Vector of the variable line rates for this camera model.
Class for storing Table blobs information.
Generic class for Line Scan Cameras.
QString fileName() const
Returns the filename used to initialise the Pvl object.
Convert between undistorted focal plane and ground coordinates.
Distort/undistort focal plane coordinates.
IO Handler for Isis Cubes.
QString m_spacecraftNameLong
Full spacecraft name.
void LoadCache()
This loads the spice cache big enough for this image.
QString m_instrumentNameShort
Shortened instrument name.
Convert between distorted focal plane and detector coordinates.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
int Records() const
Returns the number of records.
QString m_spacecraftNameShort
Shortened spacecraft name.
ClipperPushBroomCamera(Cube &cube)
Constructs a ClipperPushBroomCamera object using the image labels.
void SetFocalLength()
Reads the focal length from the instrument kernel.
This is free and unencumbered software released into the public domain.
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Container class for storing timing information for a section of an image.