- Timestamp:
- Jan 30, 2023, 9:42:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.20230123/src/detrend/pmOverscan.c
r42327 r42330 141 141 // output spline. EAM: still true 2023.01.22 142 142 143 overscanOpts->spline = psVectorFitSpline1D(reduced, ordinate); 144 fitted = psSpline1DEvalVector(overscanOpts->spline, ordinate); 143 // overscanOpts->spline = psVectorFitSpline1D(reduced, ordinate); 144 // fitted = psSpline1DEvalVector(overscanOpts->spline, ordinate); 145 psError(PS_ERR_UNKNOWN, true, "Spline overscan fitting is broken\n"); 145 146 break; 146 147 default: … … 188 189 } 189 190 case PM_FIT_SPLINE: { 191 /* 190 192 psSpline1D *spline = overscanOpts->spline; // The spline 191 193 for (int i = 0; i < spline->n; i++) { … … 200 202 comment = NULL; 201 203 } 204 */ 202 205 // write metadata header value 203 206 psMetadataAddF32(hdu->header, PS_LIST_TAIL, "OVER_VAL", PS_META_REPLACE,
Note:
See TracChangeset
for help on using the changeset viewer.
