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

Feat: Remove the iteration input argument. #19

Closed LalithShiyam closed 2 years ago

LalithShiyam commented 2 years ago

The iteration scheme 100x50x25 seems to be quite robust. It doesn't make any sense to let the user choose the iteration. Since this is a bespoke pet-based motion correction tool. Let's hardbake all the 'good settings'.

LalithShiyam commented 2 years ago

Technically, the user doesn't need to provide any iteration number - it is an optional parameter. The default values are set to 100x50x25. So no need to completely remove this.