Newer
Older
---
# DESY Public Dataset Metadata definition © 2024 by Deutsches
# Elektronen-Synchrotron DESY is licensed under CC BY 4.0
id: https://desy.de/linkml/opendata/flash_ursa
name: flash_ursa
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
prefixes:
linkml: https://w3id.org/linkml/
UO: http://purl.obolibrary.org/obo/UO_
qudt: http://qudt.org/schema/qudt/
unit: http://qudt.org/vocab/unit/
OM: http://www.ontology-of-units-of-measure.org/resource/om-2/
nerc: http://vocab.nerc.ac.uk/collection/P06/current/
# nexus:
imports:
- linkml:types
- base_types
- base_catalogue_metadata
- base_scicat_dataset
- base_sample
default_range: string
classes:
UrsaMCP:
description: Metadata associated with the MCP dector for URSA@FLASH
attributes:
front:
description: Front MCP voltage
range: float
back:
description: Back MCP voltage
range: float
anode:
description: Anode voltage
range: float
UrsaMetadata:
description: Metadata associated with the URSA instrument at FLASH
is_a: FlashScientificMetadata
attributes:
retardation:
description: Retardation voltage applied to eTof
range: float
coil_current:
description: Current in the eTof solenoid coil
range: float # TODO: add one-of rule
mcp:
description: MCP dector sdettings
range: UrsaMCP
UrsaDataset:
tree_root: true
is_a: ScicatDataset
description: The metadata associated with Ursa@FLASH
attributes:
scientificMetadata:
range: UrsaMetadata
required: true