--- license: cc-by-4.0 pretty_name: "GALAH DR4 — Stellar Abundances for 917k Stars" language: - en description: "The fourth data release of the Galactic Archaeology with HERMES survey — radial velocities, stellar parameters, and up to 31 elemental abundances for 917,588 stars." task_categories: - tabular-classification - tabular-regression tags: - space - stars - spectroscopy - galah - abundances - astronomy - open-data - tabular-data size_categories: - 100K 0.5] # Stars with the most measured abundances well_measured = df.sort_values("n_abundances", ascending=False).head(1000) # Kiel diagram (logg vs Teff) import matplotlib.pyplot as plt sample = df[df["flag_sp"] == 0].sample(50000) plt.scatter(sample["teff_k"], sample["logg"], c=sample["fe_h_dex"], s=0.1, cmap="coolwarm", vmin=-1.5, vmax=0.5) plt.gca().invert_xaxis() plt.gca().invert_yaxis() plt.xlabel("Teff (K)") plt.ylabel("log g") plt.colorbar(label="[Fe/H]") ``` ## Data source [GALAH Survey DR4](https://www.galah-survey.org/dr4/) (Buder et al. 2024). Observed with the HERMES spectrograph (R ≈ 28,000) on the 3.9m Anglo-Australian Telescope at Siding Spring Observatory. ## Update schedule Static dataset — uploaded once from the DR4 release catalog. ## Related datasets - [gaia-dr3-astrophysical-parameters](https://huggingface.co/datasets/juliensimon/gaia-dr3-astrophysical-parameters) — Gaia DR3 stellar parameters - [exoplanet-catalog](https://huggingface.co/datasets/juliensimon/exoplanet-catalog) — Confirmed exoplanets - [pulsar-catalog](https://huggingface.co/datasets/juliensimon/pulsar-catalog) — Pulsar catalog ## Pipeline Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets) ## Citation ```bibtex @article{buder2024galah, author = {Buder, Sven and others}, title = {The GALAH Survey: Data Release 4}, year = {2024}, journal = {arXiv preprint arXiv:2409.19858}, } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)