Baseline ======== .. py:class:: pride.experiment.Baseline(center: pride.experiment.station.Station, station: pride.experiment.station.Station) 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 nobs: Number of observations associated with the baseline :param tstamps: Time stamps of the observations associated with the baseline :param exp: Experiment object to which the baseline belongs .. py:method:: add_observation(observation: pride.experiment.observation.Observation) -> None Add observation to baseline .. py:method:: update_with_observations() -> None Update baseline object with data derived from observations .. py:method:: update_station_with_geophysical_displacements() -> None