Changeset 14655 for trunk/psphot/src/psphotTestSourceOutput.c
- Timestamp:
- Aug 23, 2007, 2:40:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotTestSourceOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotTestSourceOutput.c
r12950 r14655 21 21 psVector *x = psVectorAlloc(2, PS_TYPE_F32); 22 22 psVector *params = model->params; 23 pmModelFunc modelFunc = pmModelFunc_GetFunction (model->type);24 23 psS32 imageCol; 25 24 psS32 imageRow; … … 68 67 // set the appropriate pixel value for this coordinate 69 68 if (mode & PSPHOT_ADD_MODEL) { 70 pixelValue = model Func (NULL, params, x) - skyValue;69 pixelValue = model->modelFunc (NULL, params, x) - skyValue; 71 70 } else { 72 71 pixelValue = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.
