Exemplo n.º 1
0
 def get_output(self):
     """Get output."""
     image = self.reference_image.same_object()
     image.handle = parms.parameter_handle(self.handle, self.name, 'output')
     check_status(image.handle)
     return image
Exemplo n.º 2
0
 def get_output(self):
     """Get output."""
     image = NiftiImageData()
     image.handle = parms.parameter_handle(self.handle, self.name, 'output')
     check_status(image.handle)
     return image
Exemplo n.º 3
0
 def get_output(self):
     """Gets the registered image."""
     output = self.reference_image.same_object()
     output.handle = parms.parameter_handle(self.handle, 'Registration', 'output')
     return output