- 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/psphotExtendedSourceAnalysis.c
r30707 r30975 79 79 80 80 // source analysis is done in S/N order (brightest first) 81 sources = psArraySort (sources, pmSourceSortBy SN);81 sources = psArraySort (sources, pmSourceSortByFlux); 82 82 83 83 // option to limit analysis to a specific region … … 105 105 // limit selection to some SN limit 106 106 assert (source->peak); // how can a source not have a peak? 107 if (s ource->peak->SN< SN_LIM) continue;107 if (sqrt(source->peak->detValue) < SN_LIM) continue; 108 108 109 109 // limit selection by analysis region
Note:
See TracChangeset
for help on using the changeset viewer.
