mricloudpy is a Python library for handling MRICloud output data.
mricloudpy is a library designed to streamline the data processing, analysis, and visualization of subject-specific hierarchical volumetric MRICloud data. This free and open-source library provides a suite of tools to create and manage dataset objects, including a web app GUI.
Use the package manager pip to install mricloudpy.
pip install mricloudpyAlternatively, clone this repository and install the package locally.
To use the web app GUI, clone this repository and install panel and jupyter as well:
pip install panel jupyterThen start the Bokeh server on your local machine:
cd ./app
panel serve app.pyDocumentation for the library can be found here.
To contribute to mricloudpy, follow these steps:
Fork this repository.
Clone the repository to your local machine:
git clone https://github.com/username/repository.gitCreate a branch:
git checkout -b '<branch_name>'Make your changes and commit them to the branch:
git add .
git commit -m '<commit_message>'Push the branch to the forked repository:
git push origin '<branch_name>'Create a pull request. See the GitHub documentation on creating a pull request.
Please provide clear and detailed information about the changes in your pull request.
Thank you for your interest in contributing to our project!
Distributed under the MIT License. See LICENSE.txt for more information.
- Johns Hopkins Bloomberg School of Public Health Department of Biostatistics
- Caffo Lab