Skip to content

Create function to generate DQR compatible json from gwcelery.detchar tasks

Geoffrey Mo requested to merge (removed):dqr-json into master

https://docs.ligo.org/detchar/data-quality-report/design.html#json-report-format https://git.ligo.org/detchar/data-quality-report/blob/master/dqr/json.py#L136

From Reed:

I wanted to check whether the detchar celery tasks are set up to report their findings to GraceDb in a way that's compatible with the DQR. In particular, we need json files reported with predictable filenames and a standard format. This will allow the DQR to automatically pick up and display the results of any detchar logic performed within celery.

  • Figure out how to get gwcelery version
  • Solve assertion error in failing test with provisions for CI hostname
  • Create unit test
Edited by Geoffrey Mo

Merge request reports