juliensimon commited on
Commit
f1fc79c
·
verified ·
1 Parent(s): 0c19123

Update cataclysmic variable catalog: 1,168 CVs

Browse files
Files changed (2) hide show
  1. README.md +207 -0
  2. data/cataclysmic_variables.parquet +3 -0
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 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 — white dwarfs accreting from companion stars"
7
+ task_categories:
8
+ - tabular-classification
9
+ tags:
10
+ - space
11
+ - cataclysmic-variable
12
+ - white-dwarf
13
+ - nova
14
+ - dwarf-nova
15
+ - binary-star
16
+ - astronomy
17
+ - accretion
18
+ - open-data
19
+ - tabular-data
20
+ - parquet
21
+ size_categories:
22
+ - 1K<n<10K
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/cataclysmic_variables.parquet
28
+ default: true
29
+ ---
30
+
31
+ # Ritter & Kolb Cataclysmic Variable Catalog
32
+
33
+ *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.*
34
+
35
+ ![Update Cataclysmic Variables](https://github.com/juliensimon/space-datasets/actions/workflows/update-cataclysmic-variables.yml/badge.svg)
36
+ ![Updated](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/juliensimon/space-datasets/main/status.json&query=$.cataclysmic-variables&label=updated&color=brightgreen)
37
+
38
+ The Ritter & Kolb catalog of cataclysmic variables (CVs), sourced from NASA HEASARC.
39
+ Currently **1,168** CVs with 63 attributes.
40
+
41
+ ## Dataset description
42
+
43
+ Cataclysmic variables (CVs) are binary star systems in which a white dwarf accretes
44
+ matter from a low-mass companion star (typically a red dwarf) that overflows its Roche
45
+ lobe. The infalling material forms an accretion disk around the white dwarf, producing
46
+ dramatic brightness variations across timescales from seconds to decades. CVs are
47
+ classified into several subtypes based on their outburst behavior and magnetic field
48
+ strength:
49
+
50
+ - **Dwarf novae** (DN): exhibit quasi-periodic outbursts of 2-8 magnitudes caused by
51
+ thermal instabilities in the accretion disk. Includes SU UMa, U Gem, and Z Cam subtypes.
52
+ - **Classical novae** (N): undergo thermonuclear explosions on the white dwarf surface
53
+ when accreted hydrogen reaches a critical mass, brightening by 6-19 magnitudes.
54
+ - **Polars** (AM Her): strongly magnetic white dwarfs (B ~ 10-230 MG) where the magnetic
55
+ field channels accretion directly onto the poles, preventing disk formation.
56
+ - **Intermediate polars** (DQ Her): moderately magnetic white dwarfs (B ~ 1-10 MG)
57
+ with a truncated accretion disk and magnetically channeled inner flow.
58
+ - **Nova-like variables** (NL): high mass-transfer rate systems in a persistent
59
+ bright state without the outburst cycles of dwarf novae.
60
+
61
+ The Ritter & Kolb catalog is the standard reference catalog for CV research, containing
62
+ orbital periods, spectral types, magnitudes, and classifications for the known CV
63
+ population. This dataset is essential for population studies, period distribution
64
+ analysis, and understanding the evolution of compact binary systems.
65
+
66
+ ## Schema
67
+
68
+ | Column | Type |
69
+ |--------|------|
70
+ | `__row` | object |
71
+ | `name` | object |
72
+ | `alt_name` | object |
73
+ | `ra` | float64 |
74
+ | `dec` | float64 |
75
+ | `lii` | float64 |
76
+ | `bii` | float64 |
77
+ | `acc_pos` | object |
78
+ | `type1` | object |
79
+ | `type1_flag` | object |
80
+ | `type2` | object |
81
+ | `type2_flag` | object |
82
+ | `type3` | object |
83
+ | `type3_flag` | object |
84
+ | `type4` | object |
85
+ | `type4_flag` | object |
86
+ | `lim_mag1` | float64 |
87
+ | `mag1` | float64 |
88
+ | `mag1_flag` | float64 |
89
+ | `lim_mag2` | float64 |
90
+ | `mag2` | float64 |
91
+ | `mag2_flag` | float64 |
92
+ | `lim_mag3` | float64 |
93
+ | `mag3` | float64 |
94
+ | `mag3_flag` | float64 |
95
+ | `lim_mag4` | float64 |
96
+ | `mag4` | float64 |
97
+ | `mag4_flag` | float64 |
98
+ | `interval` | object |
99
+ | `interval2` | object |
100
+ | `orbital_period` | float64 |
101
+ | `orbital_period_flag` | float64 |
102
+ | `period2` | float64 |
103
+ | `period2_flag` | float64 |
104
+ | `period3` | float64 |
105
+ | `period3_flag` | float64 |
106
+ | `period4` | float64 |
107
+ | `period4_flag` | float64 |
108
+ | `eclipse` | object |
109
+ | `sb` | object |
110
+ | `spect_type_2` | object |
111
+ | `spect_type_1` | object |
112
+ | `lim_mass_ratio` | object |
113
+ | `mass_ratio` | object |
114
+ | `mass_ratio_flag` | object |
115
+ | `mass_ratio_error` | object |
116
+ | `lim_inclination` | object |
117
+ | `inclination` | object |
118
+ | `inclination_flag` | object |
119
+ | `inclination_error` | object |
120
+ | `lim_m1` | object |
121
+ | `m1` | object |
122
+ | `m1_flag` | object |
123
+ | `m1_error` | object |
124
+ | `lim_m2` | object |
125
+ | `m2` | object |
126
+ | `m2_flag` | object |
127
+ | `m2_error` | object |
128
+ | `class` | object |
129
+ | `__x_ra_dec` | object |
130
+ | `__y_ra_dec` | object |
131
+ | `__z_ra_dec` | object |
132
+ | `cv_subtype` | object |
133
+
134
+ ## Quick stats
135
+
136
+ - **1,168** cataclysmic variables
137
+ - **0** systems with measured orbital period
138
+ - CV subtypes:
139
+ - **other**: 1,166
140
+
141
+ ## Usage
142
+
143
+ ```python
144
+ from datasets import load_dataset
145
+
146
+ ds = load_dataset("juliensimon/cataclysmic-variable-catalog", split="train")
147
+ df = ds.to_pandas()
148
+
149
+ # Filter by CV subtype
150
+ dwarf_novae = df[df['cv_subtype'] == 'dwarf_nova']
151
+ polars = df[df['cv_subtype'] == 'polar']
152
+
153
+ # Period distribution
154
+ # No period column available
155
+
156
+ # Sky distribution
157
+ import matplotlib.pyplot as plt
158
+ import numpy as np
159
+ fig, ax = plt.subplots(subplot_kw={"projection": "aitoff"})
160
+ ra = np.radians(df["ra"].values - 180) if "ra" in df.columns else []
161
+ dec = np.radians(df["dec"].values) if "dec" in df.columns else []
162
+ ax.scatter(ra, dec, s=1, alpha=0.5)
163
+ plt.title("Cataclysmic Variables - Sky Distribution")
164
+ ```
165
+
166
+ ## Data source
167
+
168
+ All data comes from the [Ritter & Kolb Cataclysmic Binaries catalog](https://heasarc.gsfc.nasa.gov/W3Browse/all/rittercv.html)
169
+ hosted by NASA's High Energy Astrophysics Science Archive Research Center (HEASARC),
170
+ accessed via the TAP protocol. Originally published in:
171
+ Ritter H., Kolb U., 2003, A&A 404, 301 (Edition 7.24).
172
+
173
+ ## Update schedule
174
+
175
+ Quarterly (Feb/May/Aug/Nov 1st at 08:30 UTC) via [GitHub Actions](https://github.com/juliensimon/space-datasets).
176
+
177
+ ## Related datasets
178
+
179
+ - [xray-binary-catalog](https://huggingface.co/datasets/juliensimon/xray-binary-catalog) — X-ray binary systems
180
+ - [gaia-dr3-white-dwarfs](https://huggingface.co/datasets/juliensimon/gaia-dr3-white-dwarfs) — Gaia white dwarf catalog
181
+ - [gcvs-variable-stars](https://huggingface.co/datasets/juliensimon/gcvs-variable-stars) — General Catalogue of Variable Stars
182
+ - [kepler-eclipsing-binaries](https://huggingface.co/datasets/juliensimon/kepler-eclipsing-binaries) — Kepler eclipsing binary catalog
183
+
184
+ ## Pipeline
185
+
186
+ Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
187
+
188
+ ## Support
189
+
190
+ If you find this dataset useful, please give it a heart on the [dataset page](https://huggingface.co/datasets/juliensimon/cataclysmic-variable-catalog) and share feedback in the Community tab! Also consider giving a star to the [space-datasets](https://github.com/juliensimon/space-datasets) repo.
191
+
192
+ ## Citation
193
+
194
+ ```bibtex
195
+ @dataset{cataclysmic_variable_catalog,
196
+ author = {Simon, Julien},
197
+ title = {Ritter & Kolb Cataclysmic Variable Catalog},
198
+ year = {2026},
199
+ publisher = {Hugging Face},
200
+ url = {https://huggingface.co/datasets/juliensimon/cataclysmic-variable-catalog},
201
+ note = {Based on Ritter & Kolb (2003) catalog, sourced from NASA HEASARC}
202
+ }
203
+ ```
204
+
205
+ ## License
206
+
207
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
data/cataclysmic_variables.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a509156773b264478fd4edc8bd36fb0ca8ee5168761b8f1932d2631abad4e77c
3
+ size 144157