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

Include a clean_up function in fileOp.py #10

Closed LalithShiyam closed 2 years ago

LalithShiyam commented 2 years ago

The vol_affine.mat files resulting from affine transforms and the vol_warp.nii.gz files resulting from deformable transforms are scattered around throughout. Need to put them inside a single folder called "Transforms"

LalithShiyam commented 2 years ago

@Keyn34: Sorry, there was already a move_files function in fileOp.py. I did not notice this. Anyway, falcon now cleans up the transform files and stores them in a separate directory called 'transform,' which is present inside the 'moco' folder. Please have a look at the Readme.