Skip to content

eclnz/qaMRI-utils

Repository files navigation

MRI Utility Functions

Requirements

  • Python + pip

Installation

  1. Clone the repository:
git clone https://github.com/eclnz/qaMRI-utils.git
cd repo qaMRI-utils
  1. Create virtual env:
python3 -m venv venv
  1. Activate virtual env:
source venv/bin/activate # mac
  1. Install library requirements:
pip install -r requirements.txt
  1. Call functionality from the command line
python3 dcm2bids.py raw_data_dir bids_dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages