24 #ifndef CameraGroundMap_h
25 #define CameraGroundMap_h
111 virtual bool GetXY(
const double lat,
const double lon,
112 const double radius,
double *cudx,
double *cudy);
115 double *cudx,
double *cudy);
118 double *cudx,
double *cudy);
121 double *cudx,
double *cudy);
123 double *cudx,
double *cudy);
127 double DQuotient(std::vector<double> &look, std::vector<double> &dlook,
147 std::vector<double> m_pB;
This class defines a body-fixed surface point.
double FocalPlaneX() const
Return undistorted focal plane x.
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
std::vector< double > EllipsoidPartial(SurfacePoint spoint, PartialType raxis)
Compute derivative of focal plane coordinate w/r to one of the ellipsoidal radii (a, b, or c)
double p_focalPlaneY
Camera's y focal plane coordinate.
double p_focalPlaneX
Camera's x focal plane coordinate.
void LookCtoFocalPlaneXY()
Calculate focalplane x/y from lookvector in camera Surface point calculat...
virtual bool GetXY(const SurfacePoint &spoint, double *cudx, double *cudy)
Compute undistorted focal plane coordinate from ground position using current Spice from SetImage cal...
virtual bool GetdXYdTOrientation(const SpiceRotation::PartialType varType, int coefIndex, double *cudx, double *cudy)
Compute derivative of focal plane coordinate w/r to target body using current state.
virtual ~CameraGroundMap()
Destructor.
double DQuotient(std::vector< double > &look, std::vector< double > &dlook, int index)
Convenience method for quotient rule applied to look vector.
This class is designed to encapsulate the concept of a Latitude.
Distance measurement, usually in meters.
This class is designed to encapsulate the concept of a Longitude.
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
PartialType
Radius axes types to use when computing partials.
virtual bool GetdXYdPoint(std::vector< double > d_lookB, double *cudx, double *cudy)
Compute derivative of focal plane coordinate w/r to ground point using current state.
Convert between undistorted focal plane and ground coordinates.
std::vector< double > MeanRadiusPartial(SurfacePoint spoint, Distance meanRadius)
Compute derivative of focal plane coordinate w/r to mean of the ellipsoidal radii (a...
std::vector< double > m_lookJ
Look vector in J2000 calculated from ground coordinates in GetXY and used for partials.
virtual bool GetdXYdPosition(const SpicePosition::PartialType varType, int coefIndex, double *cudx, double *cudy)
Compute derivative w/r to position of focal plane coordinate from ground position using current Spice...
CameraGroundMap(Camera *parent)
Constructor.
PartialType
This enumeration indicates whether the partial derivative is taken with respect to Right Ascension...
virtual bool GetdXYdOrientation(const SpiceRotation::PartialType varType, int coefIndex, double *cudx, double *cudy)
Compute derivative of focal plane coordinate w/r to instrument using current state from SetImage call...
double FocalPlaneY() const
Return undistorted focal plane y.
std::vector< double > PointPartial(SurfacePoint spoint, PartialType wrt)
Compute derivative with respect to indicated variable of conversion function from lat/lon/rad to rect...