Metadata-Version: 2.1
Name: omnineuro
Version: 2022.7.1
Summary: omni is a Python/C++17 library for image registration in neuroimaging
Author-email: Andrew Van <vanandrew@wustl.edu>
License: BSD 3-Clause Clear License
Project-URL: gitlab, https://gitlab.com/vanandrew/omni
Keywords: neuroimaging
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nibabel (>=3.2.2)
Requires-Dist: numpy (>=1.21.5)
Requires-Dist: pybids (>=0.12.2)
Requires-Dist: scikit-image (>=0.19.0)
Requires-Dist: h5py (>=2.10.0)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: memori (>=0.1.5)
Provides-Extra: doc
Requires-Dist: myst-parser (>=0.13.5) ; extra == 'doc'
Requires-Dist: numpydoc (>=1.1.0) ; extra == 'doc'
Requires-Dist: sphinx (<6,>=4) ; extra == 'doc'
Requires-Dist: pydata-sphinx-theme (>=0.8.1) ; extra == 'doc'
Provides-Extra: extra
Requires-Dist: nipy (>=0.5.0) ; extra == 'extra'
Requires-Dist: nipype (>=1.7.1) ; extra == 'extra'
Requires-Dist: sdcflows (>=2.0.13) ; extra == 'extra'
Provides-Extra: test
Requires-Dist: black (>=20.8b1) ; extra == 'test'
Requires-Dist: coverage[toml] (>=5.5) ; extra == 'test'
Requires-Dist: pytest (>=6.2.2) ; extra == 'test'
Requires-Dist: pytest-pycodestyle (>=2.2.0) ; extra == 'test'

# omni

`omni` is a Python/C++17 library for image registration in neuroimaging and
other related things. It provides some useful and convenient APIs for developing 
neuroimaging tools. These are used to develop implementations of software tools
I (and others) are currently developing.

Current software tools list:

- ### [Synth](#synth-1)

### Note

If any of the `omni` utilities significantly assist with your research, please cite:
```
Montez, D. F., Van, A. N., Miller, R. L., Seider, N. A., Marek, S., Zheng, A., et al. (2021).
Using synthetic MR images for field map-less distortion correction.
bioRxiv, 2021.03.13.435270. http://doi.org/10.1101/2021.03.13.435270
```

## Documentation

See [Documentation](https://omnineuro.readthedocs.io/en/latest/?badge=latest).

## Requirements and Installation

See [Installation](https://omnineuro.readthedocs.io/en/latest/installation.html).

### Synth

See [Synth Documentation](https://omnineuro.readthedocs.io/en/latest/synth/index.html) for more information.
