- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo set to
-
branches/meh_branches/ppstack_test/psModules/src/camera/pmReadoutFake.c
r29004 r33415 51 51 52 52 psF32 *params = model->params->data.F32; // Model parameters 53 psEllipseAxes axes = pmPSF_ModelToAxes(params, MAX_AXIS_RATIO ); // Ellipse axes53 psEllipseAxes axes = pmPSF_ModelToAxes(params, MAX_AXIS_RATIO, model->type); // Ellipse axes 54 54 // Curiously, the minor axis can be larger than the major axis, so need to check. 55 55 if (axes.major >= axes.minor) { … … 58 58 axes.major = axes.minor; 59 59 } 60 return pmPSF_AxesToModel(params, axes );60 return pmPSF_AxesToModel(params, axes, model->type); 61 61 } 62 62 … … 314 314 } 315 315 } 316 if (!psThreadPoolWait(true )) {316 if (!psThreadPoolWait(true, true)) { 317 317 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 318 318 psFree(groups);
Note:
See TracChangeset
for help on using the changeset viewer.
