Changeset 41496 for trunk/psModules
- Timestamp:
- Feb 16, 2021, 10:54:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r39926 r41496 234 234 // fit the local gradients in each direction 235 235 if (!psVectorClipFitPolynomial2D (localX, stats, mask, 0xff, dPdL, NULL, L, M)) { 236 // this failure has raised an error. the return will also raise 237 // errors, but these are finally cleared (and bad data quality is set) in 238 // psastroAnalysis.c:143 236 239 psLogMsg ("psastro", 3, "failed to fit x-dir gradient\n"); 237 240 psFree (localX); … … 241 244 242 245 if (!psVectorClipFitPolynomial2D (localY, stats, mask, 0xff, dPdM, NULL, L, M)) { 246 // this failure has raised an error. the return will also raise 247 // errors, but these are finally cleared (and bad data quality is set) in 248 // psastroAnalysis.c:143 243 249 psLogMsg ("psastro", 3, "failed to fit y-dir gradient\n"); 244 250 psFree (localX);
Note:
See TracChangeset
for help on using the changeset viewer.
