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/NXebeam_column.nxdl.xml # contributed_definitions/nyaml/NXapm_compositionspace_results.yaml # contributed_definitions/nyaml/NXebeam_column.yaml # contributed_definitions/nyaml/NXlens_em.yaml # contributed_definitions/nyaml/NXoptical_system_em.yaml
- Loading branch information
1 parent
5604e2e
commit 6c13524
Showing
6 changed files
with
585 additions
and
9 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
73 changes: 73 additions & 0 deletions
73
contributed_definitions/NXapm_compositionspace_config.nxdl.xml
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,73 @@ | ||
<?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="application" type="group" name="NXapm_compositionspace_config" extends="NXobject" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"> | ||
<symbols> | ||
<doc> | ||
The symbols used in the schema to specify e.g. dimensions of arrays. | ||
</doc> | ||
<symbol name="n_voxel"> | ||
<doc> | ||
Number of voxel of discretized domain for analyzed part of the dataset. | ||
</doc> | ||
</symbol> | ||
<symbol name="d"> | ||
<doc> | ||
The dimensionality of the grid. | ||
</doc> | ||
</symbol> | ||
<symbol name="c"> | ||
<doc> | ||
The cardinality or total number of cells/grid points. | ||
</doc> | ||
</symbol> | ||
<symbol name="n_clst_dict"> | ||
<doc> | ||
Number of terms in the composition clustering dictionary | ||
</doc> | ||
</symbol> | ||
<symbol name="n_spat_dict"> | ||
<doc> | ||
Number of terms in the position clustering dictionary | ||
</doc> | ||
</symbol> | ||
</symbols> | ||
<doc> | ||
Config for a run with Alaukik Saxena's composition space tool. | ||
|
||
This is an initial draft application definition for the common NFDI-MatWerk, | ||
FAIRmat infrastructure use case IUC09 how to improve the organization and | ||
results storage of the composition space tool and make these data at the | ||
same time directly understandable for research data management systems | ||
like NOMAD Oasis. | ||
</doc> | ||
<!--by default for appdefs the value of the exists keyword is required unless it is explicitly specified differently--> | ||
<group type="NXentry" minOccurs="1" maxOccurs="1"> | ||
<field name="definition" type="NX_CHAR"> | ||
<attribute name="version" type="NX_CHAR"/> | ||
<enumeration> | ||
<item value="NXapm_compositionspace_config"/> | ||
</enumeration> | ||
</field> | ||
</group> | ||
</definition> |
Oops, something went wrong.