manager
manager
¶
Implementation of class wrapper around report generation process.
ReportManager
¶
Class wrapper around report generation process.
Source code in cssfinder/reports/manager.py
__init__
¶
Initialize a ReportManager object with a CSSFProject and Task.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
project |
CSSFProject
|
The CSSFProject object associated with the task. |
required |
task |
Task
|
The Task object for which report will be generated. |
required |
Source code in cssfinder/reports/manager.py
prepare
¶
Prepare the data for generating a report.
This method loads corrections from a Gilbert output file, generates plots, and returns a PreparedReportManager object that can be used to generate a report.
Returns:
Type | Description |
---|---|
PreparedReportManager
|
A PreparedReportManager object that contains the data and plots needed for generating a report. |
Source code in cssfinder/reports/manager.py
PreparedReportManager
dataclass
¶
Report manager with calculated report values.
Source code in cssfinder/reports/manager.py
register_renderer
classmethod
¶
request_report
¶
Generate report.