IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 9:43:55 AM (17 years ago)
Author:
eugene
Message:

adding visualization and fixing the S/N of peaks loaded from smf files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotFindDetections.c

    r25755 r26317  
    3939    psImage *significance = psphotSignificanceImage (readout, recipe, pass, maskVal);
    4040
    41     // display the backsub and backgnd images
    42     psphotVisualShowSignificance (significance);
     41    // display the significance image
     42    psphotVisualShowSignificance (significance, -1.0, 25.0*25.0);
     43
     44    // XXX getting some strange results from significance image
     45    {
     46        psImage *lsig = (psImage *) psUnaryOp (NULL, significance, "log");
     47        psphotVisualShowSignificance (lsig, 0.0, 4.0);
     48        psFree (lsig);
     49    }   
    4350
    4451    // detect the peaks in the significance image
Note: See TracChangeset for help on using the changeset viewer.