Metadata-Version: 2.1
Name: zerodose
Version: 0.0.5
Summary: Zerodose
Home-page: https://github.com/ChristianHinge/zerodose
License: MIT
Author: Christian Hinge
Author-email: christian.hinge@regionh.dk
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (>=8.0.1)
Requires-Dist: niftyreg (>=1.5.70rc1,<2.0.0)
Requires-Dist: torch (>=1.0.0)
Requires-Dist: torchio (>=0.18.0,<0.19.0)
Project-URL: Changelog, https://github.com/ChristianHinge/zerodose/releases
Project-URL: Documentation, https://zerodose.readthedocs.io
Project-URL: Repository, https://github.com/ChristianHinge/zerodose
Description-Content-Type: text/markdown

# Zerodose

![Alt text](resources/imgs/banner.jpg)

A tool to assist in personalized abnormality investigation in combined FDG-PET/MRI imaging.
Created by the department of [Clinically Applied Artificial Intelligence](http://caai.dk/) at [Copenhagen University Hospital](https://www.rigshospitalet.dk/)

[![PyPI](https://img.shields.io/pypi/v/zerodose.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/zerodose.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/zerodose)][python version]
[![License](https://img.shields.io/pypi/l/zerodose)][license]
[![Read the documentation at https://zerodose.readthedocs.io/](https://img.shields.io/readthedocs/zerodose/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/ChristianHinge/zerodose/workflows/Tests/badge.svg)][tests]

[pypi_]: https://pypi.org/project/zerodose/
[status]: https://pypi.org/project/zerodose/
[read the docs]: https://zerodose.readthedocs.io/
[tests]: https://github.com/ChristianHinge/zerodose/actions?workflow=Tests
[python version]: https://pypi.org/project/zerodose

## Installation

Note that a python3 installation is required for _Zerodose_ to work.
You can install _Zerodose_ via [pip] from [PyPI]:

```console
$ pip install zerodose
```

## Usage

### Synthesize baseline PET

```console
$ zerodose syn -i mr.nii.gz -m brain_mask.nii.gz -o sb_pet.nii.gz
```

### Create abnormality map

```console
$ zerodose abn -p pet.nii.gz -s sb_pet.nii.gz -m brain_mask.nii.gz -o abn.nii.gz
```

Please see the [Command-line Reference] for details.

## Hardware requirements

- TODO

## Issues and contributing

Contributions are very welcome.
If you encounter any problems,
please [file an issue] along with a description.

[pypi]: https://pypi.org/
[file an issue]: https://github.com/ChristianHinge/zerodose/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/ChristianHinge/zerodose/blob/main/LICENSE
[contributor guide]: https://github.com/ChristianHinge/zerodose/blob/main/CONTRIBUTING.md
[command-line reference]: https://zerodose.readthedocs.io/en/latest/usage.html

