Changeset 9837
- Timestamp:
- Nov 3, 2006, 5:09:15 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGrowthCurve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGrowthCurve.c
r9807 r9837 17 17 pmModel *modelRef = pmModelAlloc(psf->type); 18 18 19 // use centerof the image20 xc = 0.5*readout->image->numCols + readout->image->col0 ;21 yc = 0.5*readout->image->numRows + readout->image->row0 ;19 // use the center of the center pixel of the image 20 xc = 0.5*readout->image->numCols + readout->image->col0 + 0.5; 21 yc = 0.5*readout->image->numRows + readout->image->row0 + 0.5; 22 22 dx = psf->growth->maxRadius + 1; 23 23 dy = psf->growth->maxRadius + 1;
Note:
See TracChangeset
for help on using the changeset viewer.
