mantidimaging.core.tools.importer module

mantidimaging.core.tools.importer.do_importing(tool, alg='fbp')[source]

The main importing function.

Does the decision on which tool to import based on the input.

Parameters:
  • tool – The name of the tool to be imported

  • alg – The algorithm that will be used. This is only done the ensure that it is actually supported. If no algorithm is provided, the default is ‘fbp’, because it’s supported by all tools.

Returns:

the tool reference