Changeset 6495 for trunk/psphot/src/psphotApResid.c
- Timestamp:
- Feb 24, 2006, 6:32:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r6379 r6495 11 11 12 12 psTimerStart ("psphot"); 13 14 // S/N limit to perform full non-linear fits 15 float FIT_SN_LIM = psMetadataLookupF32 (&status, config, "FULL_FIT_SN_LIM"); 13 16 14 17 // measure the aperture loss as a function of radius for PSF … … 37 40 if (source->mode & PM_SOURCE_POOR) continue; 38 41 42 // XXX tune independently? 43 if (source->moments->SN < 2*FIT_SN_LIM) continue; 44 39 45 // get uncorrected magnitudes in scaled apertures 40 46 model = pmSourceMagnitudes (source, NULL, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
