httomo.runner.section.sectionize

Contents

httomo.runner.section.sectionize#

httomo.runner.section.sectionize(pipeline: Pipeline) List[Section][source]#

Groups the methods in a pipeline into sections.

Notes

A new section is introduced into a pipeline under any of the following conditions:
  • the pattern changed (sino -> proj or vice versa)

  • a side output of a previous method is referenced

  • more than one padding method is included