Changeset 42088 for trunk/psphot/src/psphotFindDetections.c
- Timestamp:
- Feb 28, 2022, 2:40:32 PM (4 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotFindDetections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20211108/psphot (added) merged: 41968,42015,42021-42022,42039
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotFindDetections.c
r34493 r42088 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.
