yt_astro_analysis.cosmological_observation.light_cone.light_cone.LightCone.calculate_light_cone_solution

LightCone.calculate_light_cone_solution(seed=None, filename=None)

Create list of projections to be added together to make the light cone.

Several sentences providing an extended description. Refer to variables using back-ticks, e.g. var.

Parameters:
  • seed (int) – The seed for the random number generator. Any light cone solution can be reproduced by giving the same random seed. Default: None (each solution will be distinct).

  • filename (string) – If given, a text file detailing the solution will be written out. Default: None.