Changeset 30975 for branches/eam_branches/ipp-20110213/psphot/src/psphotExtendedSourceAnalysisByObject.c
- 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/psphotExtendedSourceAnalysisByObject.c
r30776 r30975 61 61 62 62 // source analysis is done in S/N order (brightest first) 63 objects = psArraySort (objects, pmPhotObjSortBy SN);63 objects = psArraySort (objects, pmPhotObjSortByFlux); 64 64 65 65 // process the objects in order. … … 88 88 // limit selection to some SN limit 89 89 assert (source->peak); // how can a source not have a peak? 90 if (s ource->peak->SN< SN_LIM) continue;90 if (sqrt(source->peak->detValue) < SN_LIM) continue; 91 91 measureSource = true; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
