IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2010, 2:58:29 PM (16 years ago)
Author:
eugene
Message:

add some visualization; modification to pmSourceRedefinePixels API; other minor changes

File:
1 edited

Legend:

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

    r30101 r30140  
    138138            // radius = PS_MAX (radius, source->pixels->numRows - source->peak->yf + source->pixels->row0);
    139139            // radius = PS_MAX (radius, source->pixels->numCols - source->peak->xf + source->pixels->col0);
    140             pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, outerRadius + 2);
     140            pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, outerRadius + 2, false);
    141141
    142142            if (!psphotRadialApertureSource (source, recipe, skynoise, maskVal, radMax, nMatchedPSF)) {
Note: See TracChangeset for help on using the changeset viewer.