IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 4:07:28 AM (19 years ago)
Author:
eugene
Message:

adding psphotAddNoise and psphotSourcePlots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r11382 r12626  
    126126    psphotImageMedian (config, view);
    127127
     128    // add noise for subtracted objects
     129    psphotAddNoise (readout, sources, recipe, true);
     130
    128131    // find the peaks in the image
    129132    psArray *newPeaks = psphotFindPeaks (readout, recipe, 2);
     133
     134    // remove noise for subtracted objects
     135    psphotAddNoise (readout, sources, recipe, false);
    130136
    131137    // define new sources based on the new peaks
Note: See TracChangeset for help on using the changeset viewer.