Skip to content

Commit 9215d87

Browse files
CadairDanRyanIrish
andauthored
Update docs/explaining_ndcube/asdf_serialization.rst
Co-authored-by: DanRyanIrish <ryand5@tcd.ie>
1 parent bb33e3e commit 9215d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explaining_ndcube/asdf_serialization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Saving ND objects to ASDF
55
*************************
66

77
:ref:`asdf` is an extensible format for validating and saving complex scientific data along with its metadata.
8-
`ndcube` provides schemas and converters for all the ND objects (`~ndcube.NDCube`, `~ndcube.NDCubeSequence` and `~ndcube.NDCollection`) as well as for various WCS and table objects required by them.
8+
`ndcube` provides schemas and converters for all the ND objects (`~ndcube.NDCube`, `~ndcube.NDCubeSequence`, `~ndcube.NDCollection` and `~ndcube,NDMeta`) as well as for various WCS and table objects required by them.
99
To make use of these, simply save an ND object to an ASDF file and it will be correctly serialized.
1010
ASDF files save a "tree" which is a `dict`.
1111
You can save any number of cubes in your ASDF by adding them to the dictionary.

0 commit comments

Comments
 (0)