Changeset 31360 for branches/eam_branches/ipp-20110404/psModules/src/imcombine/pmSubtractionStamps.c
- Timestamp:
- Apr 24, 2011, 9:47:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psModules/src/imcombine/pmSubtractionStamps.c
r31153 r31360 1197 1197 1198 1198 // fprintf (stderr, "%f,%f : %f %f : %f %f\n", source->peak->xf, source->peak->yf, 1199 // source->psfMag, source->apMag, source->psfMag - source->apMag, source-> errMag);1199 // source->psfMag, source->apMag, source->psfMag - source->apMag, source->psfMagErr); 1200 1200 1201 1201 // XXX this is somewhat arbitrary... 1202 if (source-> errMag> 0.05) continue;1202 if (source->psfMagErr > 0.05) continue; 1203 1203 if (fabs(source->psfMag - source->apMag) > 0.5) continue; 1204 1204
Note:
See TracChangeset
for help on using the changeset viewer.
