Skip to content
/ xe-mri Public

Scripts to facilitate lung image registration for HLI

License

Notifications You must be signed in to change notification settings

hbhutta/xe-mri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This pipeline registers MRI to CT images for a patient (or a batch of patients) and applies the forward transforms from the registration to the ventilation images. --dir specifies either a single patient directory or a batch of patient directories.

Installing dependencies

Only install locally installed packages (excludes globally installed packages) and does not ask for user input

pip freeze --local --no-input > requirements.txt

Usage

If we have a directory called PIm_0123/, we can run the pipeline with:

git clone https://github.com/hbhutta/xe-mri.git
cd xe-mri
docker build --no-cache -t xe_mri_image .
docker run xe_mri_image --dir PIm_0123/

To get more information about flags, change the last command to:

docker run xe_mri_image --help

About

Scripts to facilitate lung image registration for HLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published