Keys
DataAxesFormats.Keys
—
Module
Identify data inside a
Daf
data set using a key. These types are used in various high-level API parameters.
A separate key space is used for axes and data; thus, both axes and scalars use a simple string key.
DataAxesFormats.Keys.AxisKey
—
Type
A key specifying some axis in
Daf
by its name.
DataAxesFormats.Keys.ScalarKey
—
Type
A key specifying some scalar in
Daf
by its name.
DataAxesFormats.Keys.VectorKey
—
Type
A key specifying some vector in
Daf
by its axis and name.
DataAxesFormats.Keys.MatrixKey
—
Type
A key specifying some matrix in
Daf
by its axes and name. The axes order does not matter.
DataAxesFormats.Keys.DataKey
—
Type
A key specifying some data property in
Daf
.