Skip to content

nabu.stitching.stitcher.dumper.preprocessing

source module nabu.stitching.stitcher.dumper.preprocessing

Classes

  • PreProcessingStitchingDumper dumper to be used when save data durint pre-processing stitching (on projections). Output is expected to be an NXtomo

source class PreProcessingStitchingDumper(configuration)

Bases : DumperBase

dumper to be used when save data durint pre-processing stitching (on projections). Output is expected to be an NXtomo

Methods

source method PreProcessingStitchingDumper.save_frame_to_disk(output_dataset: h5py.Dataset, index: int, stitched_frame: numpy.ndarray, **kwargs)

source method PreProcessingStitchingDumper.save_configuration()

dump configuration used for stitching at the NXtomo entry

source property PreProcessingStitchingDumper.output_identifier: ScanIdentifier

source method PreProcessingStitchingDumper.create_output_dataset()

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

Raises

  • NotImplementedError