ENHANCE-PET / PUMA

Tool to multiplex different tracer PET data from the same patient.
10 stars 1 forks source link

Execute PUMA in python script as a package #23

Open MengXiangxi opened 3 weeks ago

MengXiangxi commented 3 weeks ago

Hi! I am wondering if it is possible to execute PUMA as a python package using the import command, just like in MOOSE:

frome moosez import moose

I looked up the pumaz.py code but failed to locate a similar function. I am wondering if it is possible to add one? It will help to streamline the workflow I am building. Thank you!

Keyn34 commented 3 weeks ago

Hi @MengXiangxi,

Currently, puma is not equipped with such a function, but we can make one. I can take a look at it this week.