IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30212


Ignore:
Timestamp:
Jan 7, 2011, 9:59:06 AM (15 years ago)
Author:
eugene
Message:

visualization of sig image chops right at threshold

File:
1 edited

Legend:

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

    r30142 r30212  
    8686    psImage *significance = psphotSignificanceImage (readout, recipe, maskVal);
    8787
    88     // display the significance image
    89     psphotVisualShowSignificance (significance, -1.0, PS_SQR(3.0*NSIGMA_PEAK));
    90 
    9188    // display the log significance image
    9289    psphotVisualShowLogSignificance (significance, 0.0, 4.5);
     90
     91    // display the significance image
     92    psphotVisualShowSignificance (significance, 0.98*threshold, 1.02*threshold);
    9393
    9494    // detect the peaks in the significance image
Note: See TracChangeset for help on using the changeset viewer.