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

Enable falcon to multiprocess #7

Closed LalithShiyam closed 2 years ago

LalithShiyam commented 2 years ago

Serial motion correction takes a lot of time for total-body pet images. Considering we have multiple cores and a lot of RAM in servers, it would make absolute sense to run the motion correction in parallel.

@Keyn34 to create a function to spit out the number of instances that can be run in parallel based on the hardware capabilities.