Commit 9d2c5322 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Added history entry for fix to oblique detector resolution formula in...

PROG:  Added history entry for fix to oblique detector resolution formula in the Camera class.  References #4614.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7567 41f8697f-d340-4b68-9986-7bafba869bb8
parent 3658d178
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -235,6 +235,9 @@ namespace Isis {
   *   @history 2016-12-02 Victor Silva - Made changes to GetLocalNormal to calculate local normal
   *                           accurately for LRO by changing 4 corner surrounding points from adding
   *                           0.5 to adding 0.5 - DBL_MIN. Fixes #4560.
   *   @history 2017-03-03 Tyler Wilson - Updated the oblique detector resolution function to correct
   *                           an error in the original formula, and updated the documention for this
   *                           function.  Fixes #4614.
   */

  class Camera : public Sensor {