pyfibre.model.multi_image.fixed_stack_image module

class pyfibre.model.multi_image.fixed_stack_image.FixedStackImage(*args, **kwargs)[source]

Bases: pyfibre.core.base_multi_image.BaseMultiImage

A BaseMultiImage implementation with a fixed stack size and defined preprocessing algorithm

image_dict = None

Dictionary containing references to each entry in image_stack as a property

p_intensity = None

Percentages of image intensity to be rescaled between in preprocess_images method

preprocess_images()[source]

Clip high and low percentile image intensities for each image in stack

classmethod verify_stack(image_stack)[source]

Perform verification that image_stack is allowed by subclass of BaseMultiImage