Open emiwar opened 2 years ago
The GUI is currently unnecessarily slow. Especially with a large number of videos/cells (then the traces become huge). Should refactor the footprint script to instead use CUDA operations.
General todo-list for the GUI:
Would be nice to have a Makie.jl GUI. It's technically possible to make CuArrays work directly with GLMakie so that no info is transferred back and forth between host and device, but not not sure if that's worthwhile to implement.