xcp_d.interfaces.execsummary.ExecutiveSummary

class xcp_d.interfaces.execsummary.ExecutiveSummary(xcpd_path, subject_id, session_id=None)[source]

A class to build an executive summary.

Parameters:
  • xcpd_path (str) – Path to the xcp-d derivatives.

  • subject_id (str) – Subject ID.

  • session_id (None or str, optional) – Session ID.

__init__(xcpd_path, subject_id, session_id=None)[source]

Methods

__init__(xcpd_path, subject_id[, session_id])

collect_inputs()

Collect inputs.

generate_report([out_file])

Generate the report.

write_html(document, filename)

Write an html document to a filename.