Metadata-Version: 2.4
Name: torch-motion-correction
Version: 0.5.0
Summary: Motion estimation and correction in PyTorch
Project-URL: homepage, https://github.com/teamtomo/teamtomo
Project-URL: repository, https://github.com/teamtomo/teamtomo
Author-email: Alister Burt <alisterburt@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: einops
Requires-Dist: numpy
Requires-Dist: torch
Requires-Dist: torch-cubic-spline-grids
Requires-Dist: torch-fourier-filter
Requires-Dist: torch-fourier-shift
Requires-Dist: torch-grid-utils
Requires-Dist: torch-image-interpolation
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# torch-motion-correction

[![License](https://img.shields.io/pypi/l/torch-motion-correction.svg?color=green)](https://github.com/teamtomo/torch-motion-correction/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/torch-motion-correction.svg?color=green)](https://pypi.org/project/torch-motion-correction)
[![Python Version](https://img.shields.io/pypi/pyversions/torch-motion-correction.svg?color=green)](https://python.org)
[![CI](https://github.com/teamtomo/torch-motion-correction/actions/workflows/ci.yml/badge.svg)](https://github.com/teamtomo/torch-motion-correction/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/teamtomo/torch-motion-correction/branch/main/graph/badge.svg)](https://codecov.io/gh/teamtomo/torch-motion-correction)

Motion estimation and correction in PyTorch.

work in progress

## Authors

- Alister Burt (started when working at MRC-LMB, continued at Genentech)
- Josh Dickerson (UC Berkeley)
- Matthew Giammar (UC Berkeley)

