httomo.runner.dataset_store_interfaces.ReadableDataSetSink

httomo.runner.dataset_store_interfaces.ReadableDataSetSink#

class httomo.runner.dataset_store_interfaces.ReadableDataSetSink(*args, **kwargs)[source]#

Interface for a DataSetSink that is store-based, i.e. where it’s possible to construct a reader from the same data store that this sink has been written first

Methods

make_reader([new_slicing_dim])

Method to make a source from this sink, which will read the data that was written, possibly in a new slicing dimension

Attributes

abstract make_reader(new_slicing_dim: Literal[0, 1, 2] | None = None) DataSetSource[source]#

Method to make a source from this sink, which will read the data that was written, possibly in a new slicing dimension