Skip to content
Snippets Groups Projects
Commit c31699a1 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

inspiral.yml: remove dt in plot options as that is now set automatically based on duration

parent 3110eb93
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ plots: ...@@ -21,7 +21,6 @@ plots:
measurement: likelihood_history measurement: likelihood_history
column: data column: data
aggregate: max aggregate: max
dt: 1
value: checked value: checked
# likelihood history heatmap (by job) # likelihood history heatmap (by job)
...@@ -30,7 +29,6 @@ plots: ...@@ -30,7 +29,6 @@ plots:
measurement: likelihood_history measurement: likelihood_history
column: data column: data
aggregate: max aggregate: max
dt: 1
value: value:
# FAR history # FAR history
...@@ -39,7 +37,6 @@ plots: ...@@ -39,7 +37,6 @@ plots:
measurement: far_history measurement: far_history
column: data column: data
aggregate: min aggregate: min
dt: 1
value: value:
# FAR history heatmap (by job) # FAR history heatmap (by job)
...@@ -48,7 +45,6 @@ plots: ...@@ -48,7 +45,6 @@ plots:
measurement: far_history measurement: far_history
column: data column: data
aggregate: min aggregate: min
dt: 1
value: value:
# latency history # latency history
...@@ -57,7 +53,6 @@ plots: ...@@ -57,7 +53,6 @@ plots:
measurement: latency_history measurement: latency_history
column: data column: data
aggregate: max aggregate: max
dt: 1
value: value:
# latency history heatmap (by job) # latency history heatmap (by job)
...@@ -66,7 +61,6 @@ plots: ...@@ -66,7 +61,6 @@ plots:
measurement: latency_history measurement: latency_history
column: data column: data
aggregate: max aggregate: max
dt: 1
value: value:
# snr history # snr history
...@@ -75,7 +69,6 @@ plots: ...@@ -75,7 +69,6 @@ plots:
measurement: snr_history measurement: snr_history
column: data column: data
aggregate: max aggregate: max
dt: 1
params: params:
- - ifo - - ifo
- H1 - H1
...@@ -91,7 +84,6 @@ plots: ...@@ -91,7 +84,6 @@ plots:
measurement: ram_history measurement: ram_history
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
# noise # noise
...@@ -100,7 +92,6 @@ plots: ...@@ -100,7 +92,6 @@ plots:
measurement: noise measurement: noise
column: data column: data
aggregate: max aggregate: max
dt: 1
params: params:
- - ifo - - ifo
- H1 - H1
...@@ -116,7 +107,6 @@ plots: ...@@ -116,7 +107,6 @@ plots:
measurement: range_history measurement: range_history
column: data column: data
aggregate: max aggregate: max
dt: 1
params: params:
- - ifo - - ifo
- H1 - H1
...@@ -132,21 +122,18 @@ plots: ...@@ -132,21 +122,18 @@ plots:
measurement: H1_statevector_on measurement: H1_statevector_on
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: L1 Uptime by Job - title: L1 Uptime by Job
type: TimeHeatMap type: TimeHeatMap
measurement: L1_statevector_on measurement: L1_statevector_on
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: V1 Uptime by Job - title: V1 Uptime by Job
type: TimeHeatMap type: TimeHeatMap
measurement: V1_statevector_on measurement: V1_statevector_on
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
# downtime heatmaps (by job) # downtime heatmaps (by job)
...@@ -155,21 +142,18 @@ plots: ...@@ -155,21 +142,18 @@ plots:
measurement: H1_statevector_off measurement: H1_statevector_off
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: L1 Downtime by Job - title: L1 Downtime by Job
type: TimeHeatMap type: TimeHeatMap
measurement: L1_statevector_off measurement: L1_statevector_off
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: V1 Downtime by Job - title: V1 Downtime by Job
type: TimeHeatMap type: TimeHeatMap
measurement: V1_statevector_off measurement: V1_statevector_off
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
# strain dropped heatmaps (by job) # strain dropped heatmaps (by job)
...@@ -178,21 +162,18 @@ plots: ...@@ -178,21 +162,18 @@ plots:
measurement: H1_strain_dropped measurement: H1_strain_dropped
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: L1 Strain Dropped by Job - title: L1 Strain Dropped by Job
type: TimeHeatMap type: TimeHeatMap
measurement: L1_strain_dropped measurement: L1_strain_dropped
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
- title: V1 Strain Dropped by Job - title: V1 Strain Dropped by Job
type: TimeHeatMap type: TimeHeatMap
measurement: V1_strain_dropped measurement: V1_strain_dropped
column: data column: data
aggregate: max aggregate: max
dt: 10
value: value:
# FIXME: add 'time since last' plot # FIXME: add 'time since last' plot
...@@ -204,7 +185,6 @@ nagios: ...@@ -204,7 +185,6 @@ nagios:
measurement: ram_history measurement: ram_history
column: data column: data
aggregate: max aggregate: max
dt: 1
num_jobs: 328 num_jobs: 328
database: database:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment