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

Update X-ray binary catalog: 305 sources

Browse files
Files changed (2) hide show
  1. README.md +200 -0
  2. data/xray-binaries.parquet +3 -0
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "X-ray Binary Catalog"
4
+ language:
5
+ - en
6
+ description: "Merged catalog of high-mass and low-mass X-ray binaries from HEASARC (Liu et al. 2006/2007)"
7
+ task_categories:
8
+ - tabular-classification
9
+ tags:
10
+ - space
11
+ - x-ray-binary
12
+ - hmxb
13
+ - lmxb
14
+ - x-ray
15
+ - astronomy
16
+ - compact-object
17
+ - neutron-star
18
+ - black-hole
19
+ - open-data
20
+ - tabular-data
21
+ - parquet
22
+ size_categories:
23
+ - n<1K
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/xray-binaries.parquet
29
+ default: true
30
+ ---
31
+
32
+ # X-ray Binary Catalog
33
+
34
+ *Part of the [Astronomy Datasets](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) and [Stellar Catalogs](https://huggingface.co/collections/juliensimon/stellar-catalogs-69c24caf2f17e36128946744) collections on Hugging Face.*
35
+
36
+ ![Update X-ray Binaries](https://github.com/juliensimon/space-datasets/actions/workflows/update-xray-binaries.yml/badge.svg)
37
+ ![Updated](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/juliensimon/space-datasets/main/status.json&query=$.xray-binaries&label=updated&color=brightgreen)
38
+
39
+ Merged catalog of **305** X-ray binaries (116 high-mass, 189 low-mass) from NASA HEASARC,
40
+ combining the HMXB catalog (Liu, van Paradijs & van den Heuvel 2006) and the LMXB catalog (Liu, van Paradijs & van den Heuvel 2007).
41
+
42
+ ## Dataset description
43
+
44
+ X-ray binaries are stellar systems in which a compact object (neutron star or black hole) accretes matter from a
45
+ companion star, producing intense X-ray emission. They are divided into two classes based on the mass of the donor star:
46
+
47
+ - **High-Mass X-ray Binaries (HMXBs)**: The donor is a massive O or B star (typically >10 solar masses). Accretion
48
+ occurs via stellar wind or Roche lobe overflow. HMXBs are found in star-forming regions and include Be/X-ray
49
+ binaries (the largest subclass) and supergiant X-ray binaries.
50
+
51
+ - **Low-Mass X-ray Binaries (LMXBs)**: The donor is a low-mass star (typically <1 solar mass). Accretion proceeds
52
+ through Roche lobe overflow, forming a bright accretion disk. LMXBs are concentrated toward the Galactic center
53
+ and globular clusters. They include the Z and Atoll sources (classified by their X-ray color-color diagrams) and
54
+ the soft X-ray transients.
55
+
56
+ X-ray binaries are natural laboratories for studying accretion physics, strong gravity, and the equation of state of
57
+ ultra-dense matter. Their X-ray variability (pulsations, quasi-periodic oscillations, thermonuclear bursts) encodes
58
+ information about the compact object's mass, spin, and magnetic field. Several black hole mass measurements come from
59
+ dynamical studies of X-ray binary orbits.
60
+
61
+ This dataset merges the two standard reference catalogs maintained at HEASARC, providing a unified view of the known
62
+ Galactic X-ray binary population with positions, X-ray fluxes, orbital periods, and companion star classifications.
63
+
64
+ ## Schema
65
+
66
+ | Column | Type |
67
+ |--------|------|
68
+ | `__row` | string |
69
+ | `name` | string |
70
+ | `xray_type` | string |
71
+ | `ra` | float |
72
+ | `dec` | float |
73
+ | `lii` | string |
74
+ | `bii` | string |
75
+ | `position_type` | string |
76
+ | `optical_name` | string |
77
+ | `ref_optical` | string |
78
+ | `vmag_limit` | string |
79
+ | `vmag` | string |
80
+ | `vmag_min` | string |
81
+ | `vmag_flag` | string |
82
+ | `bv_color` | string |
83
+ | `bv_color_flag` | string |
84
+ | `bv_color_max` | string |
85
+ | `ub_color` | string |
86
+ | `reddening` | string |
87
+ | `reddening_max` | string |
88
+ | `reddening_flag` | string |
89
+ | `ref_photometry` | string |
90
+ | `jmag` | string |
91
+ | `hmag_limit` | string |
92
+ | `hmag` | string |
93
+ | `kmag_limit` | string |
94
+ | `kmag` | string |
95
+ | `fx_limit` | string |
96
+ | `fx` | string |
97
+ | `fx_max` | string |
98
+ | `fx_range` | string |
99
+ | `ref_fx` | string |
100
+ | `porb` | string |
101
+ | `porb_flag` | string |
102
+ | `pulse_per` | string |
103
+ | `pulse_per_flag` | string |
104
+ | `ref_periods` | string |
105
+ | `spect_type` | string |
106
+ | `alt_name_1` | string |
107
+ | `alt_name_1_flag` | string |
108
+ | `alt_name_2` | string |
109
+ | `alt_name_3` | string |
110
+ | `class` | string |
111
+ | `__x_ra_dec` | string |
112
+ | `__y_ra_dec` | string |
113
+ | `__z_ra_dec` | string |
114
+ | `binary_type` | string |
115
+ | `ref_optical_name` | string |
116
+ | `reddening_limit` | string |
117
+ | `flux_limit` | string |
118
+ | `flux` | float |
119
+ | `flux_max` | string |
120
+ | `flux_range` | string |
121
+ | `ref_flux` | string |
122
+ | `pulse_period` | string |
123
+ | `lmxb_notes` | string |
124
+
125
+ ## Quick stats
126
+
127
+ - **305** X-ray binaries total
128
+ - **116** High-Mass X-ray Binaries (HMXB)
129
+ - **189** Low-Mass X-ray Binaries (LMXB)
130
+
131
+ ## Usage
132
+
133
+ ```python
134
+ from datasets import load_dataset
135
+
136
+ ds = load_dataset("juliensimon/xray-binary-catalog", split="train")
137
+ df = ds.to_pandas()
138
+
139
+ # Count by type
140
+ print(df["binary_type"].value_counts())
141
+
142
+ # HMXBs vs LMXBs
143
+ hmxb = df[df["binary_type"] == "HMXB"]
144
+ lmxb = df[df["binary_type"] == "LMXB"]
145
+ print(f"{len(hmxb):,} HMXBs, {len(lmxb):,} LMXBs")
146
+
147
+ # Sky distribution
148
+ import matplotlib.pyplot as plt
149
+ fig, ax = plt.subplots(figsize=(12, 6))
150
+ for btype, group in df.groupby("binary_type"):
151
+ ax.scatter(group["ra"], group["dec"], s=5, alpha=0.7, label=btype)
152
+ ax.set_xlabel("RA (deg)")
153
+ ax.set_ylabel("Dec (deg)")
154
+ ax.legend()
155
+ ax.set_title("X-ray Binary Sky Distribution")
156
+ ```
157
+
158
+ ## Data source
159
+
160
+ All data comes from the HEASARC X-ray binary catalogs:
161
+ - [HMXB Catalog (hmxbcat)](https://heasarc.gsfc.nasa.gov/W3Browse/all/hmxbcat.html) — Liu, van Paradijs & van den Heuvel (2006)
162
+ - [LMXB Catalog (lmxbcat)](https://heasarc.gsfc.nasa.gov/W3Browse/all/lmxbcat.html) — Liu, van Paradijs & van den Heuvel (2007)
163
+
164
+ Accessed via the HEASARC TAP protocol.
165
+
166
+ ## Update schedule
167
+
168
+ Quarterly (February, May, August, November 1st at 08:00 UTC) via [GitHub Actions](https://github.com/juliensimon/space-datasets).
169
+
170
+ ## Related datasets
171
+
172
+ - [pulsar-catalog](https://huggingface.co/datasets/juliensimon/pulsar-catalog) — ATNF Pulsar Catalog
173
+ - [mcgill-magnetar-catalog](https://huggingface.co/datasets/juliensimon/mcgill-magnetar-catalog) — McGill Magnetar Catalog
174
+ - [chandra-x-ray-sources](https://huggingface.co/datasets/juliensimon/chandra-x-ray-sources) — Chandra Source Catalog
175
+ - [gravitational-wave-events](https://huggingface.co/datasets/juliensimon/gravitational-wave-events) — LIGO/Virgo GW Events
176
+
177
+ ## Pipeline
178
+
179
+ Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
180
+
181
+ ## Support
182
+
183
+ If you find this dataset useful, please give it a heart on the [dataset page](https://huggingface.co/datasets/juliensimon/xray-binary-catalog) and share feedback in the Community tab! Also consider giving a star to the [space-datasets](https://github.com/juliensimon/space-datasets) repo.
184
+
185
+ ## Citation
186
+
187
+ ```bibtex
188
+ @dataset{xray_binary_catalog,
189
+ author = {Simon, Julien},
190
+ title = {X-ray Binary Catalog},
191
+ year = {2026},
192
+ publisher = {Hugging Face},
193
+ url = {https://huggingface.co/datasets/juliensimon/xray-binary-catalog},
194
+ note = {Based on HEASARC HMXB (Liu et al. 2006) and LMXB (Liu et al. 2007) catalogs}
195
+ }
196
+ ```
197
+
198
+ ## License
199
+
200
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
data/xray-binaries.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cbcd45a224801745507fabe1e8370587f45ddee3a2e744e4fd6f9870201f715
3
+ size 90505