reshape#

Misorientation.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.