- 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/psphotBlendFit.c
r30764 r30975 104 104 105 105 // source analysis is done in S/N order (brightest first) 106 sources = psArraySort (sources, pmSourceSortBy SN);106 sources = psArraySort (sources, pmSourceSortByFlux); 107 107 if (!sources->n) { 108 108 psLogMsg ("psphot", PS_LOG_INFO, "no sources, skipping blend"); … … 243 243 244 244 // limit selection to some SN limit 245 if (s ource->peak->SN< FIT_SN_LIM) continue;245 if (sqrt(source->peak->detValue) < FIT_SN_LIM) continue; 246 246 247 247 // exclude sources outside optional analysis region
Note:
See TracChangeset
for help on using the changeset viewer.
