generated from Guillaume-Gaisne/nomad-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sintering.archive.yaml
41 lines (41 loc) · 1.17 KB
/
sintering.archive.yaml
1
2
3
4
5
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
definitions:
name: 'Tutorial 13 sintering schema'
sections:
TemperatureRamp:
m_annotations:
eln:
properties:
order:
- "name"
- "start_time"
- "initial_temperature"
- "final_temperature"
- "duration"
- "comment"
base_sections:
- nomad.datamodel.metainfo.basesections.ProcessStep
quantities:
initial_temperature:
type: np.float64
unit: celsius
description: "initial temperature set for ramp"
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: celsius
final_temperature:
type: np.float64
unit: celsius
description: "final temperature set for ramp"
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: celsius
Sintering:
base_sections:
- nomad.datamodel.metainfo.basesections.Process
- nomad.datamodel.data.EntryData
sub_sections:
steps:
repeats: True
section: '#/TemperatureRamp'