Hello,
Do you have a recommendation for how to build angles-only measurements between satellites, similar to InterSatellitesRange (InterSatellitesRange (ORbit Extrapolation KIT 11.2.1 API)) but with a right ascension and declination result (or similar) rather than a range result?
Thank you.
Hi @erinf
Welcome to the Orekit forum!
My only recommendation is to look at the differences between Range
and InterSatelliteRange
in order to apply the same philosophy to AngularRaDec
class to build the InterSatellitesRaDec
class.
Please note that it is a feature we want in Orekit since years. If you are interested in contributing it we would be very happy.
Best regards,
Bryan
Thank you! I will look into it.