mantidimaging.helper module#

Module for commonly used functions across the modules.

mantidimaging.helper.check_data_stack(data, expected_dims=3, expected_class=<class 'mantidimaging.core.data.imagestack.ImageStack'>)[source]#

Make sure the data has expected dimensions and class.

mantidimaging.helper.initialise_logging(arg_level: str) None[source]#