From 2114bea517ee54329514c9494e5b6cf89b007bd1 Mon Sep 17 00:00:00 2001 From: nomadsb <162993426+nomadsb@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:32:59 +0200 Subject: [PATCH] Create SEM NOVA600 SEM NOVA 600 instrument data --- tests/schema_packages/SEM NOVA600 | 82 +++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 tests/schema_packages/SEM NOVA600 diff --git a/tests/schema_packages/SEM NOVA600 b/tests/schema_packages/SEM NOVA600 new file mode 100644 index 0000000..7824062 --- /dev/null +++ b/tests/schema_packages/SEM NOVA600 @@ -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