juliensimon commited on
Commit
fbc494e
·
verified ·
1 Parent(s): aaf1f47

Update X-ray binary catalog: 301 sources

Browse files
Files changed (2) hide show
  1. README.md +44 -102
  2. data/xray-binaries.parquet +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ 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:
@@ -31,113 +31,62 @@ configs:
31
 
32
  # X-ray Binary Catalog
33
 
 
34
  <div align="center">
35
  <img src="banner.jpg" alt="A youthful globular star cluster observed by the Hubble Space Telescope" width="400">
36
  <p><em>Credit: NASA/ESA/Hubble</em></p>
37
  </div>
38
 
39
- *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.*
40
-
41
- ![Update X-ray Binaries](https://github.com/juliensimon/space-datasets/actions/workflows/update-xray-binaries.yml/badge.svg)
42
- ![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)
43
 
44
- Merged catalog of **305** X-ray binaries (116 high-mass, 189 low-mass) from NASA HEASARC,
45
- combining the HMXB catalog (Liu, van Paradijs & van den Heuvel 2006) and the LMXB catalog (Liu, van Paradijs & van den Heuvel 2007).
46
 
47
  ## Dataset description
48
 
49
- X-ray binaries are stellar systems in which a compact object (neutron star or black hole) accretes matter from a
50
- companion star, producing intense X-ray emission. They are divided into two classes based on the mass of the donor star:
 
 
 
51
 
52
- - **High-Mass X-ray Binaries (HMXBs)**: The donor is a massive O or B star (typically >10 solar masses). Accretion
53
- occurs via stellar wind or Roche lobe overflow. HMXBs are found in star-forming regions and include Be/X-ray
54
- binaries (the largest subclass) and supergiant X-ray binaries.
55
 
56
- - **Low-Mass X-ray Binaries (LMXBs)**: The donor is a low-mass star (typically <1 solar mass). Accretion proceeds
57
- through Roche lobe overflow, forming a bright accretion disk. LMXBs are concentrated toward the Galactic center
58
- and globular clusters. They include the Z and Atoll sources (classified by their X-ray color-color diagrams) and
59
- the soft X-ray transients.
60
 
61
- X-ray binaries are natural laboratories for studying accretion physics, strong gravity, and the equation of state of
62
- ultra-dense matter. Their X-ray variability (pulsations, quasi-periodic oscillations, thermonuclear bursts) encodes
63
- information about the compact object's mass, spin, and magnetic field. Several black hole mass measurements come from
64
- dynamical studies of X-ray binary orbits.
65
 
66
- This dataset merges the two standard reference catalogs maintained at HEASARC, providing a unified view of the known
67
- Galactic X-ray binary population with positions, X-ray fluxes, orbital periods, and companion star classifications.
68
 
69
  ## Schema
70
 
71
- | Column | Type | Description |
72
- |--------|------|-------------|
73
- | `__row` | string | |
74
- | `name` | string | Source designation / common name |
75
- | `xray_type` | string | |
76
- | `ra` | float | Right ascension (J2000, degrees) |
77
- | `dec` | float | Declination (J2000, degrees) |
78
- | `lii` | string | Galactic longitude (degrees) |
79
- | `bii` | string | Galactic latitude (degrees) |
80
- | `position_type` | string | |
81
- | `optical_name` | string | |
82
- | `ref_optical` | string | |
83
- | `vmag_limit` | string | |
84
- | `vmag` | string | Visual magnitude of the optical counterpart |
85
- | `vmag_min` | string | |
86
- | `vmag_flag` | string | |
87
- | `bv_color` | string | |
88
- | `bv_color_flag` | string | |
89
- | `bv_color_max` | string | |
90
- | `ub_color` | string | |
91
- | `reddening` | string | |
92
- | `reddening_max` | string | |
93
- | `reddening_flag` | string | |
94
- | `ref_photometry` | string | |
95
- | `jmag` | string | |
96
- | `hmag_limit` | string | |
97
- | `hmag` | string | |
98
- | `kmag_limit` | string | |
99
- | `kmag` | string | |
100
- | `fx_limit` | string | |
101
- | `fx` | string | |
102
- | `fx_max` | string | |
103
- | `fx_range` | string | |
104
- | `ref_fx` | string | |
105
- | `porb` | string | |
106
- | `porb_flag` | string | |
107
- | `pulse_per` | string | |
108
- | `pulse_per_flag` | string | |
109
- | `ref_periods` | string | |
110
- | `spect_type` | string | |
111
- | `alt_name_1` | string | |
112
- | `alt_name_1_flag` | string | |
113
- | `alt_name_2` | string | |
114
- | `alt_name_3` | string | |
115
- | `class` | string | Source classification (e.g., Be/X, SFXT, Atoll, Z) |
116
- | `__x_ra_dec` | string | |
117
- | `__y_ra_dec` | string | |
118
- | `__z_ra_dec` | string | |
119
- | `binary_type` | string | Binary type: HMXB or LMXB |
120
- | `ref_optical_name` | string | |
121
- | `reddening_limit` | string | |
122
- | `flux_limit` | string | |
123
- | `flux` | float | X-ray flux (mCrab or source-specific units) |
124
- | `flux_max` | string | |
125
- | `flux_range` | string | |
126
- | `ref_flux` | string | |
127
- | `pulse_period` | string | |
128
- | `lmxb_notes` | string | |
129
 
130
  ## Quick stats
131
 
132
- - **305** X-ray binaries total
133
- - **116** High-Mass X-ray Binaries (HMXB)
134
- - **189** Low-Mass X-ray Binaries (LMXB)
135
 
136
  ## Usage
137
 
138
  ```python
139
  from datasets import load_dataset
140
 
 
 
 
 
 
 
 
141
  ds = load_dataset("juliensimon/xray-binary-catalog", split="train")
142
  df = ds.to_pandas()
143
 
@@ -158,45 +107,38 @@ ax.set_xlabel("RA (deg)")
158
  ax.set_ylabel("Dec (deg)")
159
  ax.legend()
160
  ax.set_title("X-ray Binary Sky Distribution")
 
161
  ```
162
 
163
  ## Data source
164
 
165
- All data comes from the HEASARC X-ray binary catalogs:
166
- - [HMXB Catalog (hmxbcat)](https://heasarc.gsfc.nasa.gov/W3Browse/all/hmxbcat.html) — Liu, van Paradijs & van den Heuvel (2006)
167
- - [LMXB Catalog (lmxbcat)](https://heasarc.gsfc.nasa.gov/W3Browse/all/lmxbcat.html) — Liu, van Paradijs & van den Heuvel (2007)
168
 
169
- Accessed via the HEASARC TAP protocol.
170
-
171
- ## Update schedule
172
 
173
- Quarterly (February, May, August, November 1st at 08:00 UTC) via [GitHub Actions](https://github.com/juliensimon/space-datasets).
174
 
175
- ## Related datasets
176
 
177
- - [pulsar-catalog](https://huggingface.co/datasets/juliensimon/pulsar-catalog) — ATNF Pulsar Catalog
178
- - [mcgill-magnetar-catalog](https://huggingface.co/datasets/juliensimon/mcgill-magnetar-catalog) — McGill Magnetar Catalog
179
- - [chandra-x-ray-sources](https://huggingface.co/datasets/juliensimon/chandra-x-ray-sources) — Chandra Source Catalog
180
- - [gravitational-wave-events](https://huggingface.co/datasets/juliensimon/gravitational-wave-events) — LIGO/Virgo GW Events
181
 
182
- ## Pipeline
183
 
184
- Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
185
 
186
- ## Support
187
 
188
- 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.
189
 
190
  ## Citation
191
 
192
  ```bibtex
193
  @dataset{xray_binary_catalog,
194
- author = {Simon, Julien},
195
  title = {X-ray Binary Catalog},
 
196
  year = {2026},
197
- publisher = {Hugging Face},
198
  url = {https://huggingface.co/datasets/juliensimon/xray-binary-catalog},
199
- note = {Based on HEASARC HMXB (Liu et al. 2006) and LMXB (Liu et al. 2007) catalogs}
200
  }
201
  ```
202
 
 
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). X-ray binaries are stellar systems in which a compact object (neutron star or black hole) accretes matter "
7
  task_categories:
8
  - tabular-classification
9
  tags:
 
31
 
32
  # X-ray Binary Catalog
33
 
34
+
35
  <div align="center">
36
  <img src="banner.jpg" alt="A youthful globular star cluster observed by the Hubble Space Telescope" width="400">
37
  <p><em>Credit: NASA/ESA/Hubble</em></p>
38
  </div>
39
 
 
 
 
 
40
 
41
+ *Part of a [dataset collection](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) on Hugging Face.*
 
42
 
43
  ## Dataset description
44
 
45
+ Merged catalog of high-mass and low-mass X-ray binaries from HEASARC (Liu et al. 2006/2007).
46
+
47
+ X-ray binaries are stellar systems in which a compact object (neutron star or black hole) accretes matter from a companion star, producing intense X-ray emission. They are divided into two classes based on the mass of the donor star:
48
+
49
+ High-Mass X-ray Binaries (HMXBs): The donor is a massive O or B star (typically >10 solar masses). Accretion occurs via stellar wind or Roche lobe overflow. HMXBs are found in star-forming regions and include Be/X-ray 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 through Roche lobe overflow, forming a bright accretion disk. LMXBs are concentrated toward the Galactic center and globular clusters. They include the Z and Atoll sources and the soft X-ray transients.
 
 
52
 
53
+ X-ray binaries are natural laboratories for studying accretion physics, strong gravity, and the equation of state of ultra-dense matter. Their X-ray variability (pulsations, quasi-periodic oscillations, thermonuclear bursts) encodes information about the compact object's mass, spin, and magnetic field.
 
 
 
54
 
 
 
 
 
55
 
56
+ This dataset is suitable for **tabular classification** tasks.
 
57
 
58
  ## Schema
59
 
60
+ | Column | Type | Description | Sample | Null % |
61
+ |--------|------|-------------|--------|--------|
62
+ | `name` | str | Primary catalog designation (e.g., '4U 1700-37', 'Cygnus X-1') or IAU X-ray survey name; from HMXB/LMXB catalog column 'Name' | 1A 0535+262 | 0.0% |
63
+ | `ra` | float64 | Right ascension, ICRS J2000.0 (degrees, 0-360) | 84.7275 | 0.0% |
64
+ | `dec` | float64 | Declination, ICRS J2000.0 (degrees, -90 to +90) | 26.31583333 | 0.0% |
65
+ | `lii` | float64 | Galactic longitude (degrees, 0-360) | 181.4450493 | 0.0% |
66
+ | `bii` | float64 | Galactic latitude (degrees, -90 to +90); LMXBs concentrate toward the Galactic center (\|b\| < 10 deg) | -2.64342463 | 0.0% |
67
+ | `vmag` | float64 | Visual (V-band) magnitude of the optical counterpart; null if unmeasured or heavily obscured | 8.9 | 57.5% |
68
+ | `class` | int64 | Sub-class of the binary (e.g., 'Be/X' for Be X-ray binary, 'SFXT' for supergiant fast X-ray transient, 'Atoll' or 'Z' for LMXB X-ray color-color diagram type) | 1310 | 0.0% |
69
+ | `binary_type` | str | Binary class: 'HMXB' (high-mass donor, typically O/B star >10 Msun) or 'LMXB' (low-mass donor, Roche-lobe overflow, <1 Msun); derived from the source catalog | HMXB | 0.0% |
70
+ | `flux` | float64 | Typical X-ray flux in mCrab; 1 Crab ~ 2.4e-8 erg/cm^2/s in 2-10 keV; null if not measured | 50000.0 | 39.9% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
  ## Quick stats
73
 
74
+ - **301** X-ray binaries total
75
+ - **114** High-Mass X-ray Binaries (HMXB)
76
+ - **187** Low-Mass X-ray Binaries (LMXB)
77
 
78
  ## Usage
79
 
80
  ```python
81
  from datasets import load_dataset
82
 
83
+ ds = load_dataset("juliensimon/xray-binary-catalog", split="train")
84
+ df = ds.to_pandas()
85
+ ```
86
+
87
+ ```python
88
+ from datasets import load_dataset
89
+
90
  ds = load_dataset("juliensimon/xray-binary-catalog", split="train")
91
  df = ds.to_pandas()
92
 
 
107
  ax.set_ylabel("Dec (deg)")
108
  ax.legend()
109
  ax.set_title("X-ray Binary Sky Distribution")
110
+ plt.show()
111
  ```
112
 
113
  ## Data source
114
 
115
+ https://heasarc.gsfc.nasa.gov/W3Browse/all/hmxbcat.html
 
 
116
 
117
+ ## Related datasets
 
 
118
 
119
+ - [juliensimon/pulsar-catalog](https://huggingface.co/datasets/juliensimon/pulsar-catalog)
120
 
121
+ - [juliensimon/mcgill-magnetar-catalog](https://huggingface.co/datasets/juliensimon/mcgill-magnetar-catalog)
122
 
123
+ - [juliensimon/chandra-x-ray-sources](https://huggingface.co/datasets/juliensimon/chandra-x-ray-sources)
 
 
 
124
 
125
+ - [juliensimon/gravitational-wave-events](https://huggingface.co/datasets/juliensimon/gravitational-wave-events)
126
 
127
+ > If you find this dataset useful, please consider [giving it a like](https://huggingface.co/datasets/juliensimon/xray-binary-catalog) on Hugging Face. It helps others discover it.
128
 
129
+ ## About the author
130
 
131
+ Created by [Julien Simon](https://julien.org) AI Operating Partner at Fortino Capital. Part of the [Space Datasets](https://julien.org/datasets) collection.
132
 
133
  ## Citation
134
 
135
  ```bibtex
136
  @dataset{xray_binary_catalog,
 
137
  title = {X-ray Binary Catalog},
138
+ author = {juliensimon},
139
  year = {2026},
 
140
  url = {https://huggingface.co/datasets/juliensimon/xray-binary-catalog},
141
+ publisher = {Hugging Face}
142
  }
143
  ```
144
 
data/xray-binaries.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2924899053430eefb8e3b5ffd773fa493931ad51bfd1884693c0fd062fe4a544
3
- size 90006
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32706f08c51f7eb21ab4e6828cfe4d87269df0f022d165f89be5774781aba750
3
+ size 19223