Skip to content
Angeleene (Zemmy) Ang edited this page Jul 12, 2022 · 12 revisions

Developed by the Technion Computational MRI lab, this program reads DICOM MRI images and presents a user-friendly interface for radiologists to measure lengths and generate centerlines.


Usage

GUI: Download the latest release and run the .exe file. Basic usage tutorial

CLI: Run the .exe file with at least one CLI argument. Usage instructions can be found here

Configuration guide

Features

GUI

image

image

CLI

Development

Build instructions:

A pyinstaller spec file is provided for generating an .exe for Windows. The one-folder option is used for speed. Generate and .exe using the command pyinstaller MainWindow.spec

Clone this wiki locally