OSSOS / MOP

The Moving Object Pipeline: discovery & tracking of trans-Neptunian objects
GNU General Public License v3.0
4 stars 9 forks source link

[orbfit] Distance needs to update when predict made #353

Closed mtbannister closed 7 years ago

mtbannister commented 8 years ago

The call to predict() only gives sky position. Should work in an additional call to fit_radec: use that predicted sky position as a proxy sky coordinate to run another round of orbit fitting and give an updated barycentric distance. At present the barycentric distance given by str() doesn't update, which is a bit deceptive.

ijiraq commented 7 years ago

Resolved in latest release of mp_ephem (which is now the home of this stuff, external to OSSOS/MOP)