Skip to content

Commit

Permalink
update category for NXxrd.nxdl.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Sep 19, 2024
1 parent 81d927c commit 636d06d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions contributed_definitions/NXxrd.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!--
! : additions
? : could or should be modified?-->
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXxrd" extends="NXmonopd" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd">
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="application" type="group" name="NXxrd" extends="NXmonopd" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd">
<doc>
NXxrd on top of NXmonopd
</doc>
Expand All @@ -46,7 +46,7 @@
<doc>
raw detector signal (usually counts) as colected
it can be a multi-dimensional dataset depending on
the detector type (faster axes) and
the detector type (faster axes) and
the scanning method (slower axes)
</doc>
</group>
Expand Down Expand Up @@ -87,11 +87,11 @@
</group>
<group type="NXprocess" optional="true">
<doc>
Description of a processing or analysis step, such as the
Description of a processing or analysis step, such as the
baseline extraction or azimuth integration.
Add additional fields as needed to describe value(s) of
any variable, parameter, or term related to
the NXprocess step. Be sure to include units attributes
Add additional fields as needed to describe value(s) of
any variable, parameter, or term related to
the NXprocess step. Be sure to include units attributes
for all numerical fields.
</doc>
</group>
Expand Down
22 changes: 11 additions & 11 deletions contributed_definitions/nyaml/NXxrd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category: base
category: application
doc: |
NXxrd on top of NXmonopd
Expand Down Expand Up @@ -30,7 +30,7 @@ NXxrd(NXmonopd):
The 2-theta range of the difractogram
dimensions:
rank: 1
dim: [[1, nDet]]
dim: (nDet,)
\@units:
enumeration: [deg]
(NXdata):
Expand All @@ -40,14 +40,14 @@ NXxrd(NXmonopd):
Link to ponglar ale in /NXentry/NXinstrument/NXdetector
dimensions:
rank: 1
dim: [[1, nDet]]
dim: (nDet,)
data(NX_NUMBER):
doc: |
link (suggested target:/NXentry/NXinstrument/NXdetector/data)
Link to data in /Nxentry/Nxinstrument/Nxdetector
dimensions:
rank: 1
dim: [[1, nDet]]
dim: (nDet,)
(NXprocess):
exists: optional
doc: |
Expand All @@ -59,7 +59,7 @@ NXxrd(NXmonopd):
for all numerical fields.
# ++++++++++++++++++++++++++++++++++ SHA HASH ++++++++++++++++++++++++++++++++++
# 563a1765b4319294e962e0315345a2bb40d270faef3654fe4f3fb417bdc128e0
# 4f2ea4ee6a66e3c162fccfc9a20a793590853e1d1577142e20f73699cfc792ab
# <?xml version='1.0' encoding='UTF-8'?>
# <?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?>
# <!--
Expand All @@ -86,7 +86,7 @@ NXxrd(NXmonopd):
# <!--
# ! : additions
# ? : could or should be modified?-->
# <definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXxrd" extends="NXmonopd" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd">
# <definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="application" type="group" name="NXxrd" extends="NXmonopd" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd">
# <doc>
# NXxrd on top of NXmonopd
# </doc>
Expand All @@ -108,7 +108,7 @@ NXxrd(NXmonopd):
# <doc>
# raw detector signal (usually counts) as colected
# it can be a multi-dimensional dataset depending on
# the detector type (faster axes) and
# the detector type (faster axes) and
# the scanning method (slower axes)
# </doc>
# </group>
Expand Down Expand Up @@ -149,11 +149,11 @@ NXxrd(NXmonopd):
# </group>
# <group type="NXprocess" optional="true">
# <doc>
# Description of a processing or analysis step, such as the
# Description of a processing or analysis step, such as the
# baseline extraction or azimuth integration.
# Add additional fields as needed to describe value(s) of
# any variable, parameter, or term related to
# the NXprocess step. Be sure to include units attributes
# Add additional fields as needed to describe value(s) of
# any variable, parameter, or term related to
# the NXprocess step. Be sure to include units attributes
# for all numerical fields.
# </doc>
# </group>
Expand Down

0 comments on commit 636d06d

Please sign in to comment.