Skip to content

Commit

Permalink
Add files for user meeting june 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Jun 6, 2024
1 parent 032644f commit 5ee79aa
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions users_meeting_06-24/MyCustomSchemas.archive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
definitions:
name: 'My Custom Schemas'
sections:
TemperatureRamp:
base_sections:
- nomad.datamodel.metainfo.basesections.ProcessStep
m_annotations:
eln:
properties:
order:
- "name"
- "start_time"
- "initial_temperature"
- "final_temperature"
- "duration"
- "comment"
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

TemperatureHold:
base_sections:
- nomad.datamodel.metainfo.basesections.ProcessStep
m_annotations:
eln:
properties:
order:
- "name"
- "start_time"
- "temperature"
- "duration"
- "comment"
quantities:
temperature:
type: np.float64
unit: celsius
description: "Temperature set for hold"
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: celsius

Annealing:
base_sections:
- nomad.datamodel.metainfo.basesections.Process
- nomad.datamodel.data.EntryData
Binary file added users_meeting_06-24/MyXRDMeasurement.rasx
Binary file not shown.

0 comments on commit 5ee79aa

Please sign in to comment.