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.images.Images'>)[source]
Make sure the data has expected dimensions and class.
-
mantidimaging.helper.initialise_logging(default_level=10)[source]