Geometric ========= .. py:class:: pride.delays.Geometric(exp: pride.experiment.experiment.Experiment) Geometric delay .. py:method:: ensure_resources() -> None .. py:method:: load_resources() -> dict[str, Any] .. py:method:: calculate_nearfield(obs: pride.experiment.observation.Observation) -> numpy.ndarray Calculate geometric delay for a near-field source NOTE: This function assumes that the phase center is the geocenter. .. py:method:: calculate_farfield(obs: pride.experiment.observation.Observation) -> numpy.ndarray Calculate geometric delay for a far-field source Calculates the geometric delay using the consensus model for far-field sources, described in section 11 of the IERS Conventions 2010. .. py:method:: calculate(obs: pride.experiment.observation.Observation) -> Any