Changeset 6311 for trunk/psphot/src/psphotGrowthCurve.c
- Timestamp:
- Feb 2, 2006, 1:30:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGrowthCurve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGrowthCurve.c
r6056 r6311 15 15 pmModel *modelRef = pmModelAlloc(psf->type); 16 16 17 // use this image region18 xc = 0.5* readout->image->numCols;19 yc = 0.5* readout->image->numRows;17 // use center of the image 18 xc = 0.5*(readout->image->numCols + readout->image->col0); 19 yc = 0.5*(readout->image->numRows + readout->image->row0); 20 20 dx = psf->growth->maxRadius + 1; 21 21 dy = psf->growth->maxRadius + 1;
Note:
See TracChangeset
for help on using the changeset viewer.
