Skip to content

Commit

Permalink
Create eminstrument.schema.archive.yaml
Browse files Browse the repository at this point in the history
template for meta data instrument electron microscop
  • Loading branch information
nomadsb authored Jul 15, 2024
1 parent 2114bea commit 2ff5208
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions yamlschemas/eminstrument.schema.archive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
definitions:
name: Nova600 Instrument Data

sections:
Nova600Instrument:
base_sections:
- nomad.datamodel.data.EntryData

quantities:
Manufacturer:
type: str
m_annotations:
eln:
component: StringEditQuantity

Model:
type: str
default: "Nova 600"
m_annotations:
eln:
component: StringEditQuantity

SerialNumber:
type: str
m_annotations:
eln:
component: StringEditQuantity

InstallationDate:
type: datetime
m_annotations:
eln:
component: DateTimeEditQuantity

Location:
type: str
m_annotations:
eln:
component: StringEditQuantity

MaxAcceleratingVoltage:
type: float
unit: kV
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: "kV"

MaxBeamCurrent:
type: float
unit: nA
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: "nA"

Resolution:
type: float
unit: nm
m_annotations:
eln:
component: NumberEditQuantity
defaultDisplayUnit: "nm"

Detectors:
type: str
shape: ['*']
m_annotations:
eln:
component: StringEditQuantity

ControlSoftware:
type: str
m_annotations:
eln:
component: StringEditQuantity

Notes:
type: str
m_annotations:
eln:
component: RichTextEditQuantity

0 comments on commit 2ff5208

Please sign in to comment.