leginon-org / leginon-redmine-archive

1 stars 0 forks source link

MakeDDRawFrameStack - multi-core processing #3371

Open leginonbot opened 7 months ago

leginonbot commented 7 months ago

Author Name: Carl Negro (@carl9384) Original Redmine Issue: 3371, https://emg.nysbc.org/redmine/issues/3371 Original Date: 2015-08-14 Original Assignee: Carl Negro


modified __correctFrameImage function in apDDprocess.py is not "pickleable" using multiprocessing module; will try using non-standard pathos.multiprocessing module.

leginonbot commented 7 months ago

Original Redmine Comment Author Name: Carl Negro (@carl9384) Original Date: 2015-09-16T19:35:29Z


Same pickling problems with pathos.multiprocessing library; need to reorganize modified __correctFrameImage to only call methods from its own class.