Skip to content

nabu.stitching.stitcher.dumper.base

source module nabu.stitching.stitcher.dumper.base

Classes

  • DumperBase Base class to define all the functions that can be used to save a stitching

source class DumperBase(configuration)

Base class to define all the functions that can be used to save a stitching

Methods

source property DumperBase.configuration

source property DumperBase.output_identifier: BaseIdentifier

source method DumperBase.save_stitched_frame(stitched_frame: numpy.ndarray, i_frame: int, axis: int, **kwargs)

source property DumperBase.output_dataset: Optional[Union[h5py.VirtualLayout, h5py.Dataset, VolumeBase]]

source staticmethod DumperBase.save_frame_to_disk(output_dataset: Union[h5py.Dataset, h5py.VirtualLayout], index: int, stitched_frame: Union[numpy.ndarray, h5py.VirtualSource], axis: int, region_start: int, region_end: int)

Raises

  • TypeError

  • ValueError

source method DumperBase.create_output_dataset()

function called at the beginning of the stitching to prepare output dataset

Raises

  • NotImplementedError