Changeset 30343
- Timestamp:
- Jan 22, 2011, 11:59:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionStamps.c
r30334 r30343 1186 1186 } 1187 1187 1188 // XXX TEST 1189 if (source->errMag > 0.1) continue; 1188 // XXX this is somewhat arbitrary... 1189 if (source->errMag > 0.05) continue; 1190 if (fabs(source->psfMag - source->apMag) > 0.5) continue; 1190 1191 1191 1192 if (source->modelPSF) { … … 1196 1197 y->data.F32[numOut] = source->peak->yf; 1197 1198 } 1198 // fprintf (stderr, "stamp: %5.1f %5.1f\n", x->data.F32[numOut], y->data.F32[numOut]);1199 1199 numOut++; 1200 1200 }
Note:
See TracChangeset
for help on using the changeset viewer.
