- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psModules/src/camera/pmReadoutFake.c
r32347 r33638 210 210 const pmPSF *psf = args->data[7]; // PSF 211 211 float minFlux = PS_SCALAR_VALUE(args->data[8], F32); // Minimum flux 212 float radius = PS_SCALAR_VALUE(args->data[9], F32); // Minimum radius212 float radius = PS_SCALAR_VALUE(args->data[9], S32); // Minimum radius - typecast to float from S32 outside of PS_SCALAR_VALUE otherwise sets 0.0 213 213 bool circularise = PS_SCALAR_VALUE(args->data[10], U8); // Circularise PSF? 214 214 bool normalisePeak = PS_SCALAR_VALUE(args->data[11], U8); // Normalise for peak? … … 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.
