You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explaining_ndcube/asdf_serialization.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Saving ND objects to ASDF
5
5
*************************
6
6
7
7
: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.
9
9
To make use of these, simply save an ND object to an ASDF file and it will be correctly serialized.
10
10
ASDF files save a "tree" which is a `dict`.
11
11
You can save any number of cubes in your ASDF by adding them to the dictionary.
0 commit comments