Commit 1a68d043 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Updated TGO CaSSIS distortion header file. References #4593

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7525 41f8697f-d340-4b68-9986-7bafba869bb8
parent 86e99726
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -55,9 +55,8 @@ namespace Isis {
      virtual bool SetUndistortedFocalPlane(const double ux, const double uy);

    private:
      double normalize(double value, double a, double b);
      double denormalize(double value, double a, double b);
      double divisor(double i, double j);
      double normalize(double value);
      double denormalize(double value);

      QList<double> m_A1; //!< First row of parameters of rational distortion model.
      QList<double> m_A2; //!< Second row of parameters of rational distortion model.