ObservationMode =============== .. py:class:: pride.types.ObservationMode(id: str, mode_bands: list[list[str]], experiment_bands: Mapping) Observation mode :param id: Name that identifies the mode :param mode_bands: Information about the bands in the mode :param experiment_bands: Available bands for current experiment .. py:method:: get_station_band(station_id: str) -> Band Get the band in which a station operates :param station_id: Two-letter code identifying the station