Beispiel #1
0
 def process(self):
     if self.image is None:
         raise error('current estimate not set')
     handle = pystir.cSTIR_runReconstruction(self.handle, self.image.handle)
     _check_status(handle)
     pyiutil.deleteDataHandle(handle)
Beispiel #2
0
 def reconstruct(self, image):
     handle = pystir.cSTIR_runReconstruction(self.handle, image.handle)
     _check_status(handle)
     pystir.deleteDataHandle(handle)
Beispiel #3
0
 def reconstruct(self, image):
     handle = pystir.cSTIR_runReconstruction(self.handle, image.handle)
     _check_status(handle)
     pyiutil.deleteDataHandle(handle)