-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added feedback from the June2022 nexus code camp in preparation for p…
…ulling fairmat-em into NeXus 2022.06
- Loading branch information
Showing
9 changed files
with
323 additions
and
190 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" ?> | ||
<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?> | ||
<definition category="base" extends="NXobject" name="NXaperture_em" type="group" xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance"> | ||
<doc> | ||
Details of an individual aperture for electron beams. | ||
</doc> | ||
<field name="name" type="NX_CHAR"> | ||
<doc> | ||
Given name/alias of the aperture. | ||
</doc> | ||
</field> | ||
<group type="NXmanufacturer"/> | ||
<field name="value" type="NX_NUMBER" units="NX_ANY"> | ||
<doc> | ||
Relevant value from the control software. | ||
|
||
This is not always just the diameter of (not even in the case) | ||
of a circular aperture. Usually it is a mode setting value which | ||
is selected in the control software. | ||
Which settings are behind the value should be defined | ||
for now in the description field, if these are known | ||
in more detail. | ||
</doc> | ||
</field> | ||
<field name="description" type="NX_CHAR"> | ||
<doc> | ||
Ideally, a (globally) unique persistent identifier, link, or text to a | ||
resource which gives further details. Alternatively a free-text field. | ||
</doc> | ||
</field> | ||
<group type="NXtransformations"> | ||
<doc> | ||
Affine transformation which detail the arrangement in the | ||
microscope relative to the optical axis and beam path. | ||
</doc> | ||
</group> | ||
</definition> |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.