asteca / ASteCA

Code for the ASteCA package.
http://asteca.github.io/
MIT License
18 stars 6 forks source link

Add Trumpler classification #224

Closed Gabriel-p closed 1 month ago

Gabriel-p commented 9 years ago

The Trumpler classification system classifies open clusters according to concentration, brightness and number of stars/members in cluster.

This could be obtained by the code. A possible scheme for obtaining the concentration could be:

I: CI < 0.25 or dens_max > 4*dens_field
II: 0.25 < CI < 0.5 or 3*dens_field < dens_max < 4*dens_field
III: 0.5 < CI < 0.75 or 2*dens_field < dens_max < 3*dens_field
IV: 0.75 < CI or dens_max < 2*dens_field

Also applicable to globular clusters via the Shapley–Sawyer Concentration Class.

Separation between open and globular clusters, from the ENCYCLOPEDIA OF ASTRONOMY AND ASTROPHYSICS.

There also exists the concentration parameter (used for example here) defined as the logarithmic relation between the tidal and core radii:

c = log(r_t/r_c)

This manual details the Trumpler Classification System as:

Trumpler identified three features in an open cluster:

Gabriel-p commented 1 month ago

Nobody really uses this classification anymore