Skip to content

Commit

Permalink
Create SEM NOVA600
Browse files Browse the repository at this point in the history
SEM NOVA 600 instrument data
  • Loading branch information
nomadsb authored Jul 8, 2024
1 parent 0d99670 commit 2114bea
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions tests/schema_packages/SEM NOVA600
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 2114bea

Please sign in to comment.