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 "NewHorizonsMvicTdiCamera.h"
14 #include "NewHorizonsMvicTdiCameraDistortionMap.h"
15 #include "CameraFocalPlaneMap.h"
16 #include "IException.h"
18 #include "LineScanCameraDetectorMap.h"
19 #include "LineScanCameraGroundMap.h"
20 #include "LineScanCameraSkyMap.h"
21 #include "NaifStatus.h"
46 QString stime = inst[
"SpacecraftClockStartCount"];
49 m_lineRate = 1.0 / (double)inst[
"TdiRate"];
66 QString naifXKey =
"INS-98900_DISTORTION_COEF_X";
67 QString naifYKey =
"INS-98900_DISTORTION_COEF_Y";
68 QString naifppKey =
"INS-98900_PP_OFFSET";
69 vector<double> distCoefX;
70 vector<double> distCoefY;
71 vector<double> residualColumnDistCoefs;
72 vector<double> residualRowDistCoefs;
74 for (
int i=0; i < 20; i++) {
75 distCoefX.push_back(
getDouble(naifXKey,i));
76 distCoefY.push_back(
getDouble(naifYKey,i));
81 QString naifCOLKey =
"INS" +
toString(code) +
"_RESIDUAL_COL_DIST_COEF";
82 QString naifROWKey =
"INS" +
toString(code) +
"_RESIDUAL_ROW_DIST_COEF";
84 for (
int i=0; i < 6; i++) {
85 residualColumnDistCoefs.push_back(
getDouble(naifCOLKey,i));
86 residualRowDistCoefs.push_back(
getDouble(naifROWKey,i));
90 residualRowDistCoefs);
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.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
New Horizons Mvic Camera, Tdi mode.
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.
Container for cube-like labels.
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.
@ Traverse
Search child objects.
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.
Generic class for Line Scan Cameras.
Convert between undistorted focal plane and ground coordinates.
IO Handler for Isis Cubes.
QString m_spacecraftNameLong
Full spacecraft name.
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.
Distort/undistort focal plane coordinates for New Horizons/MVIC.
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.