Skip to content

Commit

Permalink
Merge pull request #62 from migueldvb/tree
Browse files Browse the repository at this point in the history
tag of ndarray data structure
  • Loading branch information
mdboom committed Mar 4, 2015
2 parents f566347 + 2200163 commit 84d83da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ reference data, available on a public webserver at the URI
``http://www.nowhere.com/reference.asdf``::

wavelengths:
- !ndarray
- !core/ndarray
source: 0
shape: [256, 256]
datatype: float
Expand All @@ -162,15 +162,15 @@ Another file may reference this data directly::

It is also possible to use references within the same file::

data: !ndarray
data: !core/ndarray
source: 0
shape: [256, 256]
datatype: float
byteorder: little
mask:
$ref: "#/my_mask"

my_mask: !ndarray
my_mask: !core/ndarray
source: 0
shape: [256, 256]
datatype: uint8
Expand Down

0 comments on commit 84d83da

Please sign in to comment.