IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42327


Ignore:
Timestamp:
Jan 26, 2023, 10:41:25 AM (3 years ago)
Author:
eugene
Message:

adding comments on Overscan; adding new nonlinearity correction

Location:
branches/eam_branches/psModules.20230123/src/detrend
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20230123/src/detrend/pmOverscan.c

    r39499 r42327  
    136136        break;
    137137      case PM_FIT_SPLINE:
    138         // XXX I don't think psSpline1D is up to scratch yet --- it has no mask, and requires an
    139         // input spline
     138
     139        // XXX I don't think psSpline1D is up to scratch yet --- it has no mask, and it assumes
     140        // a knot for every input point.  it needs an argument like 'number of knots' for the
     141        // output spline.  EAM: still true 2023.01.22
     142
    140143        overscanOpts->spline = psVectorFitSpline1D(reduced, ordinate);
    141144        fitted = psSpline1DEvalVector(overscanOpts->spline, ordinate);
Note: See TracChangeset for help on using the changeset viewer.