xcp_d.workflows.base module

The primary workflows for xcp_d.

xcp_d.workflows.base.init_single_subject_wf(subject_id: str)[source]

Organize the postprocessing pipeline for a single subject.

It collects and reports information about the subject, and prepares sub-workflows to perform anatomical and functional postprocessing.

Workflow Graph

(Source code)

Parameters:

subject_id (str) – Subject label for this single-subject workflow.

xcp_d.workflows.base.init_xcpd_wf()[source]

Build XCP-D’s pipeline.

This workflow organizes the execution of XCP-D, with a sub-workflow for each subject.

Workflow Graph

(Source code)