|
Isis 3.0 Developer's Reference (API) |
Home |
Convert between undistorted focal plane and ground coordinates. More...
#include <CameraGroundMap.h>
Inherited by Isis::LineScanCameraGroundMap, Isis::PushFrameCameraGroundMap, Isis::RadarGroundMap, and Isis::VimsGroundMap.
Public Types | |
| enum | PartialType { WRT_Latitude, WRT_Longitude, WRT_Radius } |
Public Member Functions | |
| CameraGroundMap (Camera *parent) | |
| virtual | ~CameraGroundMap () |
| Destructor. | |
| virtual bool | SetFocalPlane (const double ux, const double uy, const double uz) |
| Compute ground position from focal plane coordinate. | |
| virtual bool | SetGround (const Latitude &lat, const Longitude &lon) |
| Compute undistorted focal plane coordinate from ground position. | |
| virtual bool | SetGround (const SurfacePoint &surfacePoint) |
| Compute undistorted focal plane coordinate from ground position that includes a local radius. | |
| virtual bool | GetXY (const SurfacePoint &spoint, double *cudx, double *cudy) |
| Compute undistorted focal plane coordinate from ground position using current Spice from SetImage call. | |
| virtual bool | GetXY (const double lat, const double lon, const double radius, double *cudx, double *cudy) |
| Compute undistorted focal plane coordinate from ground position using current Spice from SetImage call. | |
| 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 from SetImage call. | |
| virtual bool | GetdXYdOrientation (const SpiceRotation::PartialType varType, int coefIndex, double *cudx, double *cudy) |
| Compute derivative of focal plane coordinate w/r to orientation from ground position using current Spice from SetImage call. | |
| virtual bool | GetdXYdPoint (std::vector< double > d_lookB, double *cudx, double *cudy) |
| Compute derivative of focal plane coordinate w/r to ground point from ground position using current Spice from SetImage call. | |
| std::vector< double > | PointPartial (SurfacePoint spoint, PartialType wrt) |
| Compute derivative with respect to indicated variable of conversion function from lat/lon/rad to rectangular coord. | |
| double | DQuotient (std::vector< double > &look, std::vector< double > &dlook, int index) |
| Convenience method for quotient rule applied to look vector. | |
| double | FocalPlaneX () const |
| Return undistorted focal plane x. | |
| double | FocalPlaneY () const |
| Return undistorted focal plane y. | |
Protected Attributes | |
| Camera * | p_camera |
| double | p_focalPlaneX |
| double | p_focalPlaneY |
Convert between undistorted focal plane and ground coordinates.
This base class is used to convert between undistorted focal plane coordinates (x/y) in millimeters and ground coordinates lat/lon. This class handles the case of framing cameras.
| Isis::CameraGroundMap::CameraGroundMap | ( | Camera * | parent | ) |
References p_camera, and Isis::Camera::SetGroundMap().
| virtual Isis::CameraGroundMap::~CameraGroundMap | ( | ) | [inline, virtual] |
Destructor.
| double Isis::CameraGroundMap::DQuotient | ( | std::vector< double > & | look, | |
| std::vector< double > & | dlook, | |||
| int | index | |||
| ) |
Convenience method for quotient rule applied to look vector.
This method will compute the derivative of the following function (coordinate x or y) / (coordinate z)
| look | look vector in camera frame | |
| dlook | derivative of look vector in camera frame | |
| index | vector value to differentiate |
Referenced by GetdXYdOrientation(), GetdXYdPoint(), and GetdXYdPosition().
| double Isis::CameraGroundMap::FocalPlaneX | ( | ) | const [inline] |
Return undistorted focal plane x.
References p_focalPlaneX.
| double Isis::CameraGroundMap::FocalPlaneY | ( | ) | const [inline] |
Return undistorted focal plane y.
References p_focalPlaneY.
| bool Isis::CameraGroundMap::GetdXYdOrientation | ( | const SpiceRotation::PartialType | varType, | |
| int | coefIndex, | |||
| double * | dx, | |||
| double * | dy | |||
| ) | [virtual] |
Compute derivative of focal plane coordinate w/r to orientation from ground position using current Spice from SetImage call.
This method will compute the derivative of the undistorted focal plane coordinate for a ground position with respect to the instrument orientation, using the current Spice settings (time and kernels) without resetting the current point values for lat/lon/radius/x/y.
| varType | enumerated partial type (definitions in SpicePosition) | |
| coefIndex | coefficient index of fit polynomial | |
| *dx | pointer to partial derivative of undistorted focal plane x | |
| *dy | pointer to partial derivative of undistorted focal plane y |
References Isis::Camera::DistortionMap(), DQuotient(), Isis::Spice::instrumentRotation(), p_camera, and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
| bool Isis::CameraGroundMap::GetdXYdPoint | ( | std::vector< double > | d_lookB, | |
| double * | dx, | |||
| double * | dy | |||
| ) | [virtual] |
Compute derivative of focal plane coordinate w/r to ground point from ground position using current Spice from SetImage call.
This method will compute the derivative of the undistorted focal plane coordinate for a ground position with respect to lat, lon, or radius, using the current Spice settings (time and kernels) without resetting the current point values for lat/lon/radius/x/y.
| varType | enumerated partial type (definitions in SpicePosition) | |
| coefIndex | coefficient index of fit polynomial | |
| *dx | pointer to partial derivative of undistorted focal plane x | |
| *dy | pointer to partial derivative of undistorted focal plane y |
Reimplemented in Isis::RadarGroundMap.
References Isis::Spice::bodyRotation(), Isis::Camera::DistortionMap(), DQuotient(), Isis::Spice::instrumentRotation(), p_camera, and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
| bool Isis::CameraGroundMap::GetdXYdPosition | ( | const SpicePosition::PartialType | varType, | |
| int | coefIndex, | |||
| double * | dx, | |||
| double * | dy | |||
| ) | [virtual] |
Compute derivative w/r to position of focal plane coordinate from ground position using current Spice from SetImage call.
This method will compute the derivative of the undistorted focal plane coordinate for a ground position with respect to a spacecraft position coordinate, using the current Spice settings (time and kernels) without resetting the current point values for lat/lon/radius/x/y.
| varType | enumerated partial type (definitions in SpicePosition) | |
| coefIndex | coefficient index of fit polynomial | |
| *dx | pointer to partial derivative of undistorted focal plane x | |
| *dy | pointer to partial derivative of undistorted focal plane y |
Reimplemented in Isis::RadarGroundMap.
References Isis::SpicePosition::CoordinatePartial(), Isis::Camera::DistortionMap(), DQuotient(), Isis::Spice::instrumentPosition(), Isis::Spice::instrumentRotation(), p_camera, and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
| bool Isis::CameraGroundMap::GetXY | ( | const double | lat, | |
| const double | lon, | |||
| const double | radius, | |||
| double * | cudx, | |||
| double * | cudy | |||
| ) | [virtual] |
Compute undistorted focal plane coordinate from ground position using current Spice from SetImage call.
This method will compute the undistorted focal plane coordinate for a ground position, using the current Spice settings (time and kernels) without resetting the current point values for lat/lon/radius/p_pB/x/y. The class value for p_look is set by this method.
References Isis::Angle::Degrees, GetXY(), and Isis::Distance::Meters.
| bool Isis::CameraGroundMap::GetXY | ( | const SurfacePoint & | point, | |
| double * | cudx, | |||
| double * | cudy | |||
| ) | [virtual] |
Compute undistorted focal plane coordinate from ground position using current Spice from SetImage call.
This method will compute the undistorted focal plane coordinate for a ground position, using the current Spice settings (time and kernels) without resetting the current point values for lat/lon/radius/p_pB/x/y. The class value for p_look is set by this method.
| point |
Reimplemented in Isis::RadarGroundMap.
References Isis::Spice::bodyRotation(), dist, Isis::Camera::DistortionMap(), emission, Isis::SurfacePoint::GetX(), Isis::SurfacePoint::GetY(), Isis::SurfacePoint::GetZ(), Isis::Spice::instrumentPosition(), Isis::Spice::instrumentRotation(), Isis::Target::isSky(), Isis::Displacement::kilometers(), p_camera, Isis::PI(), Isis::Spice::target(), and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
Referenced by Isis::ControlPoint::ComputeResiduals(), Isis::ControlPoint::ComputeResiduals_Millimeters(), and GetXY().
| std::vector< double > Isis::CameraGroundMap::PointPartial | ( | SurfacePoint | spoint, | |
| PartialType | wrt | |||
| ) |
Compute derivative with respect to indicated variable of conversion function from lat/lon/rad to rectangular coord.
| lat | planetocentric latitude in degrees | |
| lon | planetocentric longitude in degrees | |
| radius | local radius in meters | |
| wrt | take derivative with respect to this value |
References Isis::SurfacePoint::GetLatitude(), Isis::SurfacePoint::GetLocalRadius(), Isis::SurfacePoint::GetLongitude(), Isis::Distance::kilometers(), Isis::Angle::radians(), WRT_Latitude, and WRT_Longitude.
| bool Isis::CameraGroundMap::SetFocalPlane | ( | const double | ux, | |
| const double | uy, | |||
| const double | uz | |||
| ) | [virtual] |
Compute ground position from focal plane coordinate.
This method will compute the ground position given an undistorted focal plane coordinate. Note that the latitude/longitude value can be obtained from the camera class passed into the constructor.
| ux | distorted focal plane x in millimeters | |
| uy | distorted focal plane y in millimeters | |
| uz | distorted focal plane z in millimeters |
Reimplemented in Isis::RadarGroundMap, and Isis::VimsGroundMap.
References Isis::NaifStatus::CheckErrors(), p_camera, and Isis::Sensor::SetLookDirection().
Referenced by Isis::Camera::SetImage().
| bool Isis::CameraGroundMap::SetGround | ( | const SurfacePoint & | surfacePoint | ) | [virtual] |
Compute undistorted focal plane coordinate from ground position that includes a local radius.
| lat | planetocentric latitude in degrees | |
| lon | planetocentric longitude in degrees | |
| radius | local radius in meters |
Reimplemented in Isis::LineScanCameraGroundMap, Isis::PushFrameCameraGroundMap, Isis::RadarGroundMap, and Isis::VimsGroundMap.
References p_camera.
Compute undistorted focal plane coordinate from ground position.
| lat | planetocentric latitude in degrees | |
| lon | planetocentric longitude in degrees |
Reimplemented in Isis::LineScanCameraGroundMap, Isis::PushFrameCameraGroundMap, Isis::RadarGroundMap, and Isis::VimsGroundMap.
References Isis::Sensor::LocalRadius(), p_camera, and radius.
Referenced by Isis::Camera::SetGround(), and Isis::Camera::SetUniversalGround().
Camera* Isis::CameraGroundMap::p_camera [protected] |
Referenced by CameraGroundMap(), Isis::LineScanCameraGroundMap::FindFocalPlane(), Isis::LineScanCameraGroundMap::FindSpacecraftDistance(), GetdXYdOrientation(), GetdXYdPoint(), GetdXYdPosition(), GetXY(), Isis::VimsGroundMap::Init(), Isis::VimsGroundMap::SetFocalPlane(), SetFocalPlane(), Isis::VimsGroundMap::SetGround(), Isis::PushFrameCameraGroundMap::SetGround(), Isis::LineScanCameraGroundMap::SetGround(), and SetGround().
double Isis::CameraGroundMap::p_focalPlaneX [protected] |
double Isis::CameraGroundMap::p_focalPlaneY [protected] |