- Timestamp:
- Mar 18, 2011, 2:10:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotStackMatchPSFsUtils.c
r30772 r30975 64 64 } 65 65 if (!source->peak) continue; 66 if (s ource->peak->SN< SN_MIN) continue;66 if (sqrt(source->peak->detValue) < SN_MIN) continue; 67 67 coordsFromSource(&x->data.F32[numGood], &y->data.F32[numGood], source); 68 68 numGood++; … … 81 81 } 82 82 if (!source->peak) continue; 83 if (s ource->peak->SN< SN_MIN) continue;83 if (sqrt(source->peak->detValue) < SN_MIN) continue; 84 84 float xSource, ySource; // Coordinates of source 85 85 coordsFromSource(&xSource, &ySource, source);
Note:
See TracChangeset
for help on using the changeset viewer.
