I am having issues with fitting an orbit of an asteroid using find_orb's orbit determination function. I am currently building an end-to-end tester for find_orb, and one of the parameters it outputs is some of the information from the residuals of orbit determination. I am using the asteroid 594913 'Aylo'chaxnim (2020 AV2). I am giving orbit determination 30 observations (1 observation per day for 1 month) starting from the epoch time of 59000.00 mjd. I find that it only fits 11 out of the 30 observations given. Furthermore, my tester gives back the difference in the state vectors of a test orbit and the one generated by orbit determination. I find the difference in location hovers around ~100,000,000 kilometers, which is very high for observations with no astrometric error given. I have provided all the files necessary to recreate the conditions of this test using only find_orb in the file 2020_av2.zip. Just unpack it and cd into the folder and run the bash script masterRunTEST.sh. Here is some relevant data from my tester,
|
orbit_id |
observatory_code |
arc_length [days] |
num_obs |
num_obs_fit |
epoch [mjd] |
astrometric_error [mas] |
delta epoch [mjd] |
delta r [km] |
rms delta ra [arcsec] |
rms delta dec [arcsec] |
rms delta time [seconds] |
| 0 |
(2020 AV2) |
500 |
29 |
30 |
11 |
59029 |
0 |
9.99775e-07 |
2.28587e+08 |
974.513 |
323.737 |
15555.4 |
2020_av2.zip
I am having issues with fitting an orbit of an asteroid using find_orb's orbit determination function. I am currently building an end-to-end tester for find_orb, and one of the parameters it outputs is some of the information from the residuals of orbit determination. I am using the asteroid 594913 'Aylo'chaxnim (2020 AV2). I am giving orbit determination 30 observations (1 observation per day for 1 month) starting from the epoch time of 59000.00 mjd. I find that it only fits 11 out of the 30 observations given. Furthermore, my tester gives back the difference in the state vectors of a test orbit and the one generated by orbit determination. I find the difference in location hovers around ~100,000,000 kilometers, which is very high for observations with no astrometric error given. I have provided all the files necessary to recreate the conditions of this test using only find_orb in the file
2020_av2.zip. Just unpack it andcdinto the folder and run the bash scriptmasterRunTEST.sh. Here is some relevant data from my tester,2020_av2.zip