xcp_d.interfaces.report_core.Report

class xcp_d.interfaces.report_core.Report(out_dir, run_uuid, config=None, out_filename='report.html', packagename=None, reportlets_dir=None, subject_id=None)[source]

A modified form of niworkflows’ core Report object.

__init__(out_dir, run_uuid, config=None, out_filename='report.html', packagename=None, reportlets_dir=None, subject_id=None)[source]

Methods

__init__(out_dir, run_uuid[, config, ...])

generate_report()

Once the Report has been indexed, the final HTML can be generated

index(config)

Traverse the reports config definition and instantiate reportlets.

init_layout()