Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ThemisVisCamera_h
2 #define ThemisVisCamera_h
93 double p_bandTimeOffset;
95 double p_interframeDelay;
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
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
~ThemisVisCamera()
Destroys the Themis Vis Camera object.
Definition: ThemisVisCamera.cpp:116
bool IsBandIndependent()
The camera model is band dependent (i.e.
Definition: ThemisVisCamera.cpp:193
double BandEphemerisTimeOffset(int vband)
Calculates time offset for the given cube band number.
Definition: ThemisVisCamera.cpp:146
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
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
void SetFrameletOrderReversed(bool frameletOrderReversed, int nframelets)
Changes the direction of the framelets.
Definition: PushFrameCameraDetectorMap.cpp:340
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
void SetDetectorSampleSumming(const double summing)
Set sample summing mode.
Definition: CameraDetectorMap.h:108
Container for cube-like labels.
Definition: Pvl.h:119
bool HasReferenceBand() const
Checks to see if the Camera object has a reference band.
Definition: Camera.cpp:2670
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
Distort/undistort focal plane coordinates.
Definition: ThemisVisDistortionMap.h:37
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
void setTime(const iTime &time)
By setting the time you essential set the position of the spacecraft and body as indicated in the cla...
Definition: Sensor.cpp:97
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
THEMIS VIS Camera Model.
Definition: ThemisVisCamera.h:73
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: ThemisVisCamera.cpp:229
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
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
QString m_spacecraftNameLong
Full spacecraft name.
Definition: Camera.h:498
void SetBand(const int band)
Sets the band in the camera model.
Definition: ThemisVisCamera.cpp:126
Namespace for the standard library.
void LoadCache()
This loads the spice cache big enough for this image.
Definition: Camera.cpp:2420
Isis::Camera * ThemisVisCameraPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a ThemisVisCamera object.
Definition: ThemisVisCamera.cpp:246
QString m_instrumentNameShort
Shortened instrument name.
Definition: Camera.h:497
Convert between distorted focal plane and detector coordinates.
Definition: CameraFocalPlaneMap.h:85
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 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
void SetStartTime(const double etStart)
Reset the starting ephemeris time.
Definition: PushFrameCameraDetectorMap.cpp:215
virtual int CkReferenceId() const
CK Reference ID - MARSIAU.
Definition: ThemisVisCamera.cpp:217
ThemisVisCamera(Cube &cube)
Constructor for the Themis Vis Camera Model.
Definition: ThemisVisCamera.cpp:39
int ReferenceBand() const
Returns the reference band.
Definition: Camera.cpp:2659
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
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: ThemisVisCamera.cpp:205
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