Skip to content

Commit

Permalink
Merge pull request #14 from FAIRmat-Experimental/IncludingAtomType
Browse files Browse the repository at this point in the history
Atom Types is included in NXmpes application
  • Loading branch information
RubelMozumder authored Jan 27, 2023
2 parents 9f5d901 + 67f7a51 commit 7e16207
Showing 1 changed file with 61 additions and 19 deletions.
80 changes: 61 additions & 19 deletions contributed_definitions/NXmpes.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,41 @@
<item value="NXmpes"/>
</enumeration>
</field>
<group type="NXuser">
<doc>
Contact information of at least the user of the instrument or the investigator
who performed this experiment. Adding multiple users if relevant is recommended.
</doc>
<field name="name" type="NX_CHAR">
<doc>
Name of the user.
</doc>
</field>
<field name="affiliation" recommended="true" type="NX_CHAR">
<doc>
Name of the affiliation of the user at the point in time when the experiment was
performed.
</doc>
</field>
<field name="address" recommended="true" type="NX_CHAR">
<doc>
Full address (street, street number, ZIP, city, country) of the user's
affiliation.
</doc>
</field>
<field name="email" type="NX_CHAR">
<doc>
Email address of the user.
</doc>
</field>
<field name="orcid" recommended="true" type="NX_CHAR">
<doc>
Author ID defined by https://orcid.org/.
</doc>
</field>
</group>
<group type="NXinstrument">
<field name="energy_resolution" type="NX_FLOAT"/>
<field name="energy_resolution" type="NX_FLOAT" units="NX_ENERGY"/>
<group type="NXsource">
<doc>
The source used to generate the primary photons. Properties refer strictly to
Expand Down Expand Up @@ -54,18 +87,18 @@
</field>
</group>
<group type="NXbeam">
<field name="distance" type="NX_NUMBER">
<field name="distance" type="NX_NUMBER" units="NX_LENGTH">
<doc>
Distance of the point of evaluation of the beam from the sample surface.
</doc>
</field>
<field name="incident_energy" type="NX_FLOAT"/>
<field name="incident_energy_spread" recommended="true" type="NX_NUMBER"/>
<field name="incident_polarization" recommended="true" type="NX_NUMBER"/>
<field name="incident_energy" type="NX_FLOAT" units="NX_ENERGY"/>
<field name="incident_energy_spread" recommended="true" type="NX_NUMBER" units="NX_ENERGY"/>
<field name="incident_polarization" recommended="true" type="NX_NUMBER" units="NX_ANY"/>
</group>
<group type="NXelectronanalyser">
<field name="description" type="NX_CHAR"/>
<field name="energy_resolution" recommended="true" type="NX_FLOAT">
<field name="energy_resolution" recommended="true" type="NX_FLOAT" units="NX_ENERGY">
<doc>
Energy resolution of the analyser with the current setting. May be linked from a
NXcalibration.
Expand Down Expand Up @@ -113,7 +146,7 @@
<item value="retarding grid"/>
</enumeration>
</field>
<field name="pass_energy" type="NX_FLOAT"/>
<field name="pass_energy" type="NX_FLOAT" units="NX_ENERGY"/>
<field name="energy_scan_mode" type="NX_CHAR"/>
<group name="entrance_slit" optional="true" type="NXaperture">
<doc>
Expand Down Expand Up @@ -164,14 +197,14 @@
</field>
</group>
</group>
<group optional="true" type="NXmanipulator">
<doc>
Manipulator for positioning of the sample.
</doc>
<field name="sample_temperature" recommended="true" type="NX_FLOAT"/>
<field name="drain_current" recommended="true" type="NX_FLOAT"/>
<field name="sample_bias" recommended="true" type="NX_FLOAT"/>
</group>
</group>
<group optional="true" type="NXmanipulator">
<doc>
Manipulator for positioning of the sample.
</doc>
<field name="sample_temperature" recommended="true" type="NX_FLOAT" units="NX_TEMPERATURE"/>
<field name="drain_current" recommended="true" type="NX_FLOAT" units="NX_CURRENT"/>
<field name="sample_bias" recommended="true" type="NX_FLOAT" units="NX_CURRENT"/>
</group>
</group>
<group type="NXprocess">
Expand Down Expand Up @@ -237,6 +270,15 @@
group in NXsample instead.
</doc>
</field>
<field name="atom_types" recommended="true" type="NX_CHAR">
<doc>
Use Hill's system for listing existing elements of periodic table which are
inside or attached to the surface of the specimen and thus relevant from a
scientific point. The purpose of this field is to allow material databases to
parse the relevant elements without having to interpret the sample history or
other fields.
</doc>
</field>
<group name="sample_history" recommended="true" type="NXnote">
<doc>
A descriptor to keep track of the treatment of the sample before entering the
Expand All @@ -248,8 +290,8 @@
</group>
<field name="preparation_date" recommended="true" type="NX_DATE_TIME">
<doc>
Date of preparation of the sample for the XPS experiment (i.e.
cleaving, last annealing).
Date of preparation of the sample for the XPS experiment (i.e. cleaving, last
annealing).
</doc>
</field>
<group name="preparation_description" type="NXnote">
Expand Down Expand Up @@ -277,15 +319,15 @@
<item value="reducing atmosphere"/>
</enumeration>
</field>
<field name="gas_pressure" type="NX_FLOAT"/>
<field name="gas_pressure" type="NX_FLOAT" units="NX_PRESSURE"/>
</group>
<group type="NXdata">
<attribute name="signal">
<enumeration>
<item value="data"/>
</enumeration>
</attribute>
<field name="data" type="NX_NUMBER">
<field name="data" type="NX_NUMBER" units="NX_ANY">
<doc>
Represents a measure of one- or more-dimensional photoemission counts, where the
varied axis may be for example energy, momentum, spatial coordinate, pump-probe
Expand Down

0 comments on commit 7e16207

Please sign in to comment.