|
Isis Developer Reference
|
void radii(Distance r[3]) const
Returns the radii of the body in km.
Definition: Spice.cpp:930
static void setTransform(int naifIkCode, double groundRangeResolution, int samples, Radar::LookDirection ldir)
Definition: RadarGroundRangeMap.cpp:20
Obtain SPICE position information for a body.
Definition: SpicePosition.h:173
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
virtual SpicePosition * instrumentPosition() const
Accessor method for the instrument position.
Definition: Spice.cpp:1600
const double PI
The mathematical constant PI.
Definition: Constants.h:40
double SpacecraftAltitude()
Returns the distance from the spacecraft to the subspacecraft point in km.
Definition: Sensor.cpp:701
int ParentLines() const
Returns the number of lines in the parent alphacube.
Definition: Camera.cpp:2806
void SetWeightFactors(double range_sigma, double doppler_sigma)
Set the weight factors for slant range and Doppler shift.
Definition: RadarSlantRangeMap.cpp:309
LRO Mini-RF SAR and Chandrayaan 1 Mini-RF SAR.
Definition: MiniRF.h:56
SpiceInt naifIkCode() const
This returns the NAIF IK code to use when reading from instrument kernels.
Definition: Spice.cpp:968
Generic class for Radar Cameras.
Definition: RadarCamera.h:31
LookDirection
Definition: RadarGroundMap.h:18
Parse and return pieces of a time string.
Definition: iTime.h:65
void SetDopplerSigma(double dopplerSigma)
Set the doppler sigma.
Definition: RadarGroundMap.h:123
friend class RadarGroundMap
A friend class to calculate focal length.
Definition: Camera.h:491
void SetCoefficients(PvlKeyword &keyword)
Load the ground range/slant range coefficients from the RangeCoefficientSet keyword.
Definition: RadarSlantRangeMap.cpp:256
friend class RadarSlantRangeMap
A friend class to calculate focal length.
Definition: Camera.h:492
QString m_instrumentNameLong
Full instrument name.
Definition: Camera.h:496
Construct a mapping between image sample and Radar ground range.
Definition: RadarGroundRangeMap.h:38
const std::vector< double > & Coordinate()
Return the current J2000 position.
Definition: SpicePosition.h:211
Container for cube-like labels.
Definition: Pvl.h:119
Convert between radar ground range and slant range.
Definition: RadarSlantRangeMap.h:53
virtual void createCache(iTime startTime, iTime endTime, const int size, double tol)
This method creates an internal cache of spacecraft and sun positions over a specified time range.
Definition: Spice.cpp:649
Distance measurement, usually in meters.
Definition: Distance.h:34
@ Right
Definition: RadarGroundMap.h:18
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: MiniRF.h:81
@ Traverse
Search child objects.
Definition: PvlObject.h:158
void SetRangeSigma(double rangeSigma)
Set the range sigma.
Definition: RadarGroundMap.h:113
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
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual int CkReferenceId() const
CK Reference ID.
Definition: MiniRF.cpp:194
std::vector< double > AngularVelocity()
Accessor method to get the angular velocity.
Definition: SpiceRotation.cpp:1365
virtual SpiceRotation * bodyRotation() const
Accessor method for the body rotation.
Definition: Spice.cpp:1611
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
@ Left
Definition: RadarGroundMap.h:18
~MiniRF()
Destroys the MiniRF object.
Definition: MiniRF.h:61
int Samples() const
Returns the number of samples in the image.
Definition: Camera.cpp:2776
Convert between alpha image coordinates and radar sample, time coordinates.
Definition: RadarPulseMap.h:35
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
double FocalLength() const
Returns the focal length.
Definition: Camera.cpp:2732
Namespace for the standard library.
Convert between undistorted focal plane coordinate (slant range) and ground coordinates.
Definition: RadarGroundMap.h:94
QString m_instrumentNameShort
Shortened instrument name.
Definition: Camera.h:497
double PixelPitch() const
Returns the pixel pitch.
Definition: Camera.cpp:2742
MiniRF(Cube &cube)
Initialize the Mini-RF SAR radar model for LRO and Chandrayaan 1.
Definition: MiniRF.cpp:39
virtual double PixelResolution()
Returns the pixel resolution at the current position in meters/pixel.
Definition: Camera.cpp:670
Isis::Camera * MiniRFPlugin(Isis::Cube &cube)
This is the function that is called in order to instantiate a MiniRF object.
Definition: MiniRF.cpp:210
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
std::vector< double > Matrix()
Return the full rotation TJ as a matrix.
Definition: SpiceRotation.cpp:2865
const std::vector< double > & Velocity()
Return the current J2000 velocity.
Definition: SpicePosition.cpp:1269
virtual int CkFrameId() const
CK frame ID.
Definition: MiniRF.cpp:183
virtual int SpkTargetId() const
SPK Target Body ID - Lunar Reconnaissance Orbiter spacecraft.
Definition: MiniRF.h:73
Convert between slantrange/groundrange and ra/dec coordinates.
Definition: RadarSkyMap.h:31
QString m_spacecraftNameShort
Shortened spacecraft name.
Definition: Camera.h:499
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
Obtain SPICE rotation information for a body.
Definition: SpiceRotation.h:209