diff --git a/O3exp/pipeline/gating.ini b/O3exp/pipeline/gating.ini index 4e8ab976..1538b151 100644 --- a/O3exp/pipeline/gating.ini +++ b/O3exp/pipeline/gating.ini @@ -1,5 +1,10 @@ ; Last commit of gating file -[workflow-gating] -gating-method = PREGENERATED_FILE +[workflow] gating-file-h1 = https://git.ligo.org/detchar/veto-definitions/raw/0bc76d44ae5a03ee30e2f10b2c4962528413bfe2/cbc/O2/H1-GATES-1163203217-24537601.txt gating-file-l1 = https://git.ligo.org/detchar/veto-definitions/raw/0bc76d44ae5a03ee30e2f10b2c4962528413bfe2/cbc/O2/L1-GATES-1163203217-24537601.txt + +[inspiral-h1&calculate_psd-h1&single_template-h1&plot_singles_timefreq-h1&plot_qscan-h1] +gating-file = ${workflow|gating-file-h1} + +[inspiral-l1&calculate_psd-l1&single_template-l1&plot_singles_timefreq-l1&plot_qscan-l1] +gating-file = ${workflow|gating-file-l1}