pylunar.lunar_feature_container module
Module for the LunarFeatureContainer class.
- class pylunar.lunar_feature_container.LunarFeatureContainer(club_name: str)[source]
Bases:
objectCollection of Lunar features available from the database.
- Parameters:
club_name (str) – The name of the observing club to sort on. Values are Lunar and LunarII.
- load(moon_info: MoonInfo | None = None, limit: int | None = None) None[source]
Read the Lunar features from the database.
- Parameters:
moon_info (
pylunar.MoonInfo, optional) – Instance of the Lunar information class.limit (int, optional) – Restrict the number of features read to the given value.