diff --git a/base_classes/NXcg_face_list_data_structure.nxdl.xml b/base_classes/NXcg_face_list_data_structure.nxdl.xml index 48610a31d2..081b928d5d 100644 --- a/base_classes/NXcg_face_list_data_structure.nxdl.xml +++ b/base_classes/NXcg_face_list_data_structure.nxdl.xml @@ -23,7 +23,7 @@ --> - + The symbols used in the schema to specify e.g. dimensions of arrays. @@ -75,17 +75,6 @@ duplicate of an NXoff_geometry ?--> Having an own base class for the data structure how primitives are stored is useful to embrace both users with small or very detailed specification demands. - - - Hint to help resolve in which Euclidean coordinate system - field values vertices are defined. - - - - - Dimensionality of the primitives described. - - diff --git a/base_classes/NXcg_half_edge_data_structure.nxdl.xml b/base_classes/NXcg_half_edge_data_structure.nxdl.xml index 40213352e3..759e30943c 100644 --- a/base_classes/NXcg_half_edge_data_structure.nxdl.xml +++ b/base_classes/NXcg_half_edge_data_structure.nxdl.xml @@ -21,7 +21,7 @@ # # For further information, see http://www.nexusformat.org --> - + @@ -54,17 +54,6 @@ Such a data structure can be used to efficiently circulate around faces and iterate over vertices of a planar graph. - - - Hint to help resolve in which Euclidean coordinate system - field values vertices are defined. - - - - - Dimensionality of the primitives described. - - @@ -187,7 +176,7 @@ - + Users are referred to the literature for the background of L. Weinberg's work about topological characterization of planar graphs: diff --git a/base_classes/NXcg_polyline_set.nxdl.xml b/base_classes/NXcg_polyline_set.nxdl.xml index 64a002f86c..f57d0c53f6 100644 --- a/base_classes/NXcg_polyline_set.nxdl.xml +++ b/base_classes/NXcg_polyline_set.nxdl.xml @@ -57,13 +57,6 @@ multiple vertices possible with the same point coordinates but different names.- The sequence describes the positive traversal along the polyline when walking from the first to the last vertex. - - - Reference to an instance of :ref:`NXcg_point_set` which defines - the location of the vertices that are referred to in the - NXcg_polyline_set instance. - - The total number of vertices that have different positions. diff --git a/contributed_definitions/NXcg_primitive_set.nxdl.xml b/contributed_definitions/NXcg_primitive_set.nxdl.xml index e8cb457bc1..c3636c6b33 100644 --- a/contributed_definitions/NXcg_primitive_set.nxdl.xml +++ b/contributed_definitions/NXcg_primitive_set.nxdl.xml @@ -66,12 +66,12 @@ on your data...--> - + - Hint to help resolve in which Euclidean coordinate system field values - like center or orientation are defined. + Reference to an instance of :ref:`NXcoordinate_system` in which these primitives + are defined. - + The dimensionality of the primitive set. diff --git a/contributed_definitions/nyaml/NXcg_primitive_set.yaml b/contributed_definitions/nyaml/NXcg_primitive_set.yaml index 586929596f..68b87e47e1 100644 --- a/contributed_definitions/nyaml/NXcg_primitive_set.yaml +++ b/contributed_definitions/nyaml/NXcg_primitive_set.yaml @@ -36,10 +36,9 @@ NXcg_primitive_set(NXobject): # individual specializations like NXcg_polyline_set typically overwrite # the meaning of the depends_on concept to build consistent inference chains # to enable an instantiation of the actual geometric primitives - \@depends_on(NX_CHAR): + depends_on(NX_CHAR): doc: | - Hint to help resolve in which Euclidean coordinate system field values - like center or orientation are defined. + Reference to an instance of :ref:`NXcoordinate_system` in which these primitives are defined. dimensionality(NX_POSINT): doc: | The dimensionality of the primitive set. diff --git a/contributed_definitions/nyaml/NXem_eds.yaml b/contributed_definitions/nyaml/NXem_eds.yaml index 9a5a97fcd0..e9d15f5b02 100644 --- a/contributed_definitions/nyaml/NXem_eds.yaml +++ b/contributed_definitions/nyaml/NXem_eds.yaml @@ -6,6 +6,7 @@ doc: | # NEW ISSUE: use computational geometry to offer arbitrary scan pattern # NEW ISSUE: make the binning flexible per scan point +# energy typically the fastest direction symbols: # n_p: Number of scan points n_y: | @@ -13,7 +14,7 @@ symbols: n_x: | Number of pixel along the x direction, the fast direction n_photon_energy: | - Number of X-ray photon energy (bins), the fastest direction. + Number of X-ray photon energy (bins) n_elements: | Number of identified elements n_peaks: |