|
Isis Developer Reference
|
Go to the documentation of this file.
56 virtual bool SetSky(
const double ra,
const double dec);
63 void LookDirection(
double v[3]);
65 SpiceDouble p_etStart;
67 double p_interlineDelay;
93 double p_raMap[64][64];
94 double p_decMap[64][64];
void IgnoreProjection(bool ignore)
Set whether or not the camera should ignore the Projection.
Definition: Camera.cpp:2925
const double HALFPI
The mathematical constant PI/2.
Definition: Constants.h:41
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
VimsSkyMap(Camera *parent, Pvl &lab)
Constructs the VimsSkyMap object.
Definition: VimsSkyMap.cpp:37
double p_focalPlaneX
Undistorted x value for the focal plane.
Definition: CameraSkyMap.h:59
int Solve(Isis::LeastSquares::SolveMethod method=SVD)
After all the data has been registered through AddKnown, invoke this method to solve the system of eq...
Definition: LeastSquares.cpp:205
Camera * p_camera
The main camera to calculate distortions on.
Definition: CameraSkyMap.h:55
int ParentLines() const
Returns the number of lines in the parent alphacube.
Definition: Camera.cpp:2806
virtual bool SetImage(const double sample, const double line)
Sets the sample/line values of the image to get the lat/lon values.
Definition: Camera.cpp:154
int Knowns() const
The number of knowns (or times AddKnown was invoked) linear combination of the variables.
Definition: LeastSquares.h:129
virtual bool SetSky(const double ra, const double dec)
Sets the sky position to the given ra and dec.
Definition: VimsSkyMap.cpp:247
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
virtual double Declination()
Returns the declination angle (sky latitude).
Definition: Sensor.cpp:574
Container for cube-like labels.
Definition: Pvl.h:119
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
Definition: VimsSkyMap.cpp:201
double Evaluate(const std::vector< double > &input)
Invokes the BasisFunction Evaluate method.
Definition: LeastSquares.cpp:553
virtual double RightAscension()
Returns the right ascension angle (sky longitude).
Definition: Sensor.cpp:561
double p_focalPlaneY
Undistorted y value for the focal plane.
Definition: CameraSkyMap.h:60
@ Traverse
Search child objects.
Definition: PvlObject.h:158
int ParentSamples() const
Returns the number of samples in the parent alphacube.
Definition: Camera.cpp:2816
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
Nth degree Polynomial with two variables.
Definition: PolynomialBivariate.h:37
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:126
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
Generic least square fitting class.
Definition: LeastSquares.h:99
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
const double NULL8
Definition: SpecialPixel.h:94
Convert between undistorted focal plane and ground coordinates.
Definition: VimsSkyMap.h:46
Isis exception class.
Definition: IException.h:91
void Init(Pvl &lab)
Initialize vims sky model.
Definition: VimsSkyMap.cpp:58
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
Namespace for the standard library.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
Definition: Sensor.cpp:141
Convert between undistorted focal plane and ra/dec coordinates.
Definition: CameraSkyMap.h:31
Adds specific functionality to C++ strings.
Definition: IString.h:165
void AddKnown(const std::vector< double > &input, double expected, double weight=1.0)
Invoke this method for each set of knowns.
Definition: LeastSquares.cpp:96
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
virtual ~VimsSkyMap()
Destroys the VimsSkyMap object.
Definition: VimsSkyMap.h:51