- Timestamp:
- Mar 18, 2011, 2:09:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprint.c
r30621 r30974 98 98 } 99 99 100 // XXX not actually used anywhere 100 101 pmFootprint *pmFootprintNormalize(pmFootprint *fp) { 101 102 if (fp != NULL && !fp->normalized) { 102 fp->peaks = psArraySort(fp->peaks, pmPeakSortBySN); 103 if (PM_PEAKS_CULL_WITH_SMOOTHED_IMAGE) { 104 fp->peaks = psArraySort(fp->peaks, pmPeaksSortBySmoothFluxDescend); 105 } else { 106 fp->peaks = psArraySort(fp->peaks, pmPeaksSortByRawFluxDescend); 107 } 103 108 fp->normalized = true; 104 109 }
Note:
See TracChangeset
for help on using the changeset viewer.
