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 +
"]";
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Distort/undistort focal plane coordinates.
Convert between distorted focal plane and detector coordinates.
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
QString m_spacecraftNameLong
Full spacecraft name.
void SetFocalLength()
Reads the focal length from the instrument kernel.
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
void LoadCache()
This loads the spice cache big enough for this image.
QString m_instrumentNameShort
Shortened instrument name.
QString m_spacecraftNameShort
Shortened spacecraft name.
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
QString m_instrumentNameLong
Full instrument name.
IO Handler for Isis Cubes.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
HrscCamera(Cube &cube)
Creates a HrscCamera Camera Model.
void ReadLineRates(QString filename)
~HrscCamera()
Destroys the HiriseCamera object.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
virtual int CkReferenceId() const
CK Reference ID - J2000.
std::vector< LineRateChange > p_lineRates
Vector of the variable line rates for this camera model.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
@ Unknown
A type of error that cannot be classified as any of the other error types.
Container class for storing timing information for a section of an image.
Convert between undistorted focal plane and ground coordinates.
Generic class for Line Scan Cameras.
LineScanCameraDetectorMap * DetectorMap()
Returns a pointer to the LineScanCameraDetectorMap object.
Convert between undistorted focal plane and ra/dec coordinates.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Contains multiple PvlContainers.
Container for cube-like labels.
@ Traverse
Search child objects.
virtual SpiceRotation * instrumentRotation() const
Accessor method for the instrument rotation.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Class for storing Table blobs information.
Convert between parent image coordinates and detector coordinates.
This is free and unencumbered software released into the public domain.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Namespace for the standard library.