Hello,
I'm testing the Lupin sorter, and it seems that the motion correction step does not use parallelization.
Start correct_motion()
...
noise_level (no parallelization): 100%|██████████| 20/20 [00:08<00:00, 2.29it/s]
detect and localize (no parallelization): 0%|
is that expected?
The subsequent steps are fine.
Would it be possible to have Lupin pass job kwargs to motion correction?
Thanks