59 SpiceDouble unitLookC[3];
60 vhat_c(lookC, unitLookC);
82 p_camera->Sensor::SetRightAscensionDeclination(ra, dec);
84 p_camera->Sensor::LookDirection(lookC);
void SetSkyMap(CameraSkyMap *map)
Sets the Sky Map.
double p_focalPlaneY
Undistorted y value for the focal plane.
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ra/dec from focal plane coordinate.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
double FocalLength() const
Returns the focal length.
double p_focalPlaneX
Undistorted x value for the focal plane.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Namespace for ISIS/Bullet specific routines.
Camera * p_camera
The main camera to calculate distortions on.
CameraSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.