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 "MocWideAngleCamera.h"
10 #include "MocWideAngleDetectorMap.h"
11 #include "MocWideAngleDistortionMap.h"
12 #include "MocLabels.h"
16 #include "CameraFocalPlaneMap.h"
17 #include "IException.h"
19 #include "LineScanCameraGroundMap.h"
20 #include "LineScanCameraSkyMap.h"
21 #include "NaifStatus.h"
47 double lineRate = moclab->
LineRate();
60 "Cube file needs to be spiceinit'd with updated iak", _FILEINFO_);
66 QString stime = inst[
"SpacecraftClockCount"];
Convert between undistorted focal plane and ra/dec coordinates.
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
MOC Wide Angle Camera Model.
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
int FirstLineSample() const
Returns value for FirstLineSample from the instrument group.
void SetTimeBias(double timeBias)
Apply a time bias when invoking SetEphemerisTime method.
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
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.
int DowntrackSumming() const
Returns value for DowntrackSumming from the instrument group.
Read values from MOC labels.
Distort/undistort focal plane coordinates.
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Container for cube-like labels.
void SetDetectorOffset(const double sampleOffset, const double lineOffset)
Set the detector offset.
int CrosstrackSumming() const
Returns value for CrosstrackSumming from the instrument group.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
virtual SpiceRotation * instrumentRotation() const
Accessor method for the instrument rotation.
void SetDetectorLineSumming(const double summing)
Set line summing mode.
@ Traverse
Search child objects.
Convert between parent image coordinates and detector coordinates.
double LineRate() const
Returns the value for the true line rate.
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.
bool WideAngleRed() const
Indicates whether the camera was red wide angle.
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.
void SetStartingDetectorSample(const double sample)
Set the starting detector sample.
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.
double PixelPitch() const
Returns the pixel pitch.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
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.
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....