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 "NewHorizonsLeisaCamera.h"
15 #include "NaifStatus.h"
17 #include "LineScanCameraGroundMap.h"
18 #include "LineScanCameraSkyMap.h"
19 #include "CameraFocalPlaneMap.h"
20 #include "LineScanCameraDetectorMap.h"
53 QString expDuration = inst[
"ExposureDuration"];
55 QString stime = inst[
"SpacecraftClockStartCount"];
59 double m_lineRate = expDuration.toDouble();
93 for (
int i = 0; i < orgBand.
size(); i++) {
121 QString msg = QObject::tr(
"Band number out of array bounds in NewHorizonsLeisaCamera::SetBand "
122 "legal bands are [1-%1], input was [%2]").
Convert between undistorted focal plane and ra/dec coordinates.
virtual void SetBand(const int band)
Virtual method that sets the band number.
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
void SetTransS(const QVector< double > transS)
Set the affine coefficients for converting destorted (x,y) to a detector Sample.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
A single keyword-value pair.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
void SetTransX(const QVector< double > transX)
Set the affine coefficients for converting detector (sample,line) to a distorted X.
QString m_instrumentNameLong
Full instrument name.
virtual iTime getClockTime(QString clockValue, int sclkCode=-1, bool clockTicks=false)
This converts the spacecraft clock ticks value (clockValue) to an iTime.
This is the camera model for LEISA, New Hoirzon's infrared Spectrometer.
Container for cube-like labels.
QVector< double > m_origTransy
The original transy affine coefficients from the iak.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
void SetBand(const int vband)
Change the New Horizons camera parameters based on the band number.
const double * TransX() const
QVector< double > m_origTranss
The original transs affine coefficients from the iak.
@ Traverse
Search child objects.
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
const double * TransL() const
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Contains multiple PvlContainers.
int toInt(const QString &string)
Global function to convert from a string to an integer.
QVector< int > m_originalBand
Stores the band bin OriginalBand keyword values.
const double * TransY() const
void SetTransY(const QVector< double > transY)
Set the affine coefficients for converting detector (sample,line) to a distorted Y.
Generic class for Line Scan Cameras.
Convert between undistorted focal plane and ground coordinates.
Distort/undistort focal plane coordinates.
IO Handler for Isis Cubes.
QString m_spacecraftNameLong
Full spacecraft name.
const double * TransS() const
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
@ Programmer
This error is for when a programmer made an API call that was illegal.
Namespace for the standard library.
void LoadCache()
This loads the spice cache big enough for this image.
QVector< double > m_origTransl
The original transl affine coefficients from the iak.
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.
int size() const
Returns the number of values stored in this keyword.
void SetTransL(const QVector< double > transL)
Set the affine coefficients for converting destorted (x,y) to a detector Line.
QString m_spacecraftNameShort
Shortened spacecraft name.
void SetFocalLength()
Reads the focal length from the instrument kernel.
This is free and unencumbered software released into the public domain.
Convert between parent image coordinates and detector coordinates.
QVector< double > m_origTransx
The original transx affine coefficients from the iak.