mrsiprep.workflows.reports

Report workflow.

Functions

run_reports_workflow(config, subject, ...)

Generate the per-recording HTML quality-control report.

mrsiprep.workflows.reports.run_reports_workflow(config, subject, session, outputs)[source]

Generate the per-recording HTML quality-control report.

Parameters:
  • config -- Run-wide mrsiprep.config.settings.MRSIPrepConfig.

  • subject -- BIDS subject label, without the sub- prefix.

  • session -- BIDS session label without the ses- prefix, or None for session-less datasets.

  • outputs -- Dict of this recording's output paths (as accumulated across earlier workflow stages); recognized keys include "qc_summary" and "regional_table", each embedded as an HTML table when present.

Returns:

Path to the generated HTML report.