Changeset 33089 for trunk/psModules/src/detrend
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (15 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 4 edited
-
pmBias.c (modified) (1 diff)
-
pmDark.c (modified) (1 diff)
-
pmFlatField.c (modified) (1 diff)
-
pmShutterCorrection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.c
r29833 r33089 154 154 if (threaded) { 155 155 // wait here for the threaded jobs to finish 156 if (!psThreadPoolWait(true )) {156 if (!psThreadPoolWait(true, true)) { 157 157 psError(PS_ERR_UNKNOWN, false, "Unable to apply bias correction."); 158 158 return false; -
trunk/psModules/src/detrend/pmDark.c
r28405 r33089 601 601 if (threaded) { 602 602 // wait here for the threaded jobs to finish 603 if (!psThreadPoolWait(true )) {603 if (!psThreadPoolWait(true, true)) { 604 604 psError(PS_ERR_UNKNOWN, false, "Unable to apply dark."); 605 605 psFree(orders); -
trunk/psModules/src/detrend/pmFlatField.c
r28405 r33089 161 161 if (threaded) { 162 162 // wait here for the threaded jobs to finish 163 if (!psThreadPoolWait(true )) {163 if (!psThreadPoolWait(true, true)) { 164 164 psError(PS_ERR_UNKNOWN, false, "Unable to flat-field image."); 165 165 return false; -
trunk/psModules/src/detrend/pmShutterCorrection.c
r29004 r33089 805 805 if (threaded) { 806 806 // wait here for the threaded jobs to finish 807 if (!psThreadPoolWait(true )) {807 if (!psThreadPoolWait(true, true)) { 808 808 psError(PS_ERR_UNKNOWN, false, "Unable to apply shutter correction."); 809 809 psFree(shutterImage);
Note:
See TracChangeset
for help on using the changeset viewer.
