- 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/psphotRadialAperturesByObject.c
r30776 r30975 60 60 61 61 // source analysis is done in S/N order (brightest first) 62 objects = psArraySort (objects, pmPhotObjSortBy SN);62 objects = psArraySort (objects, pmPhotObjSortByFlux); 63 63 64 64 // generate look-up arrays for readouts … … 106 106 // limit selection to some SN limit 107 107 assert (source->peak); // how can a source not have a peak? 108 if (s ource->peak->SN< SN_LIM) continue;108 if (sqrt(source->peak->detValue) < SN_LIM) continue; 109 109 110 110 int index = source->imageID;
Note:
See TracChangeset
for help on using the changeset viewer.
