Skip to content

Commit

Permalink
make attribute array status clearer in markup
Browse files Browse the repository at this point in the history
  • Loading branch information
zjttoefs committed Jan 11, 2018
1 parent b27ca76 commit da340b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base_classes/NXdata.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
of the plottable data, use a "." in that position.
Such as::

@axes="time", ".", "."
@axes=["time", ".", "."]

Since there are three items in the list, the the *signal* field
must must be a three-dimensional array (rank=3). The first dimension
Expand Down Expand Up @@ -124,7 +124,7 @@

data_2d:NXdata
@signal="data"
@axes="time","pressure"
@axes=["time", "pressure"]
@time_indices=0
@pressure_indices=1
data: float[1000,20]
Expand Down Expand Up @@ -206,7 +206,7 @@

data_2d:NXdata
@signal="data"
@axes="time","pressure"
@axes=["time", "pressure"]
@pressure_indices=1
@temperature_indices=1
@time_indices=0
Expand Down Expand Up @@ -341,7 +341,7 @@

@uncertainties="Idev"

@uncertainties="dQw", "dQl"
@uncertainties=["dQw", "dQl"]

</doc>
</attribute>
Expand Down

0 comments on commit da340b3

Please sign in to comment.