Datasets:
Update cataclysmic variable catalog: 1,166 CVs
Browse files- README.md +58 -115
- data/cataclysmic_variables.parquet +2 -2
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: cc-by-4.0
|
|
| 3 |
pretty_name: "Ritter & Kolb Cataclysmic Variable Catalog"
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
description: "Catalog of cataclysmic variables (CVs) from the Ritter & Kolb catalog
|
| 7 |
task_categories:
|
| 8 |
- tabular-classification
|
| 9 |
tags:
|
|
@@ -30,106 +30,49 @@ configs:
|
|
| 30 |
|
| 31 |
# Ritter & Kolb Cataclysmic Variable Catalog
|
| 32 |
|
|
|
|
| 33 |
<div align="center">
|
| 34 |
<img src="banner.jpg" alt="The Crab Nebula, a supernova remnant" width="400">
|
| 35 |
<p><em>Credit: NASA/ESA/Hubble</em></p>
|
| 36 |
</div>
|
| 37 |
|
| 38 |
-
*Part of the [Astronomy Datasets](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) and [Variable Stars & Transients](https://huggingface.co/collections/juliensimon/variable-stars-transients-69c24caf2f17e36128946744) collections on Hugging Face.*
|
| 39 |
-
|
| 40 |
-

|
| 41 |
-

|
| 42 |
|
| 43 |
-
|
| 44 |
-
Currently **1,168** CVs with 51 attributes.
|
| 45 |
|
| 46 |
## Dataset description
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
lobe. The infalling material forms an accretion disk around the white dwarf, producing
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
when accreted hydrogen reaches a critical mass, brightening by 6-19 magnitudes.
|
| 59 |
-
- **Polars** (AM Her): strongly magnetic white dwarfs (B ~ 10-230 MG) where the magnetic
|
| 60 |
-
field channels accretion directly onto the poles, preventing disk formation.
|
| 61 |
-
- **Intermediate polars** (DQ Her): moderately magnetic white dwarfs (B ~ 1-10 MG)
|
| 62 |
-
with a truncated accretion disk and magnetically channeled inner flow.
|
| 63 |
-
- **Nova-like variables** (NL): high mass-transfer rate systems in a persistent
|
| 64 |
-
bright state without the outburst cycles of dwarf novae.
|
| 65 |
-
|
| 66 |
-
The Ritter & Kolb catalog is the standard reference catalog for CV research, containing
|
| 67 |
-
orbital periods, spectral types, magnitudes, and classifications for the known CV
|
| 68 |
-
population. This dataset is essential for population studies, period distribution
|
| 69 |
-
analysis, and understanding the evolution of compact binary systems.
|
| 70 |
|
| 71 |
## Schema
|
| 72 |
|
| 73 |
-
| Column | Type | Description |
|
| 74 |
-
|--------|------|-------------|
|
| 75 |
-
| `
|
| 76 |
-
| `
|
| 77 |
-
| `
|
| 78 |
-
| `
|
| 79 |
-
| `
|
| 80 |
-
| `
|
| 81 |
-
| `
|
| 82 |
-
| `
|
| 83 |
-
| `
|
| 84 |
-
| `
|
| 85 |
-
| `type2` | str | Secondary type classification |
|
| 86 |
-
| `type2_flag` | str | |
|
| 87 |
-
| `type3` | str | |
|
| 88 |
-
| `type3_flag` | str | |
|
| 89 |
-
| `type4` | str | |
|
| 90 |
-
| `type4_flag` | str | |
|
| 91 |
-
| `mag1` | float64 | Primary magnitude (typically in V band) |
|
| 92 |
-
| `mag2` | float64 | Secondary magnitude (typically at minimum brightness) |
|
| 93 |
-
| `mag3` | float64 | |
|
| 94 |
-
| `mag4` | float64 | |
|
| 95 |
-
| `interval` | str | |
|
| 96 |
-
| `interval2` | str | |
|
| 97 |
-
| `orbital_period` | float64 | |
|
| 98 |
-
| `period2` | float64 | |
|
| 99 |
-
| `period3` | float64 | |
|
| 100 |
-
| `period4` | float64 | |
|
| 101 |
-
| `eclipse` | str | |
|
| 102 |
-
| `sb` | str | |
|
| 103 |
-
| `spect_type_2` | str | |
|
| 104 |
-
| `spect_type_1` | str | |
|
| 105 |
-
| `lim_mass_ratio` | str | |
|
| 106 |
-
| `mass_ratio` | str | |
|
| 107 |
-
| `mass_ratio_flag` | str | |
|
| 108 |
-
| `mass_ratio_error` | str | |
|
| 109 |
-
| `lim_inclination` | str | |
|
| 110 |
-
| `inclination` | str | |
|
| 111 |
-
| `inclination_flag` | str | |
|
| 112 |
-
| `inclination_error` | str | |
|
| 113 |
-
| `lim_m1` | str | |
|
| 114 |
-
| `m1` | str | |
|
| 115 |
-
| `m1_flag` | str | |
|
| 116 |
-
| `m1_error` | str | |
|
| 117 |
-
| `lim_m2` | str | |
|
| 118 |
-
| `m2` | str | |
|
| 119 |
-
| `m2_flag` | str | |
|
| 120 |
-
| `m2_error` | str | |
|
| 121 |
-
| `class` | str | Object classification code from Ritter & Kolb |
|
| 122 |
-
| `__x_ra_dec` | str | |
|
| 123 |
-
| `__y_ra_dec` | str | |
|
| 124 |
-
| `__z_ra_dec` | str | |
|
| 125 |
-
| `cv_subtype` | str | Derived CV subtype: dwarf_nova, polar, intermediate_polar, nova_like, classical_nova, or other |
|
| 126 |
|
| 127 |
## Quick stats
|
| 128 |
|
| 129 |
-
- **1,
|
| 130 |
-
- **0** systems with measured orbital period
|
| 131 |
- CV subtypes:
|
| 132 |
-
|
| 133 |
|
| 134 |
## Usage
|
| 135 |
|
|
@@ -138,60 +81,60 @@ from datasets import load_dataset
|
|
| 138 |
|
| 139 |
ds = load_dataset("juliensimon/cataclysmic-variable-catalog", split="train")
|
| 140 |
df = ds.to_pandas()
|
|
|
|
| 141 |
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
|
|
|
|
|
|
| 145 |
|
| 146 |
-
#
|
| 147 |
-
|
|
|
|
|
|
|
| 148 |
|
| 149 |
-
#
|
| 150 |
import matplotlib.pyplot as plt
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
plt.
|
|
|
|
|
|
|
| 157 |
```
|
| 158 |
|
| 159 |
## Data source
|
| 160 |
|
| 161 |
-
|
| 162 |
-
hosted by NASA's High Energy Astrophysics Science Archive Research Center (HEASARC),
|
| 163 |
-
accessed via the TAP protocol. Originally published in:
|
| 164 |
-
Ritter H., Kolb U., 2003, A&A 404, 301 (Edition 7.24).
|
| 165 |
|
| 166 |
-
##
|
| 167 |
|
| 168 |
-
|
| 169 |
|
| 170 |
-
|
| 171 |
|
| 172 |
-
- [
|
| 173 |
-
- [gaia-dr3-white-dwarfs](https://huggingface.co/datasets/juliensimon/gaia-dr3-white-dwarfs) — Gaia white dwarf catalog
|
| 174 |
-
- [gcvs-variable-stars](https://huggingface.co/datasets/juliensimon/gcvs-variable-stars) — General Catalogue of Variable Stars
|
| 175 |
-
- [kepler-eclipsing-binaries](https://huggingface.co/datasets/juliensimon/kepler-eclipsing-binaries) — Kepler eclipsing binary catalog
|
| 176 |
|
| 177 |
-
|
| 178 |
|
| 179 |
-
|
| 180 |
|
| 181 |
-
##
|
| 182 |
|
| 183 |
-
|
| 184 |
|
| 185 |
## Citation
|
| 186 |
|
| 187 |
```bibtex
|
| 188 |
@dataset{cataclysmic_variable_catalog,
|
| 189 |
-
author = {Simon, Julien},
|
| 190 |
title = {Ritter & Kolb Cataclysmic Variable Catalog},
|
|
|
|
| 191 |
year = {2026},
|
| 192 |
-
publisher = {Hugging Face},
|
| 193 |
url = {https://huggingface.co/datasets/juliensimon/cataclysmic-variable-catalog},
|
| 194 |
-
|
| 195 |
}
|
| 196 |
```
|
| 197 |
|
|
|
|
| 3 |
pretty_name: "Ritter & Kolb Cataclysmic Variable Catalog"
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
description: "Catalog of cataclysmic variables (CVs) from the Ritter & Kolb catalog, sourced from NASA HEASARC. CVs are binary star systems where a white dwarf accretes matter from a companion star. Cataclysmic va"
|
| 7 |
task_categories:
|
| 8 |
- tabular-classification
|
| 9 |
tags:
|
|
|
|
| 30 |
|
| 31 |
# Ritter & Kolb Cataclysmic Variable Catalog
|
| 32 |
|
| 33 |
+
|
| 34 |
<div align="center">
|
| 35 |
<img src="banner.jpg" alt="The Crab Nebula, a supernova remnant" width="400">
|
| 36 |
<p><em>Credit: NASA/ESA/Hubble</em></p>
|
| 37 |
</div>
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
+
*Part of a [dataset collection](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) on Hugging Face.*
|
|
|
|
| 41 |
|
| 42 |
## Dataset description
|
| 43 |
|
| 44 |
+
Catalog of cataclysmic variables (CVs) from the Ritter & Kolb catalog, sourced from NASA HEASARC. CVs are binary star systems where a white dwarf accretes matter from a companion star.
|
| 45 |
+
|
| 46 |
+
Cataclysmic variables (CVs) are binary star systems in which a white dwarf accretes matter from a low-mass companion star (typically a red dwarf) that overflows its Roche lobe. The infalling material forms an accretion disk around the white dwarf, producing dramatic brightness variations across timescales from seconds to decades. CVs are classified into several subtypes based on their outburst behavior and magnetic field strength:
|
| 47 |
+
|
| 48 |
+
Dwarf novae (DN) exhibit quasi-periodic outbursts of 2-8 magnitudes caused by thermal instabilities in the accretion disk. Classical novae (N) undergo thermonuclear explosions on the white dwarf surface when accreted hydrogen reaches a critical mass, brightening by 6-19 magnitudes. Polars (AM Her) are strongly magnetic white dwarfs (B ~ 10-230 MG) where the magnetic field channels accretion directly onto the poles. Intermediate polars (DQ Her) are moderately magnetic white dwarfs with a truncated accretion disk. Nova-like variables (NL) are high mass-transfer rate systems in a persistent bright state.
|
| 49 |
+
|
| 50 |
+
The Ritter & Kolb catalog is the standard reference catalog for CV research, containing orbital periods, spectral types, magnitudes, and classifications for the known CV population. This dataset is essential for population studies, period distribution analysis, and understanding the evolution of compact binary systems.
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
This dataset is suitable for **tabular classification** tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Schema
|
| 56 |
|
| 57 |
+
| Column | Type | Description | Sample | Null % |
|
| 58 |
+
|--------|------|-------------|--------|--------|
|
| 59 |
+
| `name` | str | Standard CV designation (e.g. 'SS Cyg', 'AM Her'); CVs are close binaries where a white dwarf accretes matter from a donor star | 0035-7230 | 0.0% |
|
| 60 |
+
| `ra` | float64 | Right ascension ICRS J2000.0 in degrees (0-360) | 9.3325 | 0.0% |
|
| 61 |
+
| `dec` | float64 | Declination ICRS J2000.0 in degrees (-90 to +90) | -72.23722222 | 0.0% |
|
| 62 |
+
| `lii` | float64 | Galactic longitude in degrees (0-360, increasing toward Galactic center direction) | 304.44884775 | 0.0% |
|
| 63 |
+
| `bii` | float64 | Galactic latitude in degrees (-90 to +90; most CVs within \|b\| < 30 deg) | -44.84945298 | 0.0% |
|
| 64 |
+
| `type2` | str | Secondary classification flag from Ritter & Kolb (qualifier or additional subtype) | EG | 18.7% |
|
| 65 |
+
| `mag1` | float64 | V-band magnitude at outburst maximum (brightest state); lower value = brighter | 20.2 | 2.1% |
|
| 66 |
+
| `mag2` | float64 | V-band magnitude at quiescence (faint state); difference mag2-mag1 = outburst amplitude | 20.6 | 58.4% |
|
| 67 |
+
| `class` | int64 | CV classification code from Ritter & Kolb catalog (e.g. DN, NL, N, RN, AM, IP) | 1600 | 0.0% |
|
| 68 |
+
| `cv_subtype` | str | Derived CV subtype: 'dwarf_nova' (DN, recurring outbursts), 'polar' (AM Her, strongly magnetic), 'intermediate_polar' (DQ Her/IP), 'nova_like' (NL, steady high accretion), 'classical_nova' (N/RN, thermonuclear runaway), or 'other' | other | 0.0% |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
|
| 70 |
## Quick stats
|
| 71 |
|
| 72 |
+
- **1,166** cataclysmic variables
|
| 73 |
+
- **0** systems with measured orbital period (median 0.0 h)
|
| 74 |
- CV subtypes:
|
| 75 |
+
- **1,166** other
|
| 76 |
|
| 77 |
## Usage
|
| 78 |
|
|
|
|
| 81 |
|
| 82 |
ds = load_dataset("juliensimon/cataclysmic-variable-catalog", split="train")
|
| 83 |
df = ds.to_pandas()
|
| 84 |
+
```
|
| 85 |
|
| 86 |
+
```python
|
| 87 |
+
from datasets import load_dataset
|
| 88 |
+
|
| 89 |
+
ds = load_dataset("juliensimon/cataclysmic-variable-catalog", split="train")
|
| 90 |
+
df = ds.to_pandas()
|
| 91 |
|
| 92 |
+
# Filter by CV subtype
|
| 93 |
+
dwarf_novae = df[df["cv_subtype"] == "dwarf_nova"]
|
| 94 |
+
polars = df[df["cv_subtype"] == "polar"]
|
| 95 |
+
print(f"{len(dwarf_novae):,} dwarf novae, {len(polars):,} polars")
|
| 96 |
|
| 97 |
+
# Period distribution showing the famous period gap
|
| 98 |
import matplotlib.pyplot as plt
|
| 99 |
+
periods = df["porb"].dropna()
|
| 100 |
+
periods[periods > 0].hist(bins=50)
|
| 101 |
+
plt.xlabel("Orbital period (hours)")
|
| 102 |
+
plt.ylabel("Count")
|
| 103 |
+
plt.title("CV Orbital Period Distribution")
|
| 104 |
+
plt.axvspan(2.0, 3.0, alpha=0.2, color="red", label="Period gap")
|
| 105 |
+
plt.legend()
|
| 106 |
+
plt.show()
|
| 107 |
```
|
| 108 |
|
| 109 |
## Data source
|
| 110 |
|
| 111 |
+
https://heasarc.gsfc.nasa.gov/W3Browse/all/rittercv.html
|
|
|
|
|
|
|
|
|
|
| 112 |
|
| 113 |
+
## Related datasets
|
| 114 |
|
| 115 |
+
- [juliensimon/xray-binary-catalog](https://huggingface.co/datasets/juliensimon/xray-binary-catalog)
|
| 116 |
|
| 117 |
+
- [juliensimon/gaia-dr3-white-dwarfs](https://huggingface.co/datasets/juliensimon/gaia-dr3-white-dwarfs)
|
| 118 |
|
| 119 |
+
- [juliensimon/gcvs-variable-stars](https://huggingface.co/datasets/juliensimon/gcvs-variable-stars)
|
|
|
|
|
|
|
|
|
|
| 120 |
|
| 121 |
+
- [juliensimon/kepler-eclipsing-binaries](https://huggingface.co/datasets/juliensimon/kepler-eclipsing-binaries)
|
| 122 |
|
| 123 |
+
> If you find this dataset useful, please consider [giving it a like](https://huggingface.co/datasets/juliensimon/cataclysmic-variable-catalog) on Hugging Face. It helps others discover it.
|
| 124 |
|
| 125 |
+
## About the author
|
| 126 |
|
| 127 |
+
Created by [Julien Simon](https://julien.org) — AI Operating Partner at Fortino Capital. Part of the [Space Datasets](https://julien.org/datasets) collection.
|
| 128 |
|
| 129 |
## Citation
|
| 130 |
|
| 131 |
```bibtex
|
| 132 |
@dataset{cataclysmic_variable_catalog,
|
|
|
|
| 133 |
title = {Ritter & Kolb Cataclysmic Variable Catalog},
|
| 134 |
+
author = {juliensimon},
|
| 135 |
year = {2026},
|
|
|
|
| 136 |
url = {https://huggingface.co/datasets/juliensimon/cataclysmic-variable-catalog},
|
| 137 |
+
publisher = {Hugging Face}
|
| 138 |
}
|
| 139 |
```
|
| 140 |
|
data/cataclysmic_variables.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a647dcc775502eb060e2126a5b9d357e91181985b9a10f07940181a67f71446
|
| 3 |
+
size 52699
|