juliensimon commited on
Commit
9bc7e31
·
verified ·
1 Parent(s): 73be2ca

Upload IRAS FSC v2.0: 173,044 mid-IR sources

Browse files
Files changed (3) hide show
  1. README.md +161 -0
  2. banner.jpg +3 -0
  3. data/iras_fsc.parquet +3 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "IRAS Faint Source Catalog"
4
+ language:
5
+ - en
6
+ description: "The IRAS Faint Source Catalog (FSC), version 2.0, contains 173,044 infrared point sources detected by the Infrared Astronomical Satellite (IRAS) at 12, 25, 60, and 100 micrometres. Published by Moshir"
7
+ task_categories:
8
+ - tabular-classification
9
+ tags:
10
+ - space
11
+ - infrared
12
+ - astronomy
13
+ - iras
14
+ - mid-infrared
15
+ - sky-survey
16
+ - open-data
17
+ - tabular-data
18
+ - parquet
19
+ size_categories:
20
+ - 100K<n<1M
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/iras_fsc.parquet
26
+ default: true
27
+ ---
28
+
29
+ # IRAS Faint Source Catalog
30
+
31
+
32
+ <div align="center">
33
+ <img src="banner.jpg" alt="All-sky infrared survey mosaic showing the Milky Way in infrared light" width="400">
34
+ <p><em>Credit: NASA/GSFC</em></p>
35
+ </div>
36
+
37
+
38
+ *Part of a [dataset collection](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) on Hugging Face.*
39
+
40
+ ## Dataset description
41
+
42
+ The IRAS Faint Source Catalog (FSC), version 2.0, contains 173,044 infrared point sources detected by the Infrared Astronomical Satellite (IRAS) at 12, 25, 60, and 100 micrometres. Published by Moshir et al. (1992), the FSC extends the IRAS Point Source Catalog to fainter flux levels by applying more stringent processing at the cost of sky coverage (~75% of sky, avoiding the galactic plane and regions of high infrared cirrus).
43
+
44
+ IRAS was a joint NASA/Netherlands/UK mission that performed the first sensitive all-sky survey in the mid-infrared (August 1983 – November 1983). Its four photometric bands — 12, 25, 60, and 100 μm — probed thermal emission from warm dust, revealing a zoo of previously hidden astronomical objects: ultraluminous infrared galaxies (ULIRGs) driven by starbursts and AGN, proto-planetary debris disks around main-sequence stars, asymptotic giant branch (AGB) stars with dust shells, and the large-scale structure of the interstellar medium through infrared cirrus emission.
45
+
46
+ The four IRAS bands trace progressively cooler dust: 12 μm traces hot dust and PAH emission from star-forming regions; 25 μm traces warm circumstellar dust around evolved stars; 60 μm traces cool dust in star-forming regions and starburst galaxies; 100 μm traces cold interstellar dust (T ~ 20–30 K). The colour ratios between bands (e.g., F60/F25, F100/F60) are powerful diagnostics for classifying the dominant heating source.
47
+
48
+ This dataset fills the mid-infrared gap in the collection: no other dataset covers all-sky mid-IR point sources across all source types. It serves as the reference catalog for identifying infrared counterparts of radio, optical, and X-ray sources, and for building multiwavelength SEDs.
49
+
50
+ This dataset is suitable for **tabular classification** tasks.
51
+
52
+ ## Schema
53
+
54
+ | Column | Type | Description | Sample | Null % |
55
+ |--------|------|-------------|--------|--------|
56
+ | `iras_name` | str | IRAS source designation in format FHHMM.m+DDMM (prefix F = faint catalog) | F02558+0026 | 0.0% |
57
+ | `ra_1950_deg` | float64 | Right ascension (B1950 epoch, degrees) — note: 1950 epoch, not J2000 | 43.960833333333326 | 0.0% |
58
+ | `dec_1950_deg` | float64 | Declination (B1950 epoch, degrees) — note: 1950 epoch, not J2000 | 0.4394444444444443 | 0.0% |
59
+ | `major_axis_arcsec` | int64 | Semi-major axis of 95% confidence position ellipse (arcsec) | 28 | 0.0% |
60
+ | `minor_axis_arcsec` | int64 | Semi-minor axis of 95% confidence position ellipse (arcsec) | 9 | 0.0% |
61
+ | `pos_angle_deg` | int64 | Position angle of major axis east of north (degrees) | 75 | 0.0% |
62
+ | `flux_12um_jy` | float64 | Flux density at 12 μm in Jansky (1 Jy = 10⁻²⁶ W/m²/Hz) | 0.1188 | 0.0% |
63
+ | `flux_12um_err_pct` | int64 | Percentage uncertainty on flux_12um_jy | 21 | 0.0% |
64
+ | `flux_12um_quality` | int64 | Flux quality at 12 μm: 1=high quality, 2=moderate, 3=uncertain, 0=upper limit | 1 | 0.0% |
65
+ | `flux_25um_jy` | float64 | Flux density at 25 μm in Jansky | 0.1935 | 0.0% |
66
+ | `flux_25um_err_pct` | int64 | Percentage uncertainty on flux_25um_jy | 22 | 0.0% |
67
+ | `flux_25um_quality` | int64 | Flux quality at 25 μm: 1=high quality, 2=moderate, 3=uncertain, 0=upper limit | 1 | 0.0% |
68
+ | `flux_60um_jy` | float64 | Flux density at 60 μm in Jansky — dominant band for cool dust emission | 0.2338 | 0.0% |
69
+ | `flux_60um_err_pct` | int64 | Percentage uncertainty on flux_60um_jy | 22 | 0.0% |
70
+ | `flux_60um_quality` | int64 | Flux quality at 60 μm: 1=high quality, 2=moderate, 3=uncertain, 0=upper limit | 3 | 0.0% |
71
+ | `flux_100um_jy` | float64 | Flux density at 100 μm in Jansky — dominant band for cold ISM dust | 1.081 | 0.0% |
72
+ | `flux_100um_err_pct` | int64 | Percentage uncertainty on flux_100um_jy | 21 | 0.0% |
73
+ | `flux_100um_quality` | int64 | Flux quality at 100 μm: 1=high quality, 2=moderate, 3=uncertain, 0=upper limit | 1 | 0.0% |
74
+ | `reliability_pct` | int64 | Source reliability percentage (0–99); ≥90 indicates high-confidence point source | 85 | 0.0% |
75
+ | `snr_12um` | float64 | Signal-to-noise ratio at 12 μm | 14.0 | 33.4% |
76
+ | `snr_25um` | float64 | Signal-to-noise ratio at 25 μm | 10.0 | 65.6% |
77
+ | `snr_60um` | float64 | Signal-to-noise ratio at 60 μm | 6.0 | 59.1% |
78
+ | `snr_100um` | float64 | Signal-to-noise ratio at 100 μm | 5.0 | 80.1% |
79
+ | `num_associations` | int64 | Number of counterpart associations in the IRAS Association File | 0 | 0.0% |
80
+ | `source_type` | float64 | Source type flag: 1=point source, 2=small extended, 0=no flux at any band | 1.0 | 33.4% |
81
+
82
+ ## Quick stats
83
+
84
+ - **173,044** mid-infrared sources across 12, 25, 60 and 100 μm bands
85
+ - **57,845** high-quality 12 μm detections; **102,262** high-quality 60 μm detections
86
+ - Median 60 μm flux: **0.215 Jy** — covers both galactic and extragalactic populations
87
+ - Coordinates in B1950 epoch; ~75% sky coverage (galactic plane excluded)
88
+
89
+ ## Usage
90
+
91
+ ```python
92
+ from datasets import load_dataset
93
+
94
+ ds = load_dataset("juliensimon/iras-faint-source-catalog", split="train")
95
+ df = ds.to_pandas()
96
+ ```
97
+
98
+ ```python
99
+ from datasets import load_dataset
100
+
101
+ ds = load_dataset("juliensimon/iras-faint-source-catalog", split="train")
102
+ df = ds.to_pandas()
103
+
104
+ # Colour-colour diagram (F25/F12 vs F60/F25) to separate star-forming galaxies
105
+ # from evolved stars and cirrus
106
+ import matplotlib.pyplot as plt
107
+ import numpy as np
108
+
109
+ good = df[
110
+ (df["flux_12um_quality"] >= 1) &
111
+ (df["flux_25um_quality"] >= 1) &
112
+ (df["flux_60um_quality"] >= 1) &
113
+ (df["flux_12um_jy"] > 0) &
114
+ (df["flux_25um_jy"] > 0) &
115
+ (df["flux_60um_jy"] > 0)
116
+ ]
117
+ log_f25_f12 = np.log10(good["flux_25um_jy"] / good["flux_12um_jy"])
118
+ log_f60_f25 = np.log10(good["flux_60um_jy"] / good["flux_25um_jy"])
119
+
120
+ plt.figure(figsize=(8, 7))
121
+ plt.hexbin(log_f25_f12, log_f60_f25, gridsize=60, cmap="YlOrRd", bins="log")
122
+ plt.colorbar(label="log(count)")
123
+ plt.xlabel("log(F25/F12)")
124
+ plt.ylabel("log(F60/F25)")
125
+ plt.title("IRAS FSC colour-colour diagram")
126
+ plt.show()
127
+ ```
128
+
129
+ ## Data source
130
+
131
+ https://vizier.cds.unistra.fr/viz-bin/VizieR-3?-source=II/156A/main
132
+
133
+ ## Related datasets
134
+
135
+ - [juliensimon/neowise-asteroid-catalog](https://huggingface.co/datasets/juliensimon/neowise-asteroid-catalog)
136
+
137
+ - [juliensimon/4xmm-dr14-xray-sources](https://huggingface.co/datasets/juliensimon/4xmm-dr14-xray-sources)
138
+
139
+ - [juliensimon/rosat-bright-source-catalog](https://huggingface.co/datasets/juliensimon/rosat-bright-source-catalog)
140
+
141
+ > If you find this dataset useful, please consider [giving it a like](https://huggingface.co/datasets/juliensimon/iras-faint-source-catalog) on Hugging Face. It helps others discover it.
142
+
143
+ ## About the author
144
+
145
+ Created by [Julien Simon](https://julien.org) — AI Operating Partner at Fortino Capital. Part of the [Space Datasets](https://julien.org/datasets) collection.
146
+
147
+ ## Citation
148
+
149
+ ```bibtex
150
+ @dataset{iras_faint_source_catalog,
151
+ title = {IRAS Faint Source Catalog},
152
+ author = {juliensimon},
153
+ year = {2026},
154
+ url = {https://huggingface.co/datasets/juliensimon/iras-faint-source-catalog},
155
+ publisher = {Hugging Face}
156
+ }
157
+ ```
158
+
159
+ ## License
160
+
161
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
banner.jpg ADDED

Git LFS Details

  • SHA256: d6fb662edbb2eecb382acdb0f2a75ed4481ae598f54c8bdaf68e53025c78a47e
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
data/iras_fsc.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ca167004b40e6baf101646be22b8de9eb44d84c14a24fc111e9bf24fe29d57
3
+ size 5881241