|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef LroWideAngleCamera_h
2 #define LroWideAngleCamera_h
103 double p_exposureDur;
111 int PoolKeySize(
const QString &key)
const;
@ SpiceIntType
SpiceInt type.
Definition: Spice.h:351
virtual void SetBand(const int band)
Virtual method that sets the band number.
Definition: Camera.cpp:2680
void SetDetectorOrigin(const double sample, const double line)
Set the detector origin.
Definition: CameraFocalPlaneMap.cpp:293
void SetFrameletOffset(int frameletOffset)
Reset the frame offset.
Definition: PushFrameCameraDetectorMap.cpp:270
void SetGeometricTilingHint(int startSize=128, int endSize=8)
This method sets the best geometric tiling size for projecting from this camera model.
Definition: Camera.cpp:2554
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: LroWideAngleCamera.cpp:325
int ParentLines() const
Returns the number of lines in the parent alphacube.
Definition: Camera.cpp:2806
A single keyword-value pair.
Definition: PvlKeyword.h:82
~LroWideAngleCamera()
Destroys the LroWideAngleCamera object.
Definition: LroWideAngleCamera.cpp:221
T & getNth(int nth)
Returns the nth value in the collection.
Definition: CollectorMap.h:624
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
Isis::Camera * LroWideAngleCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a LroWideAngleCamera object.
Definition: LroWideAngleCamera.cpp:366
void SetFrameletOrderReversed(bool frameletOrderReversed, int nframelets)
Changes the direction of the framelets.
Definition: PushFrameCameraDetectorMap.cpp:340
void SetFrameletsGeometricallyFlipped(bool frameletsFlipped)
Mirrors the each framelet in the file.
Definition: PushFrameCameraDetectorMap.cpp:359
QString m_instrumentNameLong
Full instrument name.
Definition: Camera.h:496
virtual iTime getClockTime(QString clockValue, int sclkCode=-1, bool clockTicks=false)
This converts the spacecraft clock ticks value (clockValue) to an iTime.
Definition: Spice.cpp:1053
T & get(const K &key)
Returns the value associated with the name provided.
Definition: CollectorMap.h:567
Distort/undistort focal plane coordinates.
Definition: LroWideAngleCameraDistortionMap.h:47
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Definition: CameraDetectorMap.h:108
int size() const
Returns the size of the collection.
Definition: CollectorMap.h:512
SpiceInt getInteger(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1025
Container for cube-like labels.
Definition: Pvl.h:119
CameraDistortionMap * DistortionMap()
Returns a pointer to the CameraDistortionMap object.
Definition: Camera.cpp:2826
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
bool IsBandIndependent()
The camera model is band dependent, so this method returns false.
Definition: LroWideAngleCamera.cpp:313
virtual SpiceRotation * instrumentRotation() const
Accessor method for the instrument rotation.
Definition: Spice.cpp:1622
void SetDetectorLineSumming(const double summing)
Set line summing mode.
Definition: CameraDetectorMap.h:123
@ Traverse
Search child objects.
Definition: PvlObject.h:158
PushFrameCameraDetectorMap * DetectorMap()
Returns a pointer to the PushFrameCameraDetectorMap object.
Definition: PushFrameCamera.h:62
bool exists(const K &key) const
Checks the existance of a particular key in the list.
Definition: CollectorMap.h:551
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:126
void SetPixelPitch()
Reads the Pixel Pitch from the instrument kernel.
Definition: Camera.cpp:1418
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
void addFilter(int naifIkCode)
Add an additional set of parameters for a given LROC/WAC filter.
Definition: LroWideAngleCameraDistortionMap.cpp:55
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: LroWideAngleCamera.cpp:349
void setBand(int vband)
Implements band-dependant distortion parameters.
Definition: LroWideAngleCameraDistortionMap.cpp:79
Distort/undistort focal plane coordinates.
Definition: LroWideAngleCameraFocalPlaneMap.h:33
void setBand(int vband)
Implements band-dependant focal plane parameters.
Definition: LroWideAngleCameraFocalPlaneMap.cpp:86
Generic class for Push Frame Cameras.
Definition: PushFrameCamera.h:35
IO Handler for Isis Cubes.
Definition: Cube.h:167
Isis exception class.
Definition: IException.h:91
QVariant getStoredResult(QString name, SpiceValueType type)
Definition: Spice.cpp:1169
QString m_spacecraftNameLong
Full spacecraft name.
Definition: Camera.h:498
void SetStartingDetectorSample(const double sample)
Set the starting detector sample.
Definition: CameraDetectorMap.h:79
void add(const K &key, const T &value)
Adds the element to the list.
Definition: CollectorMap.h:540
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
CameraFocalPlaneMap * FocalPlaneMap()
Returns a pointer to the CameraFocalPlaneMap object.
Definition: Camera.cpp:2836
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
Namespace for the standard library.
void LoadCache()
This loads the spice cache big enough for this image.
Definition: Camera.cpp:2420
QString m_instrumentNameShort
Shortened instrument name.
Definition: Camera.h:497
Collector/container for arbitrary items.
Definition: CollectorMap.h:419
void SetBand(const int band)
Sets the band in the camera model.
Definition: LroWideAngleCamera.cpp:231
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
Convert between undistorted focal plane and ra/dec coordinates.
Definition: CameraSkyMap.h:31
void storeResult(QString name, SpiceValueType type, QVariant value)
Definition: Spice.cpp:1154
void SetBandFirstDetectorLine(int firstLine)
Change the starting line in the detector based on band.
Definition: PushFrameCameraDetectorMap.cpp:308
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
LRO Wide Angle Camera Model.
Definition: LroWideAngleCamera.h:85
void addFilter(int naifIkCode)
Add an additional set of parameters for a given LROC/WAC filter.
Definition: LroWideAngleCameraFocalPlaneMap.cpp:55
LroWideAngleCamera(Cube &cube)
Constructor for the LRO WAC Camera Model.
Definition: LroWideAngleCamera.cpp:41
PvlKeyword & findKeyword(const QString &kname, FindOptions opts)
Finds a keyword in the current PvlObject, or deeper inside other PvlObjects and Pvlgroups within this...
Definition: PvlObject.cpp:177
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: LroWideAngleCamera.cpp:337
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
void SetFrame(int frameCode)
Change the frame to the given frame code.
Definition: SpiceRotation.cpp:214
Convert between undistorted focal plane and ground coordinates.
Definition: PushFrameCameraGroundMap.h:34
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
Convert between parent image coordinates and detector coordinates.
Definition: PushFrameCameraDetectorMap.h:45
void SetFocalLength()
Reads the focal length from the instrument kernel.
Definition: Camera.cpp:1411
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126