Blog Archive

Monday, October 20, 2014

Mars-crossing Asteroids - Absolute Magnitude Model

The H mag median for the Mars-crossing asteroids is about 18.

I tried to use a data mining software (Weka) to find a classification model that builds a decision tree based on orbital parameters (a,e,i) to estimate whether a mars-crossing asteroid has H<=18.

After many trials, I found a model that is far from being perfect but that might have some interest.

The model seems to be able to correctly identify the H mag level of the mars-crossing asteroids in 67% of the cases (a performance much better than the 50% probability of success that it could have just by chance).

The data mining program has processed 12477 asteroids using the J48 algorithm (66% of the asteroids used for training, the remainder for testing it). When it finished, the following report was displayed:



In the above report, we see the overall performance of the model (67% of correctly identified instances) plus a detailed accuracy summary for each class showing the rate of True Positives, False Positives  and Precision.

At the bottom, we can see the so called "Confusion Matrix" or contingency table showing the two classes of asteroids magnitude:
  • class a: bright asteroid (H <= 18.0)
  • class b: dim asteroid (H > 18.0)

In order to understand it better, let's explain it looking for example at class b, i.e., the class of dim asteroids:

  • TP Rate: we see that the dim asteroids were correctly predicted with a rate of 72.8% (1554 / (1554+580))
  • FP Rate: we see that 796 bright asteroid were mistakenly classified as dim asteroids, thus the proportion of bright asteroids not correctly classified is 37.8% (796/(1312+796))
  • Precision: any asteroid classified as dim  was truly dim in about 66% of the cases (1554 / (1554+796)).

In the following section, you can see the model itself (as a tecnique called bagging was used, the output contains 10 decision trees that taken together produced the overall result):



Monday, April 7, 2014

2013 ST71 - A member of the Datura cluster ?

These 7 asteroids are already recognized as belonging to the Datura cluster:

  • (1270) Datura
  • (60151) 1999UZ6 
  • (89309) 2001VN36 
  • (90265) 2003CL5 
  • (203370) 2001 WY35
  • (215619) 2003 SQ168
  • 2003 UD112


Is asteroid 2013 ST71  a member of the Datura cluster ?

At first glance, I would say yes: the orbit of 2013 ST71 is very similar to the orbit of (1270) Datura, but it is not clear to me if this happens by chance or not .


Let's look at Horizons Web -

(1270) Datura
 ElementValueUncertainty (1-sigma)  Units 
e.2073624269619966.897e-08
a2.235094166093447.619e-09AU
q1.7716196153237051.539e-07AU
i5.9885816202296165.1796e-06deg
node97.850123248398166.7015e-05deg
peri258.86746322964586.7965e-05deg
M69.44566178840651.2739e-05deg
tp2456565.057541251396
(2013-Sep-29.55754125)
4.2797e-05JED
period1220.512310873357
3.34
6.2407e-06
1.709e-08
d
yr
n.2949581063564991.5082e-09deg/d
Q2.6985687168631749.1989e-09AU

2013 ST71

 ElementValueUncertainty (1-sigma)  Units 
e.20729262417119732.4439e-07
a2.2353326392135043.0253e-08AU
q1.7719646705354085.4988e-07AU
i5.986886374438261.0741e-05deg
node97.997511815003830.00026181deg
peri258.89438164414010.00026916deg
M78.48520361323184.0622e-05deg
tp2456534.368087665562
(2013-Aug-29.86808767)
0.00013895JED
period1220.707649718649
3.34
2.4781e-05
6.785e-08
d
yr
n.29491090686862945.9869e-09deg/d
Q2.6987006078915983.6524e-08AU

A few month ago, we also mentioned that another asteroid (338309) 2002 VR17 might be a member of the same cluster - if these findings are confirmed, the Datura cluster would have at least 9 recognized members.

At the end of this embedded PDF (a list of potential asteroid pairs to be confirmed / rejected), there is an entry for 2013 ST71:



Click on asteroid names to get more details from the AstDyS service.
Click on Asteroid1_Asteroid2 distance to see a graph showing how the distance between the two asteroids varied in the past according to a simulation performed with Mercury simulator.

Kind Regards,
Alessandro Odasso

Sunday, March 30, 2014

Potential Asteroid Pairs


This is a list of potential asteroid pairs (asteroid1 - asteroid2).

Asteroid1 and Asteroid2 have been very close in the past: whether this happened by chance or not needs to be confirmed. In fact, what you see here is just the result of a simulation made with Mercury software.

I am aware that any simulation result must be taken with caution. Besides any trivial error that I might have done, one must be aware that the simulation itself had these characteristics:

  • no attempt to take into account Ceres, Pallas and Vesta
  • no attempt to take into account non gravitational forces
  • use of hybrid simplectic algorithm that is fast but maybe a little less precise than other algorithms

Once said this, if you look at the above list, you can get more details.
Open the embedded PDF in full screen mode, you will be able to click and follow the hyperlinks.

The hyperlink in column "Asteroid1_Asteroid2_Distance" will open a page  showing how the distance between the two asteroids varied in the past.

The hyperlink associated to the asteroid names will open a page of the AstDys system where you will find useful details that may help to put things in context.

For example, I already listed what I think is a useful information provided by AstDys , i.e.whether it is possible or not to identify a parent body for the family of the two asteroids of the pair and which are the nearest family members.

In some cases, the AstDys service is unable to identify a parent body for the asteroid pair:  it is not clear to me if this happens because the pair is really isolated or because it has not yet been associated to a family.
The fact that no parent body is identified does not  necessarily mean that the asteroid pair is not interesting and I guess that the opposite is also true: finding a parent body does not prove that the two asteroids are a divorced pair.

Let's look at the most important parent bodies listed above counting them.
This is the result :

Parent Body        Total
-28
(158) Koronis26
(135) Hertha5
(4) Vesta5
(1338) Duponta3
(2076) Levin2
(15) Eunomia1
(1547) Nele1
(16286) 4057P-L1
(170) Maria1
(20) Massalia1
(606) Brangane1
(668) Dora1
(93) Minerva1


In conclusion, about 1/3 of the cases belong to the (158) Koronis family, another 1/3 of the cases can not be related to known families, the last 1/3 is spread in other families.

Inside the Koronis family, the asteroid that more often appear to be related to the asteroid pairs are:
(11728) Einer
(2226) Cunitza
(158) Koronis

Kind Regards,
Alessandro Odasso

Saturday, March 15, 2014

Comet 169P and P/2003 T12

Comet 169P and P/2003 T12

The comets in the past: see point (3) of this message sent to MPML group

More details about 169P and P/2003 T12 in the past