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/psphotExtendedSourceAnalysisByObject.c

    r30101 r30140  
    114114            radius = PS_MAX (radius, source->pixels->numRows - source->peak->yf + source->pixels->row0);
    115115            radius = PS_MAX (radius, source->pixels->numCols - source->peak->xf + source->pixels->col0);
    116             pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, 1.5*radius);
     116            pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, 1.5*radius, false);
    117117
    118118            // if we request any of these measurements, we require the radial profile
Note: See TracChangeset for help on using the changeset viewer.