AbbyCui / CalciumImagingAnalysis

1 stars 2 forks source link

Multicore processing? #26

Closed cawarwick closed 3 months ago

cawarwick commented 3 months ago

I had tried to do this in the past using a per roi approach but the use of common variables made it really hard, what if we just multi cored' by plane? e.g. we have a master script which just starts a thread and runs P0,1,2,3,4 and since each one is a separate instance it should be easier to implement?

cawarwick commented 3 months ago

Multicore for per plane has now been added