- 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/psphotRadialApertures.c
r30932 r30975 79 79 // source analysis is done in S/N order (brightest first) 80 80 // XXX are we getting the objects out of order? does it matter? 81 sources = psArraySort (sources, pmSourceSortBy SN);81 sources = psArraySort (sources, pmSourceSortByFlux); 82 82 83 83 // option to limit analysis to a specific region … … 99 99 // limit selection to some SN limit 100 100 assert (source->peak); // how can a source not have a peak? 101 if (s ource->peak->SN< SN_LIM) continue;101 if (sqrt(source->peak->detValue) < SN_LIM) continue; 102 102 103 103 // limit selection by analysis region
Note:
See TracChangeset
for help on using the changeset viewer.
