py21cmsense.observatory.Observatory.from_profile

classmethod Observatory.from_profile(profile: str, frequency: Quantity | None = None, **kwargs)[source]

Instantiate the Observatory from a builtin profile.

Parameters:
  • profile – A string label identifying the observatory. Available built-in observatories can be obtained with get_builtin_profiles().

  • frequency – The frequency at which to specify the observatory.

Other Parameters:
  • All other parameters passed will be passed into the initializer for the class,

  • overwriting the profile.