ENHANCE-PET / FALCON

FALCON is a Python-based software application designed to facilitate PET motion correction, both for head and total-body scans. Our program is built around the fast 'greedy' registration toolkit, which serves as the registration engine. With FALCON, users can enjoy a streamlined experience for implementing motion correction.
GNU General Public License v3.0
36 stars 6 forks source link

Bug: FALCON crashes when providing 3D #16

Closed DariaFerrara closed 2 years ago

DariaFerrara commented 2 years ago

No clean exit after line 156 in run_falcon.py, would be nice to include a print message and a clean exit. if img_dimensions == 3: logging.error('Single 3d nifti file found: Cannot perform motion correction!') elif img_dimensions == 4: