Actions
Feature #3371
openMakeDDRawFrameStack - multi-core processing
Status:
New
Priority:
Normal
Assignee:
Carl Negro
Category:
-
Target version:
-
Start date:
08/14/2015
Due date:
% Done:
0%
Estimated time:
Description
modified __correctFrameImage function in apDDprocess.py is not "pickleable" using multiprocessing module; will try using non-standard pathos.multiprocessing module.
Updated by Carl Negro over 9 years ago
- Tracker changed from Bug to Feature
Same pickling problems with pathos.multiprocessing library; need to reorganize modified __correctFrameImage to only call methods from its own class.
Actions