httomo.preview.PreviewDimConfig#
- class httomo.preview.PreviewDimConfig(start: int, stop: int)[source]#
Slicing configuration for a single dimension in the 3D input data, in the form of start, stop, step.
Notes
Currently, only unit step for all three dimensions is supported (ie, a step value of 1). Thus, unit step is assumed for all three dimensions, and is not configurable in this type yet.
Methods
Attributes
- start: int#
Alias for field number 0
- stop: int#
Alias for field number 1