59 SpiceDouble unitLookC[3];
60 vhat_c(lookC, unitLookC);
82 p_camera->Sensor::SetRightAscensionDeclination(ra, dec);
84 p_camera->Sensor::LookDirection(lookC);
86 p_focalPlaneX = lookC[0] * scale;
87 p_focalPlaneY = lookC[1] * scale;
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.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
double FocalLength() const
Returns the focal length.
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
CameraSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.