Unified Runner

Entry point: pyasl.pipelines.run_pipeline.run_pipeline

Purpose. A single front-door that reads type from the YAML and dispatches to the appropriate pipeline:

Example

type: asltbx
steps:
  - name: ResetOrientation
  - name: Realign
  - name: PerfusionQuantify
    params: { QuantFlag: 0, MaskFlag: true, MeanFlag: true }