Skip to content

Commit

Permalink
Full example
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Sep 20, 2023
1 parent 48a82e4 commit ac8c5d0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion base_classes/NXdata.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,15 @@

Alternate version using an integer would look like this (note 2 is a string)::

@default_slice = [".", "2", ".", "."]
data:NXdata
@signal = "data"
@axes = ["image_id", "channel", ".", "."]
@image_id_indices = 0
@channel_indices = 1
@default_slice = [".", "2", ".", "."]
image_id = [1, ..., nP]
channel = ["threshold_1", "threshold_2", "difference"]
data = uint[nP, nC, i, j]

</doc>
</attribute>
Expand Down

0 comments on commit ac8c5d0

Please sign in to comment.