reshape#
- Orientation.reshape(*shape) Misorientation [source]#
Return a new object with the same data in a new shape.
- Parameters:
- *shape
The new shape as one or more integers or as a tuple.
- Returns:
obj
Reshaped object.
Return a new object with the same data in a new shape.
The new shape as one or more integers or as a tuple.
obj
Reshaped object.