You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, there are definitely likely to be differences between versions, especially with these very short arcs.
For one thing, I've occasionally had to tweak the "evaluate orbit likelihood" function a bit. This is a drastically simplified version of MPC's digest2 code, which has a complete model of the likely asteroid population and of the fraction of that population we've actually found. That enables them to do a very good job of saying "this orbit looks reasonable."
Find_Orb just has a histogram of the number of objects in particular inclination and semi-major axis bins, plus some constraints on eccentricity and some other parameters. It works fairly well, but some odd cases do get past it, and I've modified it a bit from time to time.
When I run On-line Find_Orb with the following observations and with the the default settings
I get these results:
When I run a local
fo
on the above observations as a text file (./fo "2023 OV1.txt"
) however, it returns the following in elements.txt:I understand that these are very few observations, but I'd like to understand why the results are different nonetheless.
When I re-run local
fo
on the same observations, the computation results in the same output, so the algorithm seems to be deterministic.So the difference must lie in the settings I suppose? Does On-line Find_Orb use settings that differ from a newly compiled
fo
?The text was updated successfully, but these errors were encountered: