reshape# Misorientation.reshape(*shape: tuple[int, ...]) → Misorientation[source]# Return a new object with the same data in a new shape. Parameters: *shapeThe new shape as one or more integers or as a tuple. Returns: objReshaped object.