76 double sampleBoresight =
getDouble(ikernKey);
79 double lineBoresight =
getDouble(ikernKey);
139 Table timesTable(
"LineScanTimes", filename);
141 if(timesTable.
Records() <= 0) {
142 QString msg =
"Table [LineScanTimes] in [";
143 msg += filename +
"] must not be empty";
147 for(
int i = 0; i < timesTable.
Records(); i++) {
149 (
double)timesTable[i][0],
154 QString msg =
"There is a problem with the data within the Table ";
155 msg +=
"[LineScanTimes] in [" + filename +
"]";
int Records() const
Returns the number of records.
void SetFocalLength()
Reads the focal length from the instrument kernel.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
void ReadLineRates(QString filename)
QString m_instrumentNameLong
Full instrument name.
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Namespace for the standard library.
Generic class for Line Scan Cameras.
virtual int CkReferenceId() const
CK Reference ID - J2000.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Isis::Camera * HrscCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a HrscCamera object.
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Convert between undistorted focal plane and ground coordinates.
Container class for storing timing information for a section of an image.
void SetFrame(int frameCode)
Change the frame to the given frame code.
Convert between distorted focal plane and detector coordinates.
std::vector< LineRateChange > p_lineRates
Vector of the variable line rates for this camera model.
QString m_instrumentNameShort
Shortened instrument name.
Contains multiple PvlContainers.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
#define _FILEINFO_
Macro for the filename and line number.
~HrscCamera()
Destroys the HiriseCamera object.
A type of error that cannot be classified as any of the other error types.
Distort/undistort focal plane coordinates.
Convert between parent image coordinates and detector coordinates.
Container for cube-like labels.
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
Convert between undistorted focal plane and ra/dec coordinates.
void LoadCache()
This loads the spice cache big enough for this image.
QString m_spacecraftNameLong
Full spacecraft name.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Class for storing Table blobs information.
LineScanCameraDetectorMap * DetectorMap()
Returns a pointer to the LineScanCameraDetectorMap object.
QString fileName() const
Returns the filename used to initialise the Pvl object.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Namespace for ISIS/Bullet specific routines.
SpiceRotation * instrumentRotation() const
Accessor method for the instrument rotation.
QString m_spacecraftNameShort
Shortened spacecraft name.
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
IO Handler for Isis Cubes.