juliensimon commited on
Commit
0c0a661
·
1 Parent(s): ed909a5

Update globular star clusters: 170 clusters

Browse files
Files changed (2) hide show
  1. README.md +154 -0
  2. data/globular_star_clusters.parquet +3 -0
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "Milky Way Globular Star Clusters"
4
+ language:
5
+ - en
6
+ description: "Comprehensive catalog of 170 Milky Way globular clusters merging the Harris (2010) and Baumgardt databases. Includes positions, distances, metallicities, masses, velocity dispersions, structural parameters, and photometry."
7
+ task_categories:
8
+ - tabular-classification
9
+ - tabular-regression
10
+ tags:
11
+ - space
12
+ - globular-clusters
13
+ - stars
14
+ - milky-way
15
+ - astronomy
16
+ - open-data
17
+ - tabular-data
18
+ size_categories:
19
+ - n<1K
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/globular_star_clusters.parquet
25
+ default: true
26
+ ---
27
+
28
+ # Milky Way Globular Star Clusters
29
+
30
+ *Part of the [Astronomy Datasets](https://huggingface.co/collections/juliensimon/astronomy-datasets-67ac2ada12aceb39f8feca3b) collection on Hugging Face.*
31
+
32
+ A comprehensive catalog of **170** Milky Way globular clusters, merging two authoritative sources:
33
+ the [Harris (2010 edition)](https://physics.mcmaster.ca/~harris/mwgc.dat) catalog for metallicities and
34
+ photometry, and the [Baumgardt globular cluster database](https://people.smp.uq.edu.au/HolgerBaumgardt/globular/)
35
+ for dynamical masses, velocity dispersions, and structural parameters from N-body model fits to
36
+ Gaia DR3 proper motions and HST data.
37
+
38
+ ## Dataset description
39
+
40
+ Globular clusters are ancient, gravitationally bound collections of stars orbiting the Milky Way.
41
+ They are among the oldest objects in the Galaxy (10--13 Gyr), with typical masses of
42
+ 10⁴--10⁶ M☉ and half-light radii of a few parsecs. Their metallicities, dynamics,
43
+ and spatial distribution encode the formation and assembly history of the Milky Way.
44
+
45
+ This dataset combines Harris (2010) photometric and chemical data with Baumgardt's dynamical
46
+ parameters derived from N-body fits to modern astrometric and spectroscopic data, providing
47
+ the most complete per-cluster view available.
48
+
49
+ ## Schema
50
+
51
+ | Column | Type | Description |
52
+ |--------|------|-------------|
53
+ | `name` | string | Cluster name (e.g. "NGC 104", "Pal 5") |
54
+ | `ra_deg` / `dec_deg` | float64 | Position in decimal degrees (J2000) |
55
+ | `distance_kpc` | float64 | Distance from the Sun (kpc) |
56
+ | `distance_err_kpc` | float64 | Distance uncertainty (kpc) |
57
+ | `distance_gc_kpc` | float64 | Galactocentric distance (kpc) |
58
+ | `metallicity_fe_h` | float64 | Metallicity [Fe/H] (dex) |
59
+ | `reddening_e_bv` | float64 | Foreground reddening E(B−V) |
60
+ | `apparent_mag_v` | float64 | Apparent integrated V magnitude |
61
+ | `absolute_mag_v` | float64 | Absolute integrated V magnitude |
62
+ | `color_u_b` / `color_b_v` / `color_v_r` / `color_v_i` | float64 | Integrated color indices |
63
+ | `spectral_type` | string | Integrated spectral type |
64
+ | `ellipticity` | float64 | Projected ellipticity e = 1−b/a |
65
+ | `mass_msun` | float64 | Total cluster mass (M☉) |
66
+ | `mass_err_msun` | float64 | Mass uncertainty |
67
+ | `mass_to_light_v` | float64 | V-band mass-to-light ratio (M☉/L☉) |
68
+ | `log_initial_mass_msun` | float64 | Log₁₀ initial mass (M☉) |
69
+ | `dissolution_time_gyr` | float64 | Predicted dissolution time (Gyr) |
70
+ | `core_radius_pc` | float64 | Core radius (pc) |
71
+ | `half_light_radius_pc` | float64 | Projected half-light radius (pc) |
72
+ | `half_mass_radius_pc` | float64 | 3D half-mass radius (pc) |
73
+ | `tidal_radius_pc` | float64 | Tidal radius (pc) |
74
+ | `log_central_density_msun_pc3` | float64 | Log₁₀ central density (M☉/pc³) |
75
+ | `log_half_mass_density_msun_pc3` | float64 | Log₁₀ half-mass density (M☉/pc³) |
76
+ | `log_half_mass_relaxation_time_yr` | float64 | Log₁₀ half-mass relaxation time (yr) |
77
+ | `velocity_dispersion_km_s` | float64 | Central velocity dispersion (km/s) |
78
+ | `escape_velocity_km_s` | float64 | Central escape velocity (km/s) |
79
+ | `radial_velocity_km_s` | float64 | Heliocentric radial velocity (km/s) |
80
+ | `anisotropy_central` / `anisotropy_half_mass` | float64 | Velocity anisotropy (η) |
81
+ | `rotation_amplitude_km_s` | float64 | Rotation amplitude (km/s) |
82
+ | `rotation_probability_pct` | float64 | Probability of significant rotation (%) |
83
+ | `mass_function_slope` | float64 | Present-day mass function slope (α) |
84
+ | `n_radial_velocity_stars` | int | Stars with radial velocity measurements |
85
+ | `n_proper_motion_stars` | int | Stars with proper motion measurements |
86
+ | `core_collapsed` | bool | Core-collapsed cluster (Harris) |
87
+ | `concentration_harris` | float64 | King-model concentration c = log(r_t/r_c) |
88
+
89
+ ## Quick stats
90
+
91
+ - **170** Milky Way globular clusters
92
+ - **167** with dynamical mass estimates (7.46e+02–3.94e+06 M☉)
93
+ - **152** with metallicity measurements (-2.37 to 0.00 dex)
94
+ - **167** with central velocity dispersions
95
+ - **29** identified as core-collapsed
96
+
97
+ ## Usage
98
+
99
+ ```python
100
+ from datasets import load_dataset
101
+
102
+ ds = load_dataset("juliensimon/globular-star-clusters", split="train")
103
+ df = ds.to_pandas()
104
+
105
+ # Most massive clusters
106
+ massive = df.nlargest(10, "mass_msun")[["name", "mass_msun", "metallicity_fe_h"]]
107
+
108
+ # Metal-poor vs metal-rich populations
109
+ metal_poor = df[df["metallicity_fe_h"] < -1.5]
110
+ metal_rich = df[df["metallicity_fe_h"] >= -1.5]
111
+
112
+ # Core-collapsed clusters
113
+ cc = df[df["core_collapsed"]]
114
+
115
+ # Mass-metallicity relation
116
+ import matplotlib.pyplot as plt
117
+ plt.scatter(df["metallicity_fe_h"], df["mass_msun"].apply(lambda x: x if x else None))
118
+ plt.xlabel("[Fe/H]"); plt.ylabel("Mass (M☉)"); plt.yscale("log")
119
+ ```
120
+
121
+ ## Data sources
122
+
123
+ 1. **Harris (2010 edition)**: [McMaster Globular Cluster Catalog](https://physics.mcmaster.ca/~harris/mwgc.dat).
124
+ Please cite [Harris (1996), AJ 112, 1487](https://ui.adsabs.harvard.edu/abs/1996AJ....112.1487H) — 2010 edition.
125
+
126
+ 2. **Baumgardt Globular Cluster Database**: [https://people.smp.uq.edu.au/HolgerBaumgardt/globular/](https://people.smp.uq.edu.au/HolgerBaumgardt/globular/).
127
+ Please cite [Baumgardt & Hilker (2018), MNRAS 478, 1520](https://ui.adsabs.harvard.edu/abs/2018MNRAS.478.1520B).
128
+
129
+ ## Related datasets
130
+
131
+ - [open-star-clusters](https://huggingface.co/datasets/juliensimon/open-star-clusters) — Milky Way open clusters
132
+ - [stellar-streams](https://huggingface.co/datasets/juliensimon/stellar-streams) — Tidal stellar streams
133
+ - [pulsars](https://huggingface.co/datasets/juliensimon/pulsars) — ATNF Pulsar Catalogue
134
+
135
+ ## Pipeline
136
+
137
+ Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
138
+
139
+ ## Citation
140
+
141
+ ```bibtex
142
+ @dataset{globular_star_clusters,
143
+ author = {Simon, Julien},
144
+ title = {Milky Way Globular Star Clusters},
145
+ year = {2026},
146
+ publisher = {Hugging Face},
147
+ url = {https://huggingface.co/datasets/juliensimon/globular-star-clusters},
148
+ note = {Merged from Harris (1996, 2010 edition) and Baumgardt et al. globular cluster databases}
149
+ }
150
+ ```
151
+
152
+ ## License
153
+
154
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
data/globular_star_clusters.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e2b4a6c8203b2c435fe416fd1124d457cbf7784a3b81b7965324d4ad500610
3
+ size 59840