py21cmsense.observatory.Observatory.from_profile¶
- classmethod Observatory.from_profile(profile: str, frequency: Annotated[Quantity, PhysicalType('frequency')] | 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(). For more up-to-date SKA profiles, check thefrom_ska()method.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.