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.
Merge branch 'fairmat' into 158-xps-peak-fitting-in-nexus
- Loading branch information
Showing
90 changed files
with
5,418 additions
and
2,961 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
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
152 changes: 152 additions & 0 deletions
152
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,152 @@ | ||
<?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 name="config" type="NXobject"> | ||
<group type="NXidentifier" optional="true"/> | ||
<field name="analysis_identifier" type="NX_UINT" recommended="true"/> | ||
<group name="reconstruction" type="NXserialized"> | ||
<field name="type" type="NX_CHAR"/> | ||
<field name="path" type="NX_CHAR"/> | ||
<field name="checksum" type="NX_CHAR"/> | ||
<field name="algorithm" type="NX_CHAR"/> | ||
<field name="position" type="NX_CHAR"/> | ||
<field name="mass_to_charge" type="NX_CHAR"/> | ||
</group> | ||
<group name="ranging" type="NXserialized"> | ||
<field name="type" type="NX_CHAR"/> | ||
<field name="path" type="NX_CHAR"/> | ||
<field name="checksum" type="NX_CHAR"/> | ||
<field name="algorithm" type="NX_CHAR"/> | ||
<field name="ranging_definitions" type="NX_CHAR"/> | ||
</group> | ||
<field name="edge_length" type="NX_FLOAT" units="NX_LENGTH"> | ||
<doc> | ||
Edge length of the cubic voxels that is used for discretizing the point cloud in | ||
the voxelization step. | ||
</doc> | ||
</field> | ||
<field name="bics_clusters" type="NX_UINT" units="NX_UNITLESS"> | ||
<doc> | ||
The maximum number of components configured for the segmentation of the voxel | ||
set into a mixture of voxels with that many different chemical compositions. | ||
</doc> | ||
</field> | ||
<group name="ml_models" type="NXobject"> | ||
<doc> | ||
The configuration of the machine learning model used in the segmentation step. | ||
</doc> | ||
<!--name(NX_CHAR): | ||
doc: | | ||
Name of the model to be used.--> | ||
<group name="gaussian_mixture" type="NXobject"> | ||
<doc> | ||
Configuration for the Gaussian mixture model that is used in the segmentation | ||
step. | ||
</doc> | ||
</group> | ||
<!--random_forest(NXobject): | ||
doc: | | ||
Configuration for the random forest model.--> | ||
<group name="dbscan" type="NXobject"> | ||
<doc> | ||
Configuration for the DBScan algorithm that is used in the clustering step. | ||
</doc> | ||
<field name="eps" type="NX_FLOAT" units="NX_LENGTH"> | ||
<doc> | ||
The maximum distance between two samples for one to | ||
be considered as in the neighborhood of the other. | ||
</doc> | ||
</field> | ||
<field name="min_samples" type="NX_UINT" units="NX_UNITLESS"> | ||
<doc> | ||
The number of samples (or total weight) in a neighborhood | ||
for a point to be considered as a core point. | ||
</doc> | ||
</field> | ||
</group> | ||
</group> | ||
</group> | ||
<group name="common" type="NXobject"> | ||
<field name="status" type="NX_CHAR"/> | ||
<group name="programID" type="NXprogram" minOccurs="1" maxOccurs="unbounded"> | ||
<field name="program" type="NX_CHAR"> | ||
<attribute name="version" type="NX_CHAR"/> | ||
</field> | ||
</group> | ||
<group name="profiling" type="NXcs_profiling" recommended="true"> | ||
<field name="start_time" type="NX_DATE_TIME"/> | ||
<field name="end_time" type="NX_DATE_TIME"/> | ||
<field name="total_elapsed_time" type="NX_FLOAT"/> | ||
<field name="current_working_directory" type="NX_CHAR"/> | ||
</group> | ||
</group> | ||
</group> | ||
</definition> |
Oops, something went wrong.