- Timestamp:
- Dec 25, 2021, 2:22:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psphot/src/psphotFindDetections.c
r34493 r41968 112 112 // detect the peaks in the significance image 113 113 int totalPeaks = 0; 114 detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX, &totalPeaks );114 detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX, &totalPeaks, firstPass); 115 115 psMetadataAddF32 (readout->analysis, PS_LIST_TAIL, "PEAK_THRESHOLD", PS_META_REPLACE, "Peak Detection Threshold", threshold); 116 116 if (!detections->peaks) {
Note:
See TracChangeset
for help on using the changeset viewer.
