cardioception.reports.report#
- cardioception.reports.report(result_path: PathLike, report_path: Optional[PathLike] = None, task: str = 'HRD', participant_id: str = 'sub-01')[source]#
From the results folders, create HTML reports of behavioural and physiological data.
- Parameters
- resultPath
Path variable. Where the results are stored (one participant only).
- reportPath
Where the HTML report should be saved. If None, default will be in the provided resultPath.
- task
The task (“HRD” or “HBC”), by default “HRD”.
- participant_id
The participant ID used in the filename.