Changeset 5058 for trunk/psphot/src/psphotApplyPSF.c
- Timestamp:
- Sep 15, 2005, 12:12:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApplyPSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApplyPSF.c
r5049 r5058 28 28 // set the object surface-brightness limit for fitted pixels 29 29 float FLUX_LIMIT = PSF_FIT_NSIGMA * sky->sampleStdev; 30 psLogMsg ("psphot.apply_psf_model", 3, "fitting pixels with at least %f object counts\n", FLUX_LIMIT);30 psLogMsg ("psphot.apply_psf_model", 4, "fitting pixels with at least %f object counts\n", FLUX_LIMIT); 31 31 32 32 // this function specifies the radius at this the model hits the given flux … … 72 72 psImageKeepCircle (source->mask, x, y, model->radius, "AND", ~PSPHOT_MASK_MARKED); 73 73 if (!status || (model->params->data.F32[1] < 0)) { 74 psLogMsg ("psphot", 3, "PSF fit failed for %f, %f (%d iterations)\n", x, y, model->nIter);74 psLogMsg ("psphot", 5, "PSF fit failed for %f, %f (%d iterations)\n", x, y, model->nIter); 75 75 source->type = PM_SOURCE_FAIL_FIT_PSF; // better choice? 76 76 psFree (model); … … 91 91 92 92 psLogMsg ("psphot", 3, "fit PSF models: %f sec for %d objects (%d total iterations)\n", psTimerMark ("psphot"), Nfit, Niter); 93 psLogMsg ("psphot", 3, "subtracted %d PSF objects\n", Nsub);93 psLogMsg ("psphot", 4, "subtracted %d PSF objects\n", Nsub); 94 94 return (true); 95 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
