Changeset 34041 for branches/meh_branches/ppstack_test/psModules/src/imcombine/pmSubtractionStamps.c
- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules/src/imcombine/pmSubtractionStamps.c
r33596 r34041 1232 1232 // XXX this is somewhat arbitrary... 1233 1233 if (source->psfMagErr > 0.05) continue; 1234 if (fabs(source->psfMag - source->apMag) > 0.5) continue; 1234 if (isfinite(source->apMag)) { 1235 if (fabs(source->psfMag - source->apMag) > 0.5) continue; 1236 } else if (isfinite(source->apMagRaw)) { 1237 if (fabs(source->psfMag - source->apMagRaw) > 0.5) continue; 1238 } else { 1239 // XXX: Should we carry on or drop this source? 1240 // drop it for now 1241 continue; 1242 } 1235 1243 1236 1244 if (source->modelPSF) {
Note:
See TracChangeset
for help on using the changeset viewer.
