qualpipe_webapp.backend.main.create_quality_report#
- async qualpipe_webapp.backend.main.create_quality_report(obsid, tel_id, site, date, backend=Depends(dependency=<function get_backend>, use_cache=True, scope=None))[source]#
Create a data quality report for a specific observation period using available metrics.
- Parameters:
- obsidint
The observation block number (OBSID).
- telescope_idint
The unique identifier for the telescope.
- sitestr
The site identifier (e.g., ‘North’, ‘South’).
- datestr
The observation date in ‘YYYY-MM-DD’ format.
- Returns:
- Mapping[str, Any]
Dictionary-like object mapping report section names with report contents.
- Parameters:
obsid (int)
tel_id (int)
site (str)
date (str)
backend (BackendAPI)