qibocal.web package#
Submodules#
qibocal.web.compared_report module#
- class qibocal.web.compared_report.ComparedReport(report_paths: list[pathlib.Path], folder: ~pathlib.Path, meta: dict, history: dict = <factory>)[source]#
Bases:
object
Class for comparison of two qibocal reports.
- report_paths: list[pathlib.Path]#
List of paths of qibocal reports to compare.
- history_uids() set[qibocal.auto.task.TaskId] [source]#
Find the set of TakId in common between the reports.
- create_common_history() dict[qibocal.auto.task.TaskId, list[qibocal.auto.history.History]] [source]#
Obtain histories of common TaskIds from the reports.
- routine_targets(task_id: TaskId)[source]#
Extract local targets parameter from Task.
If not available use the global ones.
qibocal.web.report module#
- qibocal.web.report.report_css_styles(styles_path: Path)[source]#
HTML string containing path of css file.