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 "HrscCamera.h"
15 #include "CameraDistortionMap.h"
16 #include "CameraFocalPlaneMap.h"
18 #include "LineScanCameraGroundMap.h"
19 #include "LineScanCameraSkyMap.h"
20 #include "NaifStatus.h"
21 #include "Statistics.h"
22 #include "VariableLineScanCameraDetectorMap.h"
62 double sampleBoresight =
getDouble(ikernKey);
65 double lineBoresight =
getDouble(ikernKey);
125 Table timesTable(
"LineScanTimes", filename);
127 if(timesTable.
Records() <= 0) {
128 QString msg =
"Table [LineScanTimes] in [";
129 msg += filename +
"] must not be empty";
133 for(
int i = 0; i < timesTable.
Records(); i++) {
135 (
double)timesTable[i][0],
140 QString msg =
"There is a problem with the data within the Table ";
141 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.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
std::vector< LineRateChange > p_lineRates
Vector of the variable line rates for this camera model.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
@ Unknown
A type of error that cannot be classified as any of the other error types.
QString m_instrumentNameLong
Full instrument name.
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
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.
virtual SpiceRotation * instrumentRotation() const
Accessor method for the instrument rotation.
@ Traverse
Search child objects.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Contains multiple PvlContainers.
virtual int CkReferenceId() const
CK Reference ID - J2000.
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.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Distort/undistort focal plane coordinates.
IO Handler for Isis Cubes.
QString m_spacecraftNameLong
Full spacecraft name.
void ReadLineRates(QString filename)
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
Namespace for the standard library.
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.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
int Records() const
Returns the number of records.
void SetFrame(int frameCode)
Change the frame to the given frame code.
LineScanCameraDetectorMap * DetectorMap()
Returns a pointer to the LineScanCameraDetectorMap object.
QString m_spacecraftNameShort
Shortened spacecraft name.
~HrscCamera()
Destroys the HiriseCamera object.
void SetFocalLength()
Reads the focal length from the instrument kernel.
This is free and unencumbered software released into the public domain.
Container class for storing timing information for a section of an image.