| 
    Isis 3.0
    
   | Home | 
Convert between undistorted focal plane and ra/dec coordinates. More...
#include <LineScanCameraSkyMap.h>
Inherits Isis::CameraSkyMap.
Public Member Functions | |
| LineScanCameraSkyMap (Camera *parent) | |
| Constructor.  More... | |
| virtual | ~LineScanCameraSkyMap () | 
| Destructor.  More... | |
| virtual bool | SetSky (const double ra, const double dec) | 
| Compute undistorted focal plane coordinate from ra/dec.  More... | |
| virtual bool | SetFocalPlane (const double ux, const double uy, const double uz) | 
| Compute ra/dec from focal plane coordinate.  More... | |
| double | FocalPlaneX () const | 
| Return undistorted focal plane x.  More... | |
| double | FocalPlaneY () const | 
| Return undistorted focal plane y.  More... | |
Protected Attributes | |
| Camera * | p_camera | 
| double | p_focalPlaneX | 
| double | p_focalPlaneY | 
Convert between undistorted focal plane and ra/dec coordinates.
This class is used to convert between undistorted focal plane coordinates (x/y) in millimeters and sky (ra/dec). This class handles the case of line scan cameras.
      
  | 
  inline | 
Constructor.
      
  | 
  inlinevirtual | 
Destructor.
      
  | 
  inlineinherited | 
Return undistorted focal plane x.
References Isis::CameraSkyMap::p_focalPlaneX.
Referenced by Isis::Camera::SetRightAscensionDeclination().
      
  | 
  inlineinherited | 
Return undistorted focal plane y.
References Isis::CameraSkyMap::p_focalPlaneY.
Referenced by Isis::Camera::SetRightAscensionDeclination().
      
  | 
  virtualinherited | 
Compute ra/dec from focal plane coordinate.
This method will compute the right ascension and declination given an undistorted focal plane coordinate. Note that the ra/dec values can be obtained from the parent 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::VimsSkyMap, and Isis::RadarSkyMap.
References Isis::NaifStatus::CheckErrors(), Isis::CameraSkyMap::p_camera, and Isis::Sensor::SetLookDirection().
      
  | 
  virtual | 
Compute undistorted focal plane coordinate from ra/dec.
| ra | right ascension in degrees | 
| dec | declination in degrees | 
Reimplemented from Isis::CameraSkyMap.
References Isis::CameraFocalPlaneMap::DetectorLine(), Isis::CameraFocalPlaneMap::DetectorLineOffset(), Isis::Camera::DetectorMap(), Isis::Camera::DistortionMap(), Isis::Camera::FocalLength(), Isis::Camera::FocalPlaneMap(), Isis::CameraDistortionMap::FocalPlaneX(), Isis::CameraDistortionMap::FocalPlaneY(), Isis::LineScanCameraDetectorMap::LineRate(), Isis::CameraSkyMap::p_camera, Isis::CameraSkyMap::p_focalPlaneX, Isis::CameraSkyMap::p_focalPlaneY, Isis::CameraFocalPlaneMap::SetFocalPlane(), and Isis::CameraDistortionMap::SetUndistortedFocalPlane().
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
Referenced by Isis::CameraSkyMap::FocalPlaneX(), Isis::CameraSkyMap::SetSky(), SetSky(), and Isis::VimsSkyMap::SetSky().
      
  | 
  protectedinherited | 
Referenced by Isis::CameraSkyMap::FocalPlaneY(), Isis::CameraSkyMap::SetSky(), SetSky(), and Isis::VimsSkyMap::SetSky().