Anisotropic Hernquist DF with constant \(\beta\)

class galpy.df.constantbetaHernquistdf(pot=None, beta=0, ro=None, vo=None)[source]

Class that implements the anisotropic spherical Hernquist DF with constant beta parameter

__init__(pot=None, beta=0, ro=None, vo=None)[source]

NAME:

__init__

PURPOSE:

Initialize a Hernquist DF with constant anisotropy

INPUT:

pot - Hernquist potential which determines the DF

beta - anisotropy parameter

OUTPUT:

None

HISTORY:

2020-07-22 - Written - Lane (UofT)