galpy.orbit.Orbit.reshape

Orbit.reshape(newshape)[source]

Change the shape of the Orbit instance.

Parameters:

newshape (int or tuple of ints) – New shape (see numpy.reshape).

Returns:

Re-shaping is done in-place.

Return type:

None

Notes

  • 2019-03-20: Written by Bovy (UofT).