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:
mricloud→ MRICloud Pipelineasltbx→ ASLtbx Pipelineoxford_asl→ Oxford ASL Pipelinepcasl→ Preclinical PCASL Pipelinedlasl→ DeepASL (DLASL) Pipelinecustom→ Custom Pipeline
Example
type: asltbx
steps:
- name: ResetOrientation
- name: Realign
- name: PerfusionQuantify
params: { QuantFlag: 0, MaskFlag: true, MeanFlag: true }