.gitignore
README.md
pyproject.toml
requirements.txt
requirements_win.txt
setup.py
.github/workflows/pypi-release.yml
benchmarks/__init__.py
benchmarks/synth/README.md
benchmarks/synth/__init__.py
benchmarks/synth/evaluation.py
benchmarks/synth/preprocessing.py
benchmarks/synth/requirements.txt
benchmarks/synth/elastix_params/bspline_multimetric_cc.txt
benchmarks/synth/elastix_params/bspline_multimetric_cc_gradient.txt
benchmarks/synth/elastix_params/bspline_multimetric_mi.txt
benchmarks/synth/elastix_params/bspline_multimetric_mi_gradient.txt
benchmarks/synth/elastix_params/bspline_multimetric_mse.txt
benchmarks/synth/elastix_params/bspline_multimetric_mse_gradient.txt
benchmarks/synth/methods/__init__.py
benchmarks/synth/methods/antspyx.py
benchmarks/synth/methods/elastix.py
benchmarks/synth/methods/normcorre.py
benchmarks/synth/methods/pyflowreg.py
benchmarks/synth/methods/suite2p.py
data/.gitignore
examples/basic_test.py
examples/experiments.py
examples/jupiter_demo.py
examples/jupiter_demo_arr.py
examples/jupiter_demo_live.py
examples/sanity_test.py
examples/synth_evaluation.py
examples/synth_example.py
examples/test_optical_flow.py
img/bg.jpg
img/bg.png
img/flowreglogo.png
notebooks/jupiter_demo.ipynb
notebooks/requirements_notebooks.txt
src/pyflowreg/__init__.py
src/pyflowreg/_runtime.py
src/pyflowreg/_version.py
src/pyflowreg.egg-info/PKG-INFO
src/pyflowreg.egg-info/SOURCES.txt
src/pyflowreg.egg-info/dependency_links.txt
src/pyflowreg.egg-info/requires.txt
src/pyflowreg.egg-info/top_level.txt
src/pyflowreg/core/__init__.py
src/pyflowreg/core/level_solver.py
src/pyflowreg/core/optical_flow.py
src/pyflowreg/motion_correction/OF_options.py
src/pyflowreg/motion_correction/__init__.py
src/pyflowreg/motion_correction/compensate_arr.py
src/pyflowreg/motion_correction/compensate_recording.py
src/pyflowreg/motion_correction/flow_reg_live.py
src/pyflowreg/motion_correction/parallelization/__init__.py
src/pyflowreg/motion_correction/parallelization/base.py
src/pyflowreg/motion_correction/parallelization/multiprocessing.py
src/pyflowreg/motion_correction/parallelization/sequential.py
src/pyflowreg/motion_correction/parallelization/threading.py
src/pyflowreg/util/__init__.py
src/pyflowreg/util/image_processing.py
src/pyflowreg/util/io.py
src/pyflowreg/util/resize_util.py
src/pyflowreg/util/superresolution_helpers.py
src/pyflowreg/util/visualization.py
src/pyflowreg/util/io/__init__.py
src/pyflowreg/util/io/_arr.py
src/pyflowreg/util/io/_base.py
src/pyflowreg/util/io/_ds_io.py
src/pyflowreg/util/io/factory.py
src/pyflowreg/util/io/hdf5.py
src/pyflowreg/util/io/mat.py
src/pyflowreg/util/io/mdf.py
src/pyflowreg/util/io/multifile_wrappers.py
src/pyflowreg/util/io/tiff.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/motion_correction/__init__.py
tests/motion_correction/test_compensate_arr.py
tests/motion_correction/test_compensate_recording.py
tests/motion_correction/test_flow_reg_live.py
tests/motion_correction/test_parallelization.py
tests/util/__init__.py
tests/util/test_visualization.py