galpy.orbit.Orbit.reshape

Orbit.reshape(newshape)[source]

NAME:

reshape

PURPOSE:

Change the shape of the Orbit instance

INPUT:

newshape - new shape (int or tuple of ints; see numpy.reshape)

OUTPUT:

(none; re-shaping is done in-place)

HISTORY:

2019-03-20 - Written - Bovy (UofT)