Commit aeddec1e authored by Cole Neubauer's avatar Cole Neubauer
Browse files

PROG: Fixed documentation for DarkCurrent::IDLLinearInterpolation References #4708

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@8041 41f8697f-d340-4b68-9986-7bafba869bb8
parent 3a1f5a8d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1482,6 +1482,19 @@ namespace Isis {
  }//end MakeManyLineDark


  /**
  * @brief Evaluates Interpol value for tgrid.
  *
  * Used to find the estimated values for tgrid that may or may not have an actual value saved in
  * tgrid. A new class and function was made to better mirror the way IDL's interpol function works
  *
  * @param input Value to be evaluated
  *
  * @returns estimate using m*x+b
  *
  * @internal
  *   @history 2017-08-24 Cole Neubauer Original Version
  */
  double DarkCurrent::IDLLinearInterpolation::evaluate(const double input) const{
    double lowKey, highKey, slope;
    IDLLinearInterpolation::const_iterator lowIt = lowerBound(input);
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@
    <change name="Jeannie Backer" date="2013-03-16">
      Added new appTest to make sure that the dust ring file location is tested. References #775.
    </change>
    <change name="Adam Paquette" data="2016-08-31">
    <change name="Adam Paquette" date="2016-08-31">
      Updated the pdf links to Cassini ISS Software Interface Specification, CISSCAL User Guide,
      Cassini ISS Image Calibration: Theoretical Basis, and In-flight Calibration of the Cassini Imaging Science Subsystem Cameras
      to local assests in case the pdf sites are taken down. Fixes #2358.