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

Update image_conversion.py #48

Closed Keyn34 closed 9 months ago

Keyn34 commented 9 months ago

Fixed a bug where the converted nifti file wasn't found when it was too big for pigz to compress. This caused the subsequent steps of falconz to fail. The search includes .nii as well (it was only .nii.gz before)

LalithShiyam commented 9 months ago

Thank you! good find!