NDArrayType¶
- class asdf.tags.core.NDArrayType(source, shape, dtype, offset, strides, order, mask, data_callback=None)[source]¶
Bases:
objectAttributes Summary
Methods Summary
get_actual_shape(shape, strides, dtype, ...)Get the actual shape of an array, by computing it against the block_size if it contains a
*.Attributes Documentation
- dtype¶
- shape¶
Methods Documentation