httomo.data.param_sweep_store.ParamSweepWriter#
- class httomo.data.param_sweep_store.ParamSweepWriter(no_of_sweeps: int, comm: mpi4py.MPI.Comm, temppath: PathLike, backing: DataSetStoreBacking)[source]#
Write parameter sweep results, concatenating them along the detector_y dim
Methods
__init__(no_of_sweeps, comm, temppath, backing)finalize()write_sweep_result(block)Attributes
- property aux_data: AuxiliaryData#
- property concat_dim: Literal[0, 1, 2]#
- property filename: Path | None#
- property is_file_based: bool#
- 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]#