- Timestamp:
- Dec 21, 2010, 2:58:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotExtendedSourceAnalysis.c
r29936 r30140 133 133 radius = PS_MAX (radius, source->pixels->numRows - source->peak->yf + source->pixels->row0); 134 134 radius = PS_MAX (radius, source->pixels->numCols - source->peak->xf + source->pixels->col0); 135 pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, 1.5*radius );135 pmSourceRedefinePixels (source, readout, source->peak->xf, source->peak->yf, 1.5*radius, false); 136 136 137 137 // if we request any of these measurements, we require the radial profile
Note:
See TracChangeset
for help on using the changeset viewer.
