Get started in Python
From NiftyRec
Make sure that the NiftyRec Python extension module is installed Install NiftyRec.
>> from NiftyRec import NiftyRec >> dir(NiftyRec) >> help(NiftyRec.project) >> help(NiftyRec.Reconstructor)
Not all of NiftyRec tools are available in Python at the moment. Take a look at the PyGTK GUI in the /apps folder in the source code to see an example of SPECT reconstruction.