IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26634


Ignore:
Timestamp:
Jan 19, 2010, 3:08:30 PM (16 years ago)
Author:
eugene
Message:

do not bother with log-sig image

File:
1 edited

Legend:

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

    r26596 r26634  
    4343
    4444    // XXX getting some strange results from significance image
    45     {
     45    if (0) {
    4646        psImage *lsig = (psImage *) psUnaryOp (NULL, significance, "log");
    4747        psphotVisualShowSignificance (lsig, 0.0, 4.0);
     
    6262    // optionally merge peaks into footprints
    6363    if (useFootprints) {
    64         psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal);
     64        psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal);
    6565    }
    6666
Note: See TracChangeset for help on using the changeset viewer.