reconstruction ¶
Reconstruct implicit axes. See the Julia documentation for details.
- dafpy.reconstruction. reconstruct_axis ( dset : DafWriter , * , existing_axis : str , implicit_axis : str , rename_axis : str | None = None , empty_implicit : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | None = None , implicit_properties : AbstractSet [ str ] | None = None , skipped_properties : AbstractSet [ str ] | None = None ) Mapping [ str , bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | None ] [source] ¶
-
Given an
existing_axisin aDafdata set, which has a propertyimplicit_axis, create a new axis with the same name (or, if specified, call itrename_axis). See the Julia documentation for details.