Commit 75e9ac95 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Updated TGO CaSSIS distortion documentation. References #4593

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7526 41f8697f-d340-4b68-9986-7bafba869bb8
parent 1a68d043
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@
#include "TgoCassisDistortionMap.h"

namespace Isis {
  /** Camera distortion map constructor
  /** 
   * Exomars TGO CaSSIS distortion map constructor.
   *
   * Create a camera distortion map.  This class maps between distorted
   * and undistorted focal plane x/y's. The default mapping is the
@@ -54,7 +55,15 @@ namespace Isis {
  }


  /** Compute undistorted focal plane x/y
  /** 
   * Exomars TGO CaSSIS distortion map destructor.
   */
  TgoCassisDistortionMap::~TgoCassisDistortionMap() {
  }


  /** 
   * Compute undistorted focal plane x/y
   *
   * Compute undistorted focal plane x/y given a distorted focal plane x/y.
   *
@@ -112,7 +121,8 @@ namespace Isis {
  }


  /** Compute distorted focal plane x/y
  /** 
   * Compute distorted focal plane x/y
   *
   * Compute distorted focal plane x/y given an undistorted focal plane x/y.
   *
+3 −4
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

namespace Isis {
  /** 
   *  Distort/undistort focal plane coordinates
   * Distort/undistort focal plane coordinates.
   *
   * Creates a map for adding/removing optical distortions
   * from the focal plane of a camera.
@@ -38,7 +38,7 @@ namespace Isis {
   *
   * @see TgoCassisCamera
   *
   * @author 2008-08-22 Steven Lambright
   * @author 2017-04-03 Jeannie Backer
   *
   * @internal
   *   @history 2017-04-03 Jeannie Walldren - Original version.
@@ -47,8 +47,7 @@ namespace Isis {
    public:
      TgoCassisDistortionMap(Camera *parent, int naifIkCode);

      //! Destructor
      virtual ~TgoCassisDistortionMap() {};
      virtual ~TgoCassisDistortionMap();

      virtual bool SetFocalPlane(const double dx, const double dy);