Hello,
For the past few months I have been working on an assignment given to me, that being the title, to search for spaceships in DP0.3. I have read through the documentation and found that it is stated that all spacecraft are already designated with the prefix “ET”. However, the assignment was to find them as if I were completely blind. So, using mainly Kepler’s laws and equations I calculated the orbital properties such as speed, eccentricity, major/minor axis, etc., and compared them to the main asteroid belt objects in the MPCORB table and the orbital characteristics of Voyager 1 and 2 during their mission while still in the solar system.
Using these calculated properties and examining them against the MPCORB and Voyager properties, I intend to find the key discerning characteristics and develop a process and query that would reliably find potential spacecraft.
The biggest issue I face right now is that I am assuming that an individual spacecraft, if it moves to a different orbit and is inconsistently observed, it will be given a different designation. My assignment says that there are two spaceships, so if that is true, I need to find something that will tell me what data points that may have different names actually belong to the same object.
My line of thinking to attack this is to further calculate the orbital properties of the objects, specifically eccentric, mean, and true anomaly.
So, my questions in short are, is this a valid method (calculating orbital properties) of finding spaceships in the solar system? Does the route of finding the orbital anomalies have any credibility?
Most of my orbital analysis relies on the heliocentricVX, VY, VZ columns which is in AU. Me and @mwiesner concluded that the data column means that “this object has the velocity of an object orbiting the sun at x AU”, is this interpretation correct?
I must note that because I am an undergrad, there is a large probability that all my math is wrong, especially considering that I have been doing most of it in topcat.
I have attached the equations I have been using, those highlighted in red are equations I am fairly certain are wrong and/or do not give me any reasonable result. In orange, one I am unsure works or not (I do not know if topcat can do any vector operations), In green, those that I am fairly certain (to my limited knowledge) are correct.
Thanks.