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

Identifier for Motion-corrected-images in automatique frame range selection #47

Closed zax0s closed 1 year ago

zax0s commented 1 year ago

When registration is performed in an automatically selected series of frames (.eg from frame 12 to 30): All images (Motion corrected and non-corrected) are transferred to the Motion-corrected-images folder within the Falcon output. There is no way of knowing for which images MoCo was performed.

Would be nice to have an additional identifier on the images names, to signify MoCo or no-MoCo processed.

LalithShiyam commented 1 year ago

@zax0s great idea! will start a PR.

LalithShiyam commented 1 year ago

@zax0s should be fixed now, kindly upgrade your falconz package using pip install --upgrade falconz to version 2.0.19! Let me know if you have any issues. I will keep the issue open until you confirm.

zax0s commented 1 year ago

This must be a record ! Yes I can confirm that the output from version 2.0.19 solves the described issue.

Thank you very much

LalithShiyam commented 1 year ago

@zax0s i recognized that the merge of the 4d-moco.nii.gz was wrong. not related to your issue. But fixed that too! 2.0.21 should be the stable one.