- 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/psphotExtendedSourceFits.c
r30780 r30975 146 146 147 147 // source analysis is done in S/N order (brightest first) 148 sources = psArraySort (sources, pmSourceSortBy SN);148 sources = psArraySort (sources, pmSourceSortByFlux); 149 149 150 150 // choose Cx, Cy (see psphotThreadTools.c for overview of the concepts) … … 383 383 // limit selection to some SN limit 384 384 assert (source->peak); // how can a source not have a peak? 385 if (s ource->peak->SN< SNlim) {385 if (sqrt(source->peak->detValue) < SNlim) { 386 386 Nfaint ++; 387 387 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
