LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/registration_metrics.py
scripts/generate_test_data.py
scripts/make_tiff_scanimage_compatible.py
scripts/profiler/run_pipeline.py
suite2p/__init__.py
suite2p/__main__.py
suite2p/default_ops.py
suite2p/run_s2p.py
suite2p/version.py
suite2p/classification/__init__.py
suite2p/classification/classifier.py
suite2p/classification/classify.py
suite2p/classifiers/classifier.npy
suite2p/detection/__init__.py
suite2p/detection/anatomical.py
suite2p/detection/chan2detect.py
suite2p/detection/denoise.py
suite2p/detection/detect.py
suite2p/detection/metrics.py
suite2p/detection/sourcery.py
suite2p/detection/sparsedetect.py
suite2p/detection/stats.py
suite2p/detection/utils.py
suite2p/extraction/__init__.py
suite2p/extraction/dcnv.py
suite2p/extraction/extract.py
suite2p/extraction/masks.py
suite2p/gui/__init__.py
suite2p/gui/buttons.py
suite2p/gui/classgui.py
suite2p/gui/drawroi.py
suite2p/gui/graphics.py
suite2p/gui/gui2p.py
suite2p/gui/io.py
suite2p/gui/masks.py
suite2p/gui/menus.py
suite2p/gui/merge.py
suite2p/gui/reggui.py
suite2p/gui/rungui.py
suite2p/gui/traces.py
suite2p/gui/utils.py
suite2p/gui/views.py
suite2p/gui/visualize.py
suite2p/io/__init__.py
suite2p/io/binary.py
suite2p/io/dcam.py
suite2p/io/h5.py
suite2p/io/movie.py
suite2p/io/nd2.py
suite2p/io/nwb.py
suite2p/io/raw.py
suite2p/io/save.py
suite2p/io/sbx.py
suite2p/io/server.py
suite2p/io/tiff.py
suite2p/io/utils.py
suite2p/logo/logo.png
suite2p/logo/logo_unshaded.png
suite2p/ops/clean.py
suite2p/ops/ops.npy
suite2p/ops/ops_1P.npy
suite2p/ops/ops_dendrite.npy
suite2p/ops/ops_soma.npy
suite2p/registration/__init__.py
suite2p/registration/bidiphase.py
suite2p/registration/metrics.py
suite2p/registration/nonrigid.py
suite2p/registration/register.py
suite2p/registration/rigid.py
suite2p/registration/utils.py
suite2p/registration/zalign.py
suite2p_mbo.egg-info/PKG-INFO
suite2p_mbo.egg-info/SOURCES.txt
suite2p_mbo.egg-info/dependency_links.txt
suite2p_mbo.egg-info/entry_points.txt
suite2p_mbo.egg-info/requires.txt
suite2p_mbo.egg-info/top_level.txt
tests/test_io.py
tests/test_registration.py