BohndiekLab / patato

PATATO: A Python PhotoAcoustic Tomography Analysis Toolkit
MIT License
9 stars 4 forks source link

Journal of open source software status Documentation Status License: MIT PyPI version Build

Logo

PATATO: PhotoAcoustic Tomography Analysis TOolkit

Documentation

PATATO is an Open-Source project to enable the analysis of photoacoustic (PA) imaging data in a transparent, reproducible and extendable way. We provide efficient, GPU-optimised implementations of common PA algorithms written around standard Python libraries, including filtered backprojection, model-based reconstruction and spectral unmixing.

The tool supports many file formats, such as the International Photoacoustic Standardisation Consortium (IPASC) data format, and it can be extended to support custom data formats. We hope that this toolkit can enable faster and wider dissemination of analysis techniques for PA imaging and provide a useful tool to the community.

Getting Started

In order to use PATATO, you must have a Python environment set up on your computer. We recommend using Anaconda (http://anaconda.com) to run Python, particularly if you are using Windows. You may wish to setup a separate Anaconda environment to install PATATO to minimise conflicts between dependency versions.

pip install --upgrade pip setuptools
pip install patato

To setup support for image reconstruction on Windows, or for GPU support, please follow the installation guide in the documentation.

Citing PATATO

To cite PATATO, please reference our article in the Journal of Open Source software, here.

Documentation, examples and contributing

Documentation for PATATO can be found at https://patato.readthedocs.io/en/latest/?badge=latest.

Copyright (c) Thomas Else 2022-23. Distributed under a MIT License.