You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.