Baseline ======== .. py:class:: pride.experiment.Baseline(center: pride.station.core.Station, station: pride.station.core.Station, observations: list[pride.experiment.observation.Observation]) VLBI baseline A baseline is a pair of stations that have observations of different sources associated with them :param center: Station object representing the phase center :param station: Station object representing the other station in the baseline :param observations: List of observations associated with the baseline :param tstamps: Time stamps of the observations associated with the baseline :param id: Unique identifier for the baseline (center-station) .. py:method:: update_station_with_geophysical_displacements(displacement_models: list[pride.displacements.Displacement], eop_interface: pride.coordinates.EOP) -> None