pub fn propagate_position(
position: TerrestrialPositionM,
velocity: TerrestrialVelocityMPerYear,
from_epoch_year: f64,
to_epoch_year: f64,
) -> Result<TerrestrialPositionM, FrameCatalogError>Expand description
Propagate a station position from one decimal year to another.