Aberration in measurements

Hello!! When calculating the orbit from angular observational data, does aberration need to be taken into account or does orekit do it automatically??

Thanks in advance

Hi @daiana

it is not added automatically by Orekit. You shall add it as a measurement modifier. The Java class is AberrationModifier
Just note that is class is not officially released. It will be released with 12.0 version very soon. So the only way to use it now is with the develop branch of Orekit.

Best regards,
Bryan