httomo.runner.section.Section

Contents

httomo.runner.section.Section#

class httomo.runner.section.Section(pattern: Pattern, max_slices: int, methods: List[MethodWrapper], is_last: bool = False, padding: bool = False)[source]#

Represents a sequence of methods in a pipeline.

See also

sectionize

The rules for when a new section is introduced into a pipeline are described and implemented in this function.

Methods

__init__(pattern, max_slices, methods[, ...])