|
Isis Developer Reference
|
Go to the documentation of this file.
41 virtual bool SetSky(
const double ra,
const double dec);
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
Definition: CameraSkyMap.cpp:65
double p_focalPlaneX
Undistorted x value for the focal plane.
Definition: CameraSkyMap.h:59
Camera * p_camera
The main camera to calculate distortions on.
Definition: CameraSkyMap.h:55
void SetSkyMap(CameraSkyMap *map)
Sets the Sky Map.
Definition: Camera.cpp:2401
virtual ~CameraSkyMap()
Destructor.
Definition: CameraSkyMap.h:36
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ra/dec from focal plane coordinate.
Definition: CameraSkyMap.cpp:34
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
double p_focalPlaneY
Undistorted y value for the focal plane.
Definition: CameraSkyMap.h:60
double FocalPlaneY() const
Definition: CameraSkyMap.h:53
double FocalPlaneX() const
Definition: CameraSkyMap.h:46
double FocalLength() const
Returns the focal length.
Definition: Camera.cpp:2732
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
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
CameraSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.
Definition: CameraSkyMap.cpp:17