8#include "CameraSkyMap.h"
17 CameraSkyMap::CameraSkyMap(
Camera *parent) {
43 SpiceDouble unitLookC[3];
44 vhat_c(lookC, unitLookC);
66 p_camera->Sensor::SetRightAscensionDeclination(ra, dec);
68 p_camera->Sensor::LookDirection(lookC);
void SetSkyMap(CameraSkyMap *map)
Sets the Sky Map.
double FocalLength() const
Returns the focal length.
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
Camera * p_camera
The main camera to calculate distortions on.
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.
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.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
This is free and unencumbered software released into the public domain.