Baseline#
- 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
- 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
tstamps – Time stamps of the observations associated with the baseline
id – Unique identifier for the baseline (center-station)
- update_station_with_geophysical_displacements(displacement_models: list[pride.displacements.Displacement], eop_interface: pride.coordinates.EOP) None#