.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
README.md
pyproject.toml
requirements.txt
requirements_win.txt
setup.py
.github/workflows/pypi-release.yml
.github/workflows/readme-normalize.yml
.github/workflows/test.yml
data/.gitignore
docs/changelog.md
docs/conf.py
docs/index.md
docs/installation.md
docs/quickstart.md
docs/references.bib
docs/api/core.md
docs/api/index.md
docs/api/io.md
docs/api/motion_correction.md
docs/api/session.md
docs/api/utilities.md
docs/theory/index.md
docs/theory/parameters.md
docs/user_guide/3d_volumes.md
docs/user_guide/configuration.md
docs/user_guide/file_formats.md
docs/user_guide/index.md
docs/user_guide/multi_session.md
docs/user_guide/parallelization.md
docs/user_guide/workflows.md
examples/injection_session_demo.py
examples/jupiter_demo.py
examples/jupiter_demo_arr.py
examples/jupiter_demo_arr_gpu.py
examples/jupiter_demo_live.py
examples/session_config.toml
examples/session_config.yml
examples/synth_evaluation.py
img/bg.jpg
img/bg.png
img/flowreglogo.png
notebooks/flow_visualization.ipynb
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/entry_points.txt
src/pyflowreg.egg-info/requires.txt
src/pyflowreg.egg-info/top_level.txt
src/pyflowreg/core/__init__.py
src/pyflowreg/core/backend_registry.py
src/pyflowreg/core/diso_optical_flow.py
src/pyflowreg/core/level_solver.py
src/pyflowreg/core/optical_flow.py
src/pyflowreg/core/warping.py
src/pyflowreg/cuda/__init__.py
src/pyflowreg/cuda/core/__init__.py
src/pyflowreg/cuda/core/level_solver.py
src/pyflowreg/cuda/util/__init__.py
src/pyflowreg/cuda/util/resize_util.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/session/__init__.py
src/pyflowreg/session/cli.py
src/pyflowreg/session/config.py
src/pyflowreg/session/stage1_compensate.py
src/pyflowreg/session/stage2_between_avgs.py
src/pyflowreg/session/stage3_valid_mask.py
src/pyflowreg/torch/__init__.py
src/pyflowreg/torch/core/__init__.py
src/pyflowreg/torch/core/level_solver.py
src/pyflowreg/torch/util/__init__.py
src/pyflowreg/torch/util/resize_util.py
src/pyflowreg/util/__init__.py
src/pyflowreg/util/download.py
src/pyflowreg/util/image_processing.py
src/pyflowreg/util/resize_util.py
src/pyflowreg/util/superresolution_helpers.py
src/pyflowreg/util/visualization.py
src/pyflowreg/util/xcorr_prealignment.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/_null.py
src/pyflowreg/util/io/_scanimage.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/core/__init__.py
tests/core/test_diso_optical_flow.py
tests/core/test_warping.py
tests/docs/__init__.py
tests/docs/test_quickstart.py
tests/docs/test_session_examples.py
tests/docs/test_workflows.py
tests/motion_correction/__init__.py
tests/motion_correction/test_OF_options.py
tests/motion_correction/test_callbacks.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/session/__init__.py
tests/session/test_config.py
tests/session/test_session_integration.py
tests/util/__init__.py
tests/util/test_download.py
tests/util/test_visualization.py
tests/util/test_xcorr_prealignment.py
tests/util/io/__init__.py
tests/util/io/test_null_writer.py