Skip to main content

A registration tool for medical images

Project description

MUSTER: Multi Session Temporal Registration

MUSTER is a robust tool designed for the registration and analysis of longitudinal 3D medical images. Built on PyTorch, MUSTER leverages GPU acceleration for fast and efficient processing. For instance, a timeseries of 8 images at a [160, 160, 160] resolution can typically be processed in just 2 minutes.

Divergence and Jacobi Determinant

Installation

Ensure that Python is installed on your machine. Then execute the following command to install MUSTER:

pip install pymuster

Inctructions

MUSTER can be used in two ways, either as a command line tool or as a Python package

Command Line Interface

TO BE IMPLEMENTED After installing the package via pip, execute the following command to perform registration:

muster registration <in_dir> <out_dir>

Here <in_dir> refers to the directory path where your subject's data in BIDS format is stored. Each session should be in its own subfolder. Ensure that the session folders are named in a way that their alphabetical sorting aligns with the correct temporal order.

<out_dir> is the directory where the output will be saved. Deformation data for each session relative to all other sessions will be stored in this directory.

Python Package

For more flexibility and access to advanced settings, you can also use MUSTER as a Python package. Please refer to the in-code documentation for details on how to use it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymuster-0.1.4.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

pymuster-0.1.4-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page