xcp_d.workflows.execsummary.init_execsummary_anatomical_plots_wf
- xcp_d.workflows.execsummary.init_execsummary_anatomical_plots_wf(t1w_available, t2w_available, output_dir, name='execsummary_anatomical_plots_wf')[source]
Generate the anatomical figures for an executive summary.
- Workflow Graph
(Source code, png, svg, pdf)
- Parameters:
t1w_available (bool) – Generally True.
t2w_available (bool) – Generally False.
output_dir (
str) – Path to the output directory forxcp_dderivatives. This should not include thexcp_dfolder. For example, “/path/to/dset/derivatives/”.name (
str, optional) – Name of the workflow. This is used for working directories and workflow graphs.
- Inputs:
t1w – T1w image, after warping to standard space.
t2w – T2w image, after warping to standard space.
template