httomo.sweep_runner.stages

httomo.sweep_runner.stages#

Classes

NonSweepStage(methods)

Stages(before_sweep, sweep, after_sweep)

Groups method wrappers into three stages: - wrappers representing methods that are before the sweep (excluding the loader) - wrapper representing the method in the sweep to execute multiple times - wrappers representing methods that are after the sweep

SweepStage(method, param_name, values)