galpy.orbit.Orbit.theta¶
- Orbit.theta(*args, **kwargs)[source]¶
Return spherical polar angle.
- Parameters:
t (numeric, numpy.ndarray or Quantity, optional) – Time at which to get the angle. Default is the initial time.
- Returns:
Spherical polar angle.
- Return type:
float, numpy.ndarray or Quantity [*input_shape,nt]
Notes
2020-07-01 - Written - James Lane (UofT)