IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 9:03:46 AM (17 years ago)
Author:
Paul Price
Message:

Adding test for deconvolution: measures the fraction of the kernel flux within a range of apertures about the centre and takes the maximum; if significantly in excess of 1 (e.g., 1.1), the convolved images are generally bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r20718 r21149  
    569569        ratios->data.F32[index] = (float)width1 / (float)width2;
    570570        mask->data.PS_TYPE_MASK_DATA[index] = 0;
     571        psTrace("psModules.imcombine", 3, "Stamp %d (%.1f,%.1f) widths: %d, %d --> %f\n",
     572                index, stamp->x, stamp->y, width1, width2, ratios->data.F32[index]);
    571573    }
    572574
     
    680682    psFree(stats);
    681683
     684
     685    return PM_SUBTRACTION_MODE_2;
     686
     687
     688    exit(1);
     689
    682690    return mode;
    683691}
Note: See TracChangeset for help on using the changeset viewer.