Skip to content
Angeleene (Zemmy) Ang edited this page Jul 28, 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 except -clean. Usage instructions can be found here

Configuration guide

Features

GUI

image

image

CLI

TODO

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. The debug version (comes with the console for logging) can be generated using the CompileDebug specfile.

References

Clone this wiki locally