Changeset 25648
- Timestamp:
- Sep 28, 2009, 5:55:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotFitSourcesLinear.c
r25605 r25648 186 186 if (SKY_FIT_LINEAR) { 187 187 psSparseBorderSolve (&norm, &skyfit, constraint, border, 5); 188 fprintf (stderr, "skyfit: %f\n", skyfit->data.F32[0]);188 psLogMsg ("psphot", PS_LOG_MINUTIA, "skyfit: %f\n", skyfit->data.F32[0]); 189 189 } else { 190 190 norm = psSparseSolve (NULL, constraint, sparse, 5);
Note:
See TracChangeset
for help on using the changeset viewer.
