IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 25, 2021, 2:22:11 PM (5 years ago)
Author:
eugene
Message:

allow option to use signal image on first pass for detections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psphot/src/psphotFindDetections.c

    r34493 r41968  
    112112    // detect the peaks in the significance image
    113113    int totalPeaks = 0;
    114     detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX, &totalPeaks);
     114    detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX, &totalPeaks, firstPass);
    115115    psMetadataAddF32  (readout->analysis, PS_LIST_TAIL, "PEAK_THRESHOLD", PS_META_REPLACE, "Peak Detection Threshold", threshold);
    116116    if (!detections->peaks) {
Note: See TracChangeset for help on using the changeset viewer.