Changeset 9526 for trunk/psphot/src/psphotGrowthCurve.c
- Timestamp:
- Oct 12, 2006, 4:23:55 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGrowthCurve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGrowthCurve.c
r9270 r9526 23 23 // assign the x and y coords to the image center 24 24 // create an object with center intensity of 1000 25 modelRef->params->data.F32[ 0] = 0;26 modelRef->params->data.F32[ 1] = 1000;27 modelRef->params->data.F32[ 2] = xc;28 modelRef->params->data.F32[ 3] = yc;25 modelRef->params->data.F32[PM_PAR_SKY] = 0; 26 modelRef->params->data.F32[PM_PAR_FLUX] = 1000; 27 modelRef->params->data.F32[PM_PAR_XPOS] = xc; 28 modelRef->params->data.F32[PM_PAR_YPOS] = yc; 29 29 30 30 // create modelPSF from this model
Note:
See TracChangeset
for help on using the changeset viewer.
