pyfibre.core.base_multi_image_reader module¶
-
class
pyfibre.core.base_multi_image_reader.BaseMultiImageReader(*args, **kwargs)[source]¶ Bases:
traits.has_traits.ABCHasTraitsFile reader that loads a stack of Tiff images, represented by a BaseMultiImage subclass
-
abstract
can_load(filename)[source]¶ Perform check to see whether file is formatted correctly to be loaded
-
create_image_stack(filenames)[source]¶ From a list of file names, return a list of numpy arrays suitable for the loader’s BaseMultiImage type. Load each TIFF image in turn and perform averaging over each stack component if required
-
abstract