An error occurred while fetching this tab.
bilby/gw/likelihood.py: Fix a bug in the algorithm to determine time resolution of ROQ
- May 14, 2021
-
-
Soichiro Morisaki authored
-
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 24 March 2025 starting at approximately 8:30am 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.
It seems there are 2 bugs in the algorithm to determine the time resolution for ROQ.
InterferometerList
doesn't have optimal_SNR
as an attribute, but it does as an key.min
should be replaced by max
for conservative estimates.This merge request is to fix them.