Changeset 31452 for trunk/psphot/src/psphotExtendedSourceFits.c
- Timestamp:
- May 5, 2011, 11:09:38 AM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotExtendedSourceFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/psphot (added) merged: 31313-31314,31328,31337,31362,31364,31381,31384,31437,31444
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotExtendedSourceFits.c
r31154 r31452 333 333 // this uses the footprint to judge both radius and aperture? 334 334 // XXX save the psf-based moments for output 335 if (!pmSourceMoments (source, radius, 0.0, 0.0, maskVal)) {335 if (!pmSourceMoments (source, radius, 0.0, 0.0, 0.0, maskVal)) { 336 336 fprintf (stderr, "skipping (2) %f, %f\n", source->peak->xf, source->peak->yf); 337 337 // subtract the best fit from the object, leave local sky … … 379 379 assert (status); 380 380 381 // fprintf (stderr, "xfit: %f, %f : %f\n", source->peak->xf, source->peak->yf, source->peak->SN);382 383 381 // limit selection to some SN limit 384 assert (source->peak); // how can a source not have a peak?382 // assert (source->peak); // how can a source not have a peak? 385 383 if (sqrt(source->peak->detValue) < SNlim) { 386 384 Nfaint ++;
Note:
See TracChangeset
for help on using the changeset viewer.
