ananke.Universe module#

Contains the Universe class definition

Please note that this module is private. The Universe class is available in the main ananke namespace - use that instead.

class ananke.Universe.Universe(ananke: Ananke, rshell: ArrayLike, **kwargs: Dict[str, Any])[source]#

Bases: object

Store the Universe parameters.

__init__(ananke: Ananke, rshell: ArrayLike, **kwargs: Dict[str, Any]) None[source]#
Parameters:
  • ananke (Ananke object) – The Ananke object that utilizes this Universe object

  • rshell (array-like shape (2,)) – Range of distances from the observer position of the particles that are to be considered.

  • **kwargs – Additional parameters

property ananke: Ananke#
property rshell: ndarray[Any, dtype[_ScalarType_co]]#
property to_galaxia_kwargs: Dict[str, float]#
property parameters: Dict[str, Any]#