Skip to content

Commit

Permalink
Remove X, Y and Z from NXdetector symbol table
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx authored Oct 12, 2020
1 parent 1512b2b commit d299b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base_classes/NXdetector.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<symbols>
<doc>These symbols will be used below to coordinate datasets with the same shape.</doc>
<symbol name="np"><doc>number of scan points (only present in scanning measurements)</doc></symbol>
<symbol name="i"><doc>number of detector pixels in the first (X, slowest) direction</doc></symbol>
<symbol name="j"><doc>number of detector pixels in the second (Y, faster) direction</doc></symbol>
<symbol name="k"><doc>number of detector pixels in the third (Z, if necessary, fastest) direction</doc></symbol>
<symbol name="i"><doc>number of detector pixels in the first (slowest) direction</doc></symbol>
<symbol name="j"><doc>number of detector pixels in the second (faster) direction</doc></symbol>
<symbol name="k"><doc>number of detector pixels in the third (if necessary, fastest) direction</doc></symbol>
<symbol name="tof"><doc>number of bins in the time-of-flight histogram</doc></symbol>
</symbols>

Expand Down

0 comments on commit d299b21

Please sign in to comment.