An error occurred while fetching this tab.
Replace "DMT-SCIENCE" flag with appropriate "ITF_SCIENCE" for V1
- Sep 05, 2022
-
-
Alexandre Goettel authored
-
Alexandre Goettel authored
-
Alexandre Goettel authored
-
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
I am getting the following error when running bilby_pipe with --ignore-gwpy-data-quality-check=False, but only when the V1 detector is part of the detector list:
Since Virgo uses other data quality flags, the likely fix for this error is to replace the "DMT-SCIENCE" flag, called in data_generation.py, with "ITF_SCIENCE" when the V1 detector is concerned. One way to see this is by executing:
>>> from gwpy.segments import DataQualityFlag
>>> DataQualityFlag.query("V1:ITF_SCIENCE:1", 1248242631-2, 1248242631+2)
This works fine with V1, but not with H1 nor L1, and inversely when replacing ITF_SCIENCE with DMT-SCIENCE.