|
Isis 3 Programmer Reference
|
8 #include "CameraSkyMap.h"
9 #include "NaifStatus.h"
43 SpiceDouble unitLookC[3];
44 vhat_c(lookC, unitLookC);
66 p_camera->Sensor::SetRightAscensionDeclination(ra, dec);
68 p_camera->Sensor::LookDirection(lookC);
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
double p_focalPlaneX
Undistorted x value for the focal plane.
Camera * p_camera
The main camera to calculate distortions on.
void SetSkyMap(CameraSkyMap *map)
Sets the Sky Map.
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ra/dec from focal plane coordinate.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
double p_focalPlaneY
Undistorted y value for the focal plane.
double FocalLength() const
Returns the focal length.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
This is free and unencumbered software released into the public domain.
CameraSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.