From c31699a1778dba1c3a8b2728b6680eef9e90f3a0 Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Tue, 5 Feb 2019 09:31:07 -0800
Subject: [PATCH] inspiral.yml: remove dt in plot options as that is now set
 automatically based on duration

---
 gstlal-inspiral/share/O3/inspiral.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gstlal-inspiral/share/O3/inspiral.yml b/gstlal-inspiral/share/O3/inspiral.yml
index fb526051ec..38f87529c8 100644
--- a/gstlal-inspiral/share/O3/inspiral.yml
+++ b/gstlal-inspiral/share/O3/inspiral.yml
@@ -21,7 +21,6 @@ plots:
     measurement: likelihood_history
     column: data
     aggregate: max
-    dt: 1
     value: checked 
 
   # likelihood history heatmap (by job)
@@ -30,7 +29,6 @@ plots:
     measurement: likelihood_history
     column: data
     aggregate: max
-    dt: 1
     value:
 
   # FAR history
@@ -39,7 +37,6 @@ plots:
     measurement: far_history
     column: data
     aggregate: min
-    dt: 1
     value:
 
   # FAR history heatmap (by job)
@@ -48,7 +45,6 @@ plots:
     measurement: far_history
     column: data
     aggregate: min
-    dt: 1
     value:
 
   # latency history
@@ -57,7 +53,6 @@ plots:
     measurement: latency_history
     column: data
     aggregate: max
-    dt: 1
     value:
 
   # latency history heatmap (by job)
@@ -66,7 +61,6 @@ plots:
     measurement: latency_history
     column: data
     aggregate: max
-    dt: 1
     value:
 
   # snr history
@@ -75,7 +69,6 @@ plots:
     measurement: snr_history
     column: data
     aggregate: max
-    dt: 1
     params:
       - - ifo
         - H1
@@ -91,7 +84,6 @@ plots:
     measurement: ram_history
     column: data
     aggregate: max
-    dt: 10
     value:
 
   # noise
@@ -100,7 +92,6 @@ plots:
     measurement: noise
     column: data
     aggregate: max
-    dt: 1
     params:
       - - ifo
         - H1
@@ -116,7 +107,6 @@ plots:
     measurement: range_history
     column: data
     aggregate: max
-    dt: 1
     params:
       - - ifo
         - H1
@@ -132,21 +122,18 @@ plots:
     measurement: H1_statevector_on
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: L1 Uptime by Job
     type: TimeHeatMap
     measurement: L1_statevector_on
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: V1 Uptime by Job
     type: TimeHeatMap
     measurement: V1_statevector_on
     column: data
     aggregate: max
-    dt: 10
     value:
 
   # downtime heatmaps (by job)
@@ -155,21 +142,18 @@ plots:
     measurement: H1_statevector_off
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: L1 Downtime by Job
     type: TimeHeatMap
     measurement: L1_statevector_off
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: V1 Downtime by Job
     type: TimeHeatMap
     measurement: V1_statevector_off
     column: data
     aggregate: max
-    dt: 10
     value:
 
   # strain dropped heatmaps (by job)
@@ -178,21 +162,18 @@ plots:
     measurement: H1_strain_dropped
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: L1 Strain Dropped by Job
     type: TimeHeatMap
     measurement: L1_strain_dropped
     column: data
     aggregate: max
-    dt: 10
     value:
   - title: V1 Strain Dropped by Job
     type: TimeHeatMap
     measurement: V1_strain_dropped
     column: data
     aggregate: max
-    dt: 10
     value:
 
   # FIXME: add 'time since last' plot
@@ -204,7 +185,6 @@ nagios:
   measurement: ram_history
   column: data
   aggregate: max
-  dt: 1
   num_jobs: 328
 
 database:
-- 
GitLab