This package is under development. All the details mentioned below are long-term intentions behind the production of this package.
OSIPI is a Python package developed by the Open Source Initiative for Perfusion Imaging OSIPI, a project under the Perfusion Study Group of the International Society for Magnetic Resonance in Medicine ISMRM. It serves as the authoritative tool for perfusion MRI analysis.
OSIPI's aim is to create open access resources for perfusion imaging research to eliminate duplicate development, to improve the reproducibility and to speed up the translation of perfusion imaging for clinical practice.
The osipi
package structure and logic follows the lexicon defined by OSIPI, and wraps around selected implementations collected in the code contributions of OSIPI.
- Comprehensive set of tools for analyzing perfusion MRI data
- Follows the lexicon defined by OSIPI
- Incorporates selected implementations contributed by the community
To install OSIPI, you can use pip:
`pip install osipi`
To use OSIPI in your Python scripts, import the package:
`import osipi`
We welcome contributions to OSIPI! To contribute, follow these steps:
- Fork the OSIPI repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request to the main OSIPI repository.
As mentioned before, this project is still in the early stages of development. If you'd like to contribute by adding functionality, we recommend opening an issue first to discuss your proposed functionality and the best ways to implement it.
For more detail please see the documentation.