mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:17:08 +00:00
Add label definitions to example survey config
This commit is contained in:
@@ -88,3 +88,103 @@ final:
|
||||
paths:
|
||||
- /srv/Data/EQ20211/_live/final
|
||||
|
||||
|
||||
labels:
|
||||
FDSP:
|
||||
view:
|
||||
colour: "#80CBC4"
|
||||
description: "First shot of the day"
|
||||
model:
|
||||
user: false
|
||||
multiple: false
|
||||
FSP:
|
||||
view:
|
||||
colour: "#03A9F4"
|
||||
"description": "First shot point"
|
||||
model:
|
||||
user: true
|
||||
multiple: false
|
||||
Guns:
|
||||
view:
|
||||
"colour": "#F48FB1"
|
||||
"description": "Gun events"
|
||||
model:
|
||||
user: true
|
||||
#multiple: true # This is the default
|
||||
LDSP:
|
||||
view:
|
||||
colour: "#4DB6AC"
|
||||
description: "Last shot of the day"
|
||||
model:
|
||||
user: false
|
||||
multiple: false
|
||||
LSP:
|
||||
view:
|
||||
colour: "#00BCD4"
|
||||
description: "Last shot point"
|
||||
model:
|
||||
user: true
|
||||
multiple: false
|
||||
Nav:
|
||||
view:
|
||||
colour: "#EF9A9A"
|
||||
description: "Navigation events"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Nav Proc:
|
||||
view:
|
||||
colour: "#FFCC80"
|
||||
description: "Navigation processing events"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Missed shot:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Missing shot"
|
||||
model:
|
||||
user: false
|
||||
multiple: true
|
||||
NTBP:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Not to be processed"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
QC Error:
|
||||
view:
|
||||
colour: "#FF0000"
|
||||
description: "This shot fails one or more QC checks"
|
||||
model:
|
||||
user: false
|
||||
multiple: true
|
||||
Daily:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Of interest in the daily report"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Weekly:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Of interest in the weekly report"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Final report:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Of interest in the final report"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Shift handover:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
description: "Of interest during shift handover"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
|
||||
Reference in New Issue
Block a user