Baseline#

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

Parameters:
  • center – Station object representing the phase center

  • station – Station object representing the other station in the baseline

  • observations – List of observations associated with the baseline

  • nobs – Number of observations associated with the baseline

  • tstamps – Time stamps of the observations associated with the baseline

  • exp – Experiment object to which the baseline belongs

add_observation(observation: pride.experiment.observation.Observation) None#

Add observation to baseline

update_with_observations() None#

Update baseline object with data derived from observations

update_station_with_geophysical_displacements() None#