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
38 stars 6 forks source link

**Maybe a bug**: There seem to be frame jumps in the 4d-moco.nii.gz #1

Closed LalithShiyam closed 2 years ago

LalithShiyam commented 2 years ago

@LalithShiyam: Check if motion-corrected images are merged accurately in the right order in the time domain (verify merge4d which uses fslmerge).

LalithShiyam commented 2 years ago

GREAT NEWS! 'fslmerge' seems to merge the 3d images incorrectly. Not sure why. Finally migrating to nibabel as it merges the 3d images in the right way. This means no more lengthy FSL installation!