Changeset 5058 for trunk/psphot/src/psphotFitGalaxies.c
- Timestamp:
- Sep 15, 2005, 12:12:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFitGalaxies.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFitGalaxies.c
r5049 r5058 81 81 if (!status) { 82 82 // if the fit fails, we need to change the classification 83 psLogMsg ("psphot", 3, "GAL fit failed for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);83 psLogMsg ("psphot", 5, "GAL fit failed for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius); 84 84 source->type = PM_SOURCE_FAIL_FIT_GAL; // better choice? 85 85 source->modelFLT = model; … … 92 92 if (!goodfit) { 93 93 // if the fit fails, we need to change the classification 94 psLogMsg ("psphot", 3, "GAL fit poor for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);94 psLogMsg ("psphot", 5, "GAL fit poor for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius); 95 95 source->type = PM_SOURCE_POOR_FIT_GAL; // better choice? 96 96 source->modelFLT = model;
Note:
See TracChangeset
for help on using the changeset viewer.
