qualpipe_webapp.backend.backends.base.ObservationInfo#

class qualpipe_webapp.backend.backends.base.ObservationInfo(*, site, date, obsid, tel_id, telescope_type, h5_file=None)[source]#

Bases: BaseModel

Information about an available observation.

Parameters:
  • site (str)

  • date (str)

  • obsid (int)

  • tel_id (int)

  • telescope_type (str)

  • h5_file (str | None)

date: str#
h5_file: str | None#
model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

obsid: int#
site: str#
tel_id: int#
telescope_type: str#