Skip to content

main

main

CLI entry point for osipy pipeline runner.

Provides the osipy command for running MRI perfusion analysis pipelines from YAML configuration files.

Examples:

Run a pipeline::

osipy config.yaml /path/to/data

Validate a config file::

osipy --validate config.yaml

Print a default YAML template::

osipy --dump-defaults dce

create_parser

create_parser()

Create the argument parser for the osipy CLI.

RETURNS DESCRIPTION
ArgumentParser

Configured argument parser.

main

main()

Entry point for the osipy CLI.