Skip to content

Commit

Permalink
Added ub_matrix to NXsample as discussed on the 26.04.2017 NeXus tele…
Browse files Browse the repository at this point in the history
…conference

Refs #559
  • Loading branch information
mkoennecke committed Apr 27, 2017
1 parent 3371002 commit cfc31ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions base_classes/NXsample.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,19 @@
<dim index="3" value="3"/>
</dimensions>
</field>
<field name="ub_matrix" type="NX_FLOAT">
<doc>
UB matrix of single crystal sample using Busing-Levy convention:
W. R. Busing and H. A. Levy (1967). Acta Cryst. 22, 457-464. This is
the multiplication of the orientation_matrix, given above, with the B matrix which
can be derived from the lattice constants.
</doc>
<dimensions rank="3">
<dim index="1" value="n_comp"/>
<dim index="2" value="3"/>
<dim index="3" value="3"/>
</dimensions>
</field>
<field name="mass" type="NX_FLOAT" units="NX_MASS">
<doc>Mass of sample</doc>
<dimensions rank="1">
Expand Down

0 comments on commit cfc31ef

Please sign in to comment.