forked from nexusformat/definitions
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # contributed_definitions/NXaperture_em.nxdl.xml # contributed_definitions/NXcomponent_em.nxdl.xml # contributed_definitions/NXcorrector_cs.nxdl.xml # contributed_definitions/NXscanbox_em.nxdl.xml # contributed_definitions/nyaml/NXaperture_em.yaml # contributed_definitions/nyaml/NXcorrector_cs.yaml # contributed_definitions/nyaml/NXlens_em.yaml # contributed_definitions/nyaml/NXscanbox_em.yaml
- Loading branch information
Showing
8 changed files
with
1,091 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?> | ||
<!-- | ||
# NeXus - Neutron and X-ray Common Data Format | ||
# | ||
# Copyright (C) 2014-2024 NeXus International Advisory Committee (NIAC) | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 3 of the License, or (at your option) any later version. | ||
# | ||
# This library is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with this library; if not, write to the Free Software | ||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
# | ||
# For further information, see http://www.nexusformat.org | ||
--> | ||
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXcorrector_ax" extends="NXcomponent_em" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"> | ||
<doc> | ||
Base class for a corrector reshaping an ellipse-shaped electron beam to a circular one. | ||
|
||
* `L. Reimer 1998, Springer, 1998 <https://dx.doi.org/10.1007/978-3-540-3896>`_ | ||
* `JEOL Electron Microscopy Glossary <https://www.jeol.com/words/semterms/20201020.111014.php#gsc.tab=0>`_ | ||
|
||
Stigmator is an exact synonym. | ||
</doc> | ||
<!--user perspective--> | ||
<field name="applied" type="NX_BOOLEAN"> | ||
<doc> | ||
Was the corrector used? | ||
</doc> | ||
</field> | ||
<field name="value_x" type="NX_NUMBER" units="NX_ANY"> | ||
<doc> | ||
Descriptor for the correction strength along the first direction when | ||
exact technical details are unknown or not directly controllable as the | ||
control software of the microscope does not enable or was not configured | ||
to display these values (for end users). | ||
</doc> | ||
</field> | ||
<field name="value_y" type="NX_NUMBER"> | ||
<doc> | ||
Descriptor for the correction strength along the second direction when | ||
exact technical details are unknown or not directly controllable as the | ||
control software of the microscope does not enable or was not configured | ||
to display these values (for end users). | ||
</doc> | ||
</field> | ||
<!--control level perspective | ||
strength(NX_NUMBER): | ||
axial component(NX_NUMBER): | ||
technical design perspective--> | ||
<group type="NXlens_em"/> | ||
<!--(NXaperture_em): | ||
(NXdeflector):--> | ||
</definition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?> | ||
<!-- | ||
# NeXus - Neutron and X-ray Common Data Format | ||
# | ||
# Copyright (C) 2014-2024 NeXus International Advisory Committee (NIAC) | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 3 of the License, or (at your option) any later version. | ||
# | ||
# This library is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with this library; if not, write to the Free Software | ||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
# | ||
# For further information, see http://www.nexusformat.org | ||
--> | ||
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXcorrector_cc" extends="NXcomponent_em" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"> | ||
<doc> | ||
Base class for corrector reducing chromatic aberrations in an electron microscope. | ||
|
||
Examples are Wien or Omega filter. | ||
</doc> | ||
<!--user perspective--> | ||
<field name="applied" type="NX_BOOLEAN"> | ||
<doc> | ||
Was the corrector used? | ||
</doc> | ||
</field> | ||
<field name="type" type="NX_CHAR"> | ||
<doc> | ||
Qualitative type of the corrector. | ||
</doc> | ||
<enumeration> | ||
<item value="wien_filter"/> | ||
<item value="omega_filter"/> | ||
</enumeration> | ||
</field> | ||
<!--control level perspective | ||
technical components of the corrector--> | ||
<group type="NXlens_em"/> | ||
<group type="NXaperture_em"/> | ||
<group type="NXdeflector"/> | ||
<group type="NXcrystal"/> | ||
</definition> |
Oops, something went wrong.