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
__init__
(no_of_sweeps)write_sweep_result
(block)Attributes
- property aux_data: AuxiliaryData#
- property concat_dim: Literal[0, 1, 2]#
- 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]#