httomo.data.param_sweep_store.ParamSweepWriter#

class httomo.data.param_sweep_store.ParamSweepWriter(no_of_sweeps: int)[source]#

Write parameter sweep results, concatenating them along the detector_y dim

Methods

Attributes

property aux_data: AuxiliaryData#
property concat_dim: Literal[0, 1, 2]#
increment_no_of_sweeps_written()[source]#
make_reader() ParamSweepReader[source]#
property no_of_sweeps: int#
property no_of_sweeps_written: int#
property single_shape: Tuple[int, int, int]#
property slices_per_sweep: int#
property total_shape: Tuple[int, int, int]#
write_sweep_result(block: ParamSweepBlock)[source]#