LICENSE
MANIFEST.in
README.md
pyproject.toml
src/torch_volpy/__init__.py
src/torch_volpy.egg-info/PKG-INFO
src/torch_volpy.egg-info/SOURCES.txt
src/torch_volpy.egg-info/dependency_links.txt
src/torch_volpy.egg-info/entry_points.txt
src/torch_volpy.egg-info/requires.txt
src/torch_volpy.egg-info/top_level.txt
src/torch_volpy/extraction/ALI.py
src/torch_volpy/extraction/Spikepursuit.py
src/torch_volpy/extraction/__init__.py
src/torch_volpy/filter/Filter.py
src/torch_volpy/filter/__init__.py
src/torch_volpy/gui/__init__.py
src/torch_volpy/gui/__main__.py
src/torch_volpy/gui/core.py
src/torch_volpy/gui/qt_app.py
src/torch_volpy/gui/assets/chevron-down-disabled.svg
src/torch_volpy/gui/assets/chevron-down.svg
src/torch_volpy/gui/assets/chevron-up-disabled.svg
src/torch_volpy/gui/assets/chevron-up.svg
src/torch_volpy/model/Cellpose.py
src/torch_volpy/model/Summary.py
src/torch_volpy/model/__init__.py
src/torch_volpy/motion/MotionCorrect.py
src/torch_volpy/motion/Template.py
src/torch_volpy/motion/Translation.py
src/torch_volpy/motion/__init__.py
src/torch_volpy/movie/Movie.py
src/torch_volpy/movie/__init__.py
src/torch_volpy/util/IJAB.py
src/torch_volpy/util/__init__.py
tests/test_gui_motion_correction.py
tests/test_spikepursuit_filter_methods.py