Changeset 42327
- Timestamp:
- Jan 26, 2023, 10:41:25 AM (3 years ago)
- Location:
- branches/eam_branches/psModules.20230123/src/detrend
- Files:
-
- 2 added
- 1 edited
-
pmNewNonLinear.c (added)
-
pmNewNonLinear.h (added)
-
pmOverscan.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.20230123/src/detrend/pmOverscan.c
r39499 r42327 136 136 break; 137 137 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 140 143 overscanOpts->spline = psVectorFitSpline1D(reduced, ordinate); 141 144 fitted = psSpline1DEvalVector(overscanOpts->spline, ordinate);
Note:
See TracChangeset
for help on using the changeset viewer.
