xcp_d.utils.execsummary module

Functions for generating the executive summary.

xcp_d.utils.execsummary.get_mesh(filename)[source]
xcp_d.utils.execsummary.get_png_image_names()[source]

Get a list of scene names for which to produce PNGs.

NOTE: This is a Node function.

xcp_d.utils.execsummary.make_mosaic(png_files)[source]

Take path to .png anatomical slices, create a mosaic, and save to file.

The mosaic will be usable in a BrainSprite viewer.

NOTE: This is a Node function.

xcp_d.utils.execsummary.modify_pngs_scene_template(anat_file, rh_pial_surf, lh_pial_surf, rh_wm_surf, lh_wm_surf, scene_template)[source]

Create modified .scene text file to be used for creating PNGs later.

NOTE: This is a Node function.

xcp_d.utils.execsummary.plot_gii(mesh, coord, color, slicer, view, max_distance=10.0)[source]