IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19854


Ignore:
Timestamp:
Oct 2, 2008, 10:55:03 AM (18 years ago)
Author:
eugene
Message:

add visualization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080926/psphot/src/psphotFindDetections.c

    r17870 r19854  
    4141    psImage *significance = psphotSignificanceImage (readout, recipe, pass, maskVal);
    4242
     43    // display the backsub and backgnd images
     44    psphotVisualShowSignificance (significance);
     45
    4346    // detect the peaks in the significance image
    4447    detections->peaks = psphotFindPeaks (significance, readout, recipe, threshold, NMAX);
Note: See TracChangeset for help on using the changeset viewer.