Update README.md
Browse files
README.md
CHANGED
@@ -1,360 +1,425 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
- split: validation
|
9 |
-
path: data/validation-*
|
10 |
-
- split: test
|
11 |
-
path: data/test-*
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: dr8_id
|
15 |
-
dtype: string
|
16 |
-
- name: ra
|
17 |
-
dtype: float64
|
18 |
-
- name: dec
|
19 |
-
dtype: float64
|
20 |
-
- name: brickid
|
21 |
-
dtype: int32
|
22 |
-
- name: objid
|
23 |
-
dtype: int32
|
24 |
-
- name: smooth-or-featured_smooth_fraction
|
25 |
-
dtype: float32
|
26 |
-
- name: smooth-or-featured_featured-or-disk_fraction
|
27 |
-
dtype: float32
|
28 |
-
- name: smooth-or-featured_artifact_fraction
|
29 |
-
dtype: float32
|
30 |
-
- name: disk-edge-on_yes_fraction
|
31 |
-
dtype: float32
|
32 |
-
- name: disk-edge-on_no_fraction
|
33 |
-
dtype: float32
|
34 |
-
- name: has-spiral-arms_yes_fraction
|
35 |
-
dtype: float32
|
36 |
-
- name: has-spiral-arms_no_fraction
|
37 |
-
dtype: float32
|
38 |
-
- name: bar_strong_fraction
|
39 |
-
dtype: float32
|
40 |
-
- name: bar_weak_fraction
|
41 |
-
dtype: float32
|
42 |
-
- name: bar_no_fraction
|
43 |
-
dtype: float32
|
44 |
-
- name: bulge-size_dominant_fraction
|
45 |
-
dtype: float32
|
46 |
-
- name: bulge-size_large_fraction
|
47 |
-
dtype: float32
|
48 |
-
- name: bulge-size_moderate_fraction
|
49 |
-
dtype: float32
|
50 |
-
- name: bulge-size_small_fraction
|
51 |
-
dtype: float32
|
52 |
-
- name: bulge-size_none_fraction
|
53 |
-
dtype: float32
|
54 |
-
- name: how-rounded_round_fraction
|
55 |
-
dtype: float32
|
56 |
-
- name: how-rounded_in-between_fraction
|
57 |
-
dtype: float32
|
58 |
-
- name: how-rounded_cigar-shaped_fraction
|
59 |
-
dtype: float32
|
60 |
-
- name: edge-on-bulge_boxy_fraction
|
61 |
-
dtype: float32
|
62 |
-
- name: edge-on-bulge_none_fraction
|
63 |
-
dtype: float32
|
64 |
-
- name: edge-on-bulge_rounded_fraction
|
65 |
-
dtype: float32
|
66 |
-
- name: spiral-winding_tight_fraction
|
67 |
-
dtype: float32
|
68 |
-
- name: spiral-winding_medium_fraction
|
69 |
-
dtype: float32
|
70 |
-
- name: spiral-winding_loose_fraction
|
71 |
-
dtype: float32
|
72 |
-
- name: spiral-arm-count_1_fraction
|
73 |
-
dtype: float32
|
74 |
-
- name: spiral-arm-count_2_fraction
|
75 |
-
dtype: float32
|
76 |
-
- name: spiral-arm-count_3_fraction
|
77 |
-
dtype: float32
|
78 |
-
- name: spiral-arm-count_4_fraction
|
79 |
-
dtype: float32
|
80 |
-
- name: spiral-arm-count_more-than-4_fraction
|
81 |
-
dtype: float32
|
82 |
-
- name: spiral-arm-count_cant-tell_fraction
|
83 |
-
dtype: float32
|
84 |
-
- name: merging_none_fraction
|
85 |
-
dtype: float32
|
86 |
-
- name: merging_minor-disturbance_fraction
|
87 |
-
dtype: float32
|
88 |
-
- name: merging_major-disturbance_fraction
|
89 |
-
dtype: float32
|
90 |
-
- name: merging_merger_fraction
|
91 |
-
dtype: float32
|
92 |
-
- name: file_name
|
93 |
-
dtype: string
|
94 |
-
- name: iauname
|
95 |
-
dtype: string
|
96 |
-
- name: est_petro_th50
|
97 |
-
dtype: float64
|
98 |
-
- name: mag_r_desi
|
99 |
-
dtype: float32
|
100 |
-
- name: mag_g_desi
|
101 |
-
dtype: float32
|
102 |
-
- name: mag_z_desi
|
103 |
-
dtype: float32
|
104 |
-
- name: petro_theta
|
105 |
-
dtype: float32
|
106 |
-
- name: petro_th50
|
107 |
-
dtype: float32
|
108 |
-
- name: petro_th90
|
109 |
-
dtype: float32
|
110 |
-
- name: petro_phi50
|
111 |
-
dtype: float32
|
112 |
-
- name: petro_phi90
|
113 |
-
dtype: float32
|
114 |
-
- name: petro_ba50
|
115 |
-
dtype: float32
|
116 |
-
- name: petro_ba90
|
117 |
-
dtype: float32
|
118 |
-
- name: elpetro_ba
|
119 |
-
dtype: float32
|
120 |
-
- name: elpetro_phi
|
121 |
-
dtype: float32
|
122 |
-
- name: elpetro_flux_r
|
123 |
-
dtype: float32
|
124 |
-
- name: elpetro_theta_r
|
125 |
-
dtype: float32
|
126 |
-
- name: elpetro_mass
|
127 |
-
dtype: float32
|
128 |
-
- name: sersic_n
|
129 |
-
dtype: float32
|
130 |
-
- name: sersic_ba
|
131 |
-
dtype: float32
|
132 |
-
- name: sersic_phi
|
133 |
-
dtype: float32
|
134 |
-
- name: elpetro_absmag_f
|
135 |
-
dtype: float32
|
136 |
-
- name: sersic_nmgy_f
|
137 |
-
dtype: float32
|
138 |
-
- name: elpetro_absmag_n
|
139 |
-
dtype: float32
|
140 |
-
- name: sersic_nmgy_n
|
141 |
-
dtype: float32
|
142 |
-
- name: elpetro_absmag_u
|
143 |
-
dtype: float32
|
144 |
-
- name: sersic_nmgy_u
|
145 |
-
dtype: float32
|
146 |
-
- name: elpetro_absmag_g
|
147 |
-
dtype: float32
|
148 |
-
- name: sersic_nmgy_g
|
149 |
-
dtype: float32
|
150 |
-
- name: elpetro_absmag_r
|
151 |
-
dtype: float32
|
152 |
-
- name: sersic_nmgy_r
|
153 |
-
dtype: float32
|
154 |
-
- name: elpetro_absmag_i
|
155 |
-
dtype: float32
|
156 |
-
- name: sersic_nmgy_i
|
157 |
-
dtype: float32
|
158 |
-
- name: elpetro_absmag_z
|
159 |
-
dtype: float32
|
160 |
-
- name: sersic_nmgy_z
|
161 |
-
dtype: float32
|
162 |
-
- name: redshift_nsa
|
163 |
-
dtype: float32
|
164 |
-
- name: mag_f
|
165 |
-
dtype: float32
|
166 |
-
- name: mag_n
|
167 |
-
dtype: float32
|
168 |
-
- name: mag_u
|
169 |
-
dtype: float32
|
170 |
-
- name: mag_g
|
171 |
-
dtype: float32
|
172 |
-
- name: mag_r
|
173 |
-
dtype: float32
|
174 |
-
- name: mag_i
|
175 |
-
dtype: float32
|
176 |
-
- name: mag_z
|
177 |
-
dtype: float32
|
178 |
-
- name: u_minus_r
|
179 |
-
dtype: float32
|
180 |
-
- name: elpetro_mass_log
|
181 |
-
dtype: float32
|
182 |
-
- name: dr7objid_ossy
|
183 |
-
dtype: float64
|
184 |
-
- name: ra_ossy
|
185 |
-
dtype: float64
|
186 |
-
- name: dec_ossy
|
187 |
-
dtype: float64
|
188 |
-
- name: redshift_ossy
|
189 |
-
dtype: float64
|
190 |
-
- name: log_l_oiii
|
191 |
-
dtype: float64
|
192 |
-
- name: fwhm
|
193 |
-
dtype: float64
|
194 |
-
- name: e_fwhm
|
195 |
-
dtype: float64
|
196 |
-
- name: equiv_width
|
197 |
-
dtype: float64
|
198 |
-
- name: log_l_ha
|
199 |
-
dtype: float64
|
200 |
-
- name: log_m_bh
|
201 |
-
dtype: float64
|
202 |
-
- name: upper_e_log_m_bh
|
203 |
-
dtype: float64
|
204 |
-
- name: lower_e_log_m_bh
|
205 |
-
dtype: float64
|
206 |
-
- name: log_bolometric_l
|
207 |
-
dtype: float64
|
208 |
-
- name: ra_alf
|
209 |
-
dtype: float64
|
210 |
-
- name: dec_alf
|
211 |
-
dtype: float64
|
212 |
-
- name: W50
|
213 |
-
dtype: float64
|
214 |
-
- name: sigW
|
215 |
-
dtype: float64
|
216 |
-
- name: W20
|
217 |
-
dtype: float64
|
218 |
-
- name: HIflux
|
219 |
-
dtype: float64
|
220 |
-
- name: sigflux
|
221 |
-
dtype: float64
|
222 |
-
- name: SNR
|
223 |
-
dtype: float64
|
224 |
-
- name: RMS
|
225 |
-
dtype: float64
|
226 |
-
- name: Dist
|
227 |
-
dtype: float64
|
228 |
-
- name: sigDist
|
229 |
-
dtype: float64
|
230 |
-
- name: logMH
|
231 |
-
dtype: float64
|
232 |
-
- name: siglogMH
|
233 |
-
dtype: float64
|
234 |
-
- name: ra_jhu
|
235 |
-
dtype: float32
|
236 |
-
- name: dec_jhu
|
237 |
-
dtype: float32
|
238 |
-
- name: fibre_sfr_avg
|
239 |
-
dtype: float32
|
240 |
-
- name: fibre_sfr_entropy
|
241 |
-
dtype: float32
|
242 |
-
- name: fibre_sfr_median
|
243 |
-
dtype: float32
|
244 |
-
- name: fibre_sfr_mode
|
245 |
-
dtype: float32
|
246 |
-
- name: fibre_sfr_p16
|
247 |
-
dtype: float32
|
248 |
-
- name: fibre_sfr_p2p5
|
249 |
-
dtype: float32
|
250 |
-
- name: fibre_sfr_p84
|
251 |
-
dtype: float32
|
252 |
-
- name: fibre_sfr_p97p5
|
253 |
-
dtype: float32
|
254 |
-
- name: fibre_ssfr_avg
|
255 |
-
dtype: float32
|
256 |
-
- name: fibre_ssfr_entropy
|
257 |
-
dtype: float32
|
258 |
-
- name: fibre_ssfr_median
|
259 |
-
dtype: float32
|
260 |
-
- name: fibre_ssfr_mode
|
261 |
-
dtype: float32
|
262 |
-
- name: fibre_ssfr_p16
|
263 |
-
dtype: float32
|
264 |
-
- name: fibre_ssfr_p2p5
|
265 |
-
dtype: float32
|
266 |
-
- name: fibre_ssfr_p84
|
267 |
-
dtype: float32
|
268 |
-
- name: fibre_ssfr_p97p5
|
269 |
-
dtype: float32
|
270 |
-
- name: total_ssfr_avg
|
271 |
-
dtype: float32
|
272 |
-
- name: total_ssfr_entropy
|
273 |
-
dtype: float64
|
274 |
-
- name: total_ssfr_flag
|
275 |
-
dtype: float64
|
276 |
-
- name: total_ssfr_median
|
277 |
-
dtype: float32
|
278 |
-
- name: total_ssfr_mode
|
279 |
-
dtype: float32
|
280 |
-
- name: total_ssfr_p16
|
281 |
-
dtype: float32
|
282 |
-
- name: total_ssfr_p2p5
|
283 |
-
dtype: float32
|
284 |
-
- name: total_ssfr_p84
|
285 |
-
dtype: float32
|
286 |
-
- name: total_ssfr_p97p5
|
287 |
-
dtype: float32
|
288 |
-
- name: total_sfr_avg
|
289 |
-
dtype: float32
|
290 |
-
- name: total_sfr_entropy
|
291 |
-
dtype: float64
|
292 |
-
- name: total_sfr_flag
|
293 |
-
dtype: float32
|
294 |
-
- name: total_sfr_median
|
295 |
-
dtype: float32
|
296 |
-
- name: total_sfr_mode
|
297 |
-
dtype: float32
|
298 |
-
- name: total_sfr_p16
|
299 |
-
dtype: float32
|
300 |
-
- name: total_sfr_p2p5
|
301 |
-
dtype: float32
|
302 |
-
- name: total_sfr_p84
|
303 |
-
dtype: float32
|
304 |
-
- name: total_sfr_p97p5
|
305 |
-
dtype: float32
|
306 |
-
- name: photoz_id
|
307 |
-
dtype: float64
|
308 |
-
- name: ra_photoz
|
309 |
-
dtype: float64
|
310 |
-
- name: dec_photoz
|
311 |
-
dtype: float64
|
312 |
-
- name: photo_z
|
313 |
-
dtype: float64
|
314 |
-
- name: photo_zerr
|
315 |
-
dtype: float64
|
316 |
-
- name: spec_z
|
317 |
-
dtype: float64
|
318 |
-
- name: mag_abs_g_photoz
|
319 |
-
dtype: float64
|
320 |
-
- name: mag_abs_r_photoz
|
321 |
-
dtype: float64
|
322 |
-
- name: mag_abs_z_photoz
|
323 |
-
dtype: float64
|
324 |
-
- name: mass_inf_photoz
|
325 |
-
dtype: float64
|
326 |
-
- name: mass_med_photoz
|
327 |
-
dtype: float64
|
328 |
-
- name: mass_sup_photoz
|
329 |
-
dtype: float64
|
330 |
-
- name: sfr_inf_photoz
|
331 |
-
dtype: float64
|
332 |
-
- name: sfr_sup_photoz
|
333 |
-
dtype: float64
|
334 |
-
- name: ssfr_inf_photoz
|
335 |
-
dtype: float64
|
336 |
-
- name: ssfr_med_photoz
|
337 |
-
dtype: float64
|
338 |
-
- name: ssfr_sup_photoz
|
339 |
-
dtype: float64
|
340 |
-
- name: sky_separation_arcsec_from_photoz
|
341 |
-
dtype: float64
|
342 |
-
- name: redshift
|
343 |
-
dtype: float64
|
344 |
-
- name: est_petro_th50_kpc
|
345 |
-
dtype: float64
|
346 |
-
- name: __index_level_0__
|
347 |
-
dtype: int64
|
348 |
-
splits:
|
349 |
-
- name: train
|
350 |
-
num_bytes: 7885463871
|
351 |
-
num_examples: 8474566
|
352 |
-
- name: validation
|
353 |
-
num_bytes: 80485046
|
354 |
-
num_examples: 86499
|
355 |
-
- name: test
|
356 |
-
num_bytes: 80457410
|
357 |
-
num_examples: 86471
|
358 |
-
download_size: 3096436101
|
359 |
-
dataset_size: 8046406327
|
360 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: dr8_id
|
15 |
+
dtype: string
|
16 |
+
- name: ra
|
17 |
+
dtype: float64
|
18 |
+
- name: dec
|
19 |
+
dtype: float64
|
20 |
+
- name: brickid
|
21 |
+
dtype: int32
|
22 |
+
- name: objid
|
23 |
+
dtype: int32
|
24 |
+
- name: smooth-or-featured_smooth_fraction
|
25 |
+
dtype: float32
|
26 |
+
- name: smooth-or-featured_featured-or-disk_fraction
|
27 |
+
dtype: float32
|
28 |
+
- name: smooth-or-featured_artifact_fraction
|
29 |
+
dtype: float32
|
30 |
+
- name: disk-edge-on_yes_fraction
|
31 |
+
dtype: float32
|
32 |
+
- name: disk-edge-on_no_fraction
|
33 |
+
dtype: float32
|
34 |
+
- name: has-spiral-arms_yes_fraction
|
35 |
+
dtype: float32
|
36 |
+
- name: has-spiral-arms_no_fraction
|
37 |
+
dtype: float32
|
38 |
+
- name: bar_strong_fraction
|
39 |
+
dtype: float32
|
40 |
+
- name: bar_weak_fraction
|
41 |
+
dtype: float32
|
42 |
+
- name: bar_no_fraction
|
43 |
+
dtype: float32
|
44 |
+
- name: bulge-size_dominant_fraction
|
45 |
+
dtype: float32
|
46 |
+
- name: bulge-size_large_fraction
|
47 |
+
dtype: float32
|
48 |
+
- name: bulge-size_moderate_fraction
|
49 |
+
dtype: float32
|
50 |
+
- name: bulge-size_small_fraction
|
51 |
+
dtype: float32
|
52 |
+
- name: bulge-size_none_fraction
|
53 |
+
dtype: float32
|
54 |
+
- name: how-rounded_round_fraction
|
55 |
+
dtype: float32
|
56 |
+
- name: how-rounded_in-between_fraction
|
57 |
+
dtype: float32
|
58 |
+
- name: how-rounded_cigar-shaped_fraction
|
59 |
+
dtype: float32
|
60 |
+
- name: edge-on-bulge_boxy_fraction
|
61 |
+
dtype: float32
|
62 |
+
- name: edge-on-bulge_none_fraction
|
63 |
+
dtype: float32
|
64 |
+
- name: edge-on-bulge_rounded_fraction
|
65 |
+
dtype: float32
|
66 |
+
- name: spiral-winding_tight_fraction
|
67 |
+
dtype: float32
|
68 |
+
- name: spiral-winding_medium_fraction
|
69 |
+
dtype: float32
|
70 |
+
- name: spiral-winding_loose_fraction
|
71 |
+
dtype: float32
|
72 |
+
- name: spiral-arm-count_1_fraction
|
73 |
+
dtype: float32
|
74 |
+
- name: spiral-arm-count_2_fraction
|
75 |
+
dtype: float32
|
76 |
+
- name: spiral-arm-count_3_fraction
|
77 |
+
dtype: float32
|
78 |
+
- name: spiral-arm-count_4_fraction
|
79 |
+
dtype: float32
|
80 |
+
- name: spiral-arm-count_more-than-4_fraction
|
81 |
+
dtype: float32
|
82 |
+
- name: spiral-arm-count_cant-tell_fraction
|
83 |
+
dtype: float32
|
84 |
+
- name: merging_none_fraction
|
85 |
+
dtype: float32
|
86 |
+
- name: merging_minor-disturbance_fraction
|
87 |
+
dtype: float32
|
88 |
+
- name: merging_major-disturbance_fraction
|
89 |
+
dtype: float32
|
90 |
+
- name: merging_merger_fraction
|
91 |
+
dtype: float32
|
92 |
+
- name: file_name
|
93 |
+
dtype: string
|
94 |
+
- name: iauname
|
95 |
+
dtype: string
|
96 |
+
- name: est_petro_th50
|
97 |
+
dtype: float64
|
98 |
+
- name: mag_r_desi
|
99 |
+
dtype: float32
|
100 |
+
- name: mag_g_desi
|
101 |
+
dtype: float32
|
102 |
+
- name: mag_z_desi
|
103 |
+
dtype: float32
|
104 |
+
- name: petro_theta
|
105 |
+
dtype: float32
|
106 |
+
- name: petro_th50
|
107 |
+
dtype: float32
|
108 |
+
- name: petro_th90
|
109 |
+
dtype: float32
|
110 |
+
- name: petro_phi50
|
111 |
+
dtype: float32
|
112 |
+
- name: petro_phi90
|
113 |
+
dtype: float32
|
114 |
+
- name: petro_ba50
|
115 |
+
dtype: float32
|
116 |
+
- name: petro_ba90
|
117 |
+
dtype: float32
|
118 |
+
- name: elpetro_ba
|
119 |
+
dtype: float32
|
120 |
+
- name: elpetro_phi
|
121 |
+
dtype: float32
|
122 |
+
- name: elpetro_flux_r
|
123 |
+
dtype: float32
|
124 |
+
- name: elpetro_theta_r
|
125 |
+
dtype: float32
|
126 |
+
- name: elpetro_mass
|
127 |
+
dtype: float32
|
128 |
+
- name: sersic_n
|
129 |
+
dtype: float32
|
130 |
+
- name: sersic_ba
|
131 |
+
dtype: float32
|
132 |
+
- name: sersic_phi
|
133 |
+
dtype: float32
|
134 |
+
- name: elpetro_absmag_f
|
135 |
+
dtype: float32
|
136 |
+
- name: sersic_nmgy_f
|
137 |
+
dtype: float32
|
138 |
+
- name: elpetro_absmag_n
|
139 |
+
dtype: float32
|
140 |
+
- name: sersic_nmgy_n
|
141 |
+
dtype: float32
|
142 |
+
- name: elpetro_absmag_u
|
143 |
+
dtype: float32
|
144 |
+
- name: sersic_nmgy_u
|
145 |
+
dtype: float32
|
146 |
+
- name: elpetro_absmag_g
|
147 |
+
dtype: float32
|
148 |
+
- name: sersic_nmgy_g
|
149 |
+
dtype: float32
|
150 |
+
- name: elpetro_absmag_r
|
151 |
+
dtype: float32
|
152 |
+
- name: sersic_nmgy_r
|
153 |
+
dtype: float32
|
154 |
+
- name: elpetro_absmag_i
|
155 |
+
dtype: float32
|
156 |
+
- name: sersic_nmgy_i
|
157 |
+
dtype: float32
|
158 |
+
- name: elpetro_absmag_z
|
159 |
+
dtype: float32
|
160 |
+
- name: sersic_nmgy_z
|
161 |
+
dtype: float32
|
162 |
+
- name: redshift_nsa
|
163 |
+
dtype: float32
|
164 |
+
- name: mag_f
|
165 |
+
dtype: float32
|
166 |
+
- name: mag_n
|
167 |
+
dtype: float32
|
168 |
+
- name: mag_u
|
169 |
+
dtype: float32
|
170 |
+
- name: mag_g
|
171 |
+
dtype: float32
|
172 |
+
- name: mag_r
|
173 |
+
dtype: float32
|
174 |
+
- name: mag_i
|
175 |
+
dtype: float32
|
176 |
+
- name: mag_z
|
177 |
+
dtype: float32
|
178 |
+
- name: u_minus_r
|
179 |
+
dtype: float32
|
180 |
+
- name: elpetro_mass_log
|
181 |
+
dtype: float32
|
182 |
+
- name: dr7objid_ossy
|
183 |
+
dtype: float64
|
184 |
+
- name: ra_ossy
|
185 |
+
dtype: float64
|
186 |
+
- name: dec_ossy
|
187 |
+
dtype: float64
|
188 |
+
- name: redshift_ossy
|
189 |
+
dtype: float64
|
190 |
+
- name: log_l_oiii
|
191 |
+
dtype: float64
|
192 |
+
- name: fwhm
|
193 |
+
dtype: float64
|
194 |
+
- name: e_fwhm
|
195 |
+
dtype: float64
|
196 |
+
- name: equiv_width
|
197 |
+
dtype: float64
|
198 |
+
- name: log_l_ha
|
199 |
+
dtype: float64
|
200 |
+
- name: log_m_bh
|
201 |
+
dtype: float64
|
202 |
+
- name: upper_e_log_m_bh
|
203 |
+
dtype: float64
|
204 |
+
- name: lower_e_log_m_bh
|
205 |
+
dtype: float64
|
206 |
+
- name: log_bolometric_l
|
207 |
+
dtype: float64
|
208 |
+
- name: ra_alf
|
209 |
+
dtype: float64
|
210 |
+
- name: dec_alf
|
211 |
+
dtype: float64
|
212 |
+
- name: W50
|
213 |
+
dtype: float64
|
214 |
+
- name: sigW
|
215 |
+
dtype: float64
|
216 |
+
- name: W20
|
217 |
+
dtype: float64
|
218 |
+
- name: HIflux
|
219 |
+
dtype: float64
|
220 |
+
- name: sigflux
|
221 |
+
dtype: float64
|
222 |
+
- name: SNR
|
223 |
+
dtype: float64
|
224 |
+
- name: RMS
|
225 |
+
dtype: float64
|
226 |
+
- name: Dist
|
227 |
+
dtype: float64
|
228 |
+
- name: sigDist
|
229 |
+
dtype: float64
|
230 |
+
- name: logMH
|
231 |
+
dtype: float64
|
232 |
+
- name: siglogMH
|
233 |
+
dtype: float64
|
234 |
+
- name: ra_jhu
|
235 |
+
dtype: float32
|
236 |
+
- name: dec_jhu
|
237 |
+
dtype: float32
|
238 |
+
- name: fibre_sfr_avg
|
239 |
+
dtype: float32
|
240 |
+
- name: fibre_sfr_entropy
|
241 |
+
dtype: float32
|
242 |
+
- name: fibre_sfr_median
|
243 |
+
dtype: float32
|
244 |
+
- name: fibre_sfr_mode
|
245 |
+
dtype: float32
|
246 |
+
- name: fibre_sfr_p16
|
247 |
+
dtype: float32
|
248 |
+
- name: fibre_sfr_p2p5
|
249 |
+
dtype: float32
|
250 |
+
- name: fibre_sfr_p84
|
251 |
+
dtype: float32
|
252 |
+
- name: fibre_sfr_p97p5
|
253 |
+
dtype: float32
|
254 |
+
- name: fibre_ssfr_avg
|
255 |
+
dtype: float32
|
256 |
+
- name: fibre_ssfr_entropy
|
257 |
+
dtype: float32
|
258 |
+
- name: fibre_ssfr_median
|
259 |
+
dtype: float32
|
260 |
+
- name: fibre_ssfr_mode
|
261 |
+
dtype: float32
|
262 |
+
- name: fibre_ssfr_p16
|
263 |
+
dtype: float32
|
264 |
+
- name: fibre_ssfr_p2p5
|
265 |
+
dtype: float32
|
266 |
+
- name: fibre_ssfr_p84
|
267 |
+
dtype: float32
|
268 |
+
- name: fibre_ssfr_p97p5
|
269 |
+
dtype: float32
|
270 |
+
- name: total_ssfr_avg
|
271 |
+
dtype: float32
|
272 |
+
- name: total_ssfr_entropy
|
273 |
+
dtype: float64
|
274 |
+
- name: total_ssfr_flag
|
275 |
+
dtype: float64
|
276 |
+
- name: total_ssfr_median
|
277 |
+
dtype: float32
|
278 |
+
- name: total_ssfr_mode
|
279 |
+
dtype: float32
|
280 |
+
- name: total_ssfr_p16
|
281 |
+
dtype: float32
|
282 |
+
- name: total_ssfr_p2p5
|
283 |
+
dtype: float32
|
284 |
+
- name: total_ssfr_p84
|
285 |
+
dtype: float32
|
286 |
+
- name: total_ssfr_p97p5
|
287 |
+
dtype: float32
|
288 |
+
- name: total_sfr_avg
|
289 |
+
dtype: float32
|
290 |
+
- name: total_sfr_entropy
|
291 |
+
dtype: float64
|
292 |
+
- name: total_sfr_flag
|
293 |
+
dtype: float32
|
294 |
+
- name: total_sfr_median
|
295 |
+
dtype: float32
|
296 |
+
- name: total_sfr_mode
|
297 |
+
dtype: float32
|
298 |
+
- name: total_sfr_p16
|
299 |
+
dtype: float32
|
300 |
+
- name: total_sfr_p2p5
|
301 |
+
dtype: float32
|
302 |
+
- name: total_sfr_p84
|
303 |
+
dtype: float32
|
304 |
+
- name: total_sfr_p97p5
|
305 |
+
dtype: float32
|
306 |
+
- name: photoz_id
|
307 |
+
dtype: float64
|
308 |
+
- name: ra_photoz
|
309 |
+
dtype: float64
|
310 |
+
- name: dec_photoz
|
311 |
+
dtype: float64
|
312 |
+
- name: photo_z
|
313 |
+
dtype: float64
|
314 |
+
- name: photo_zerr
|
315 |
+
dtype: float64
|
316 |
+
- name: spec_z
|
317 |
+
dtype: float64
|
318 |
+
- name: mag_abs_g_photoz
|
319 |
+
dtype: float64
|
320 |
+
- name: mag_abs_r_photoz
|
321 |
+
dtype: float64
|
322 |
+
- name: mag_abs_z_photoz
|
323 |
+
dtype: float64
|
324 |
+
- name: mass_inf_photoz
|
325 |
+
dtype: float64
|
326 |
+
- name: mass_med_photoz
|
327 |
+
dtype: float64
|
328 |
+
- name: mass_sup_photoz
|
329 |
+
dtype: float64
|
330 |
+
- name: sfr_inf_photoz
|
331 |
+
dtype: float64
|
332 |
+
- name: sfr_sup_photoz
|
333 |
+
dtype: float64
|
334 |
+
- name: ssfr_inf_photoz
|
335 |
+
dtype: float64
|
336 |
+
- name: ssfr_med_photoz
|
337 |
+
dtype: float64
|
338 |
+
- name: ssfr_sup_photoz
|
339 |
+
dtype: float64
|
340 |
+
- name: sky_separation_arcsec_from_photoz
|
341 |
+
dtype: float64
|
342 |
+
- name: redshift
|
343 |
+
dtype: float64
|
344 |
+
- name: est_petro_th50_kpc
|
345 |
+
dtype: float64
|
346 |
+
- name: __index_level_0__
|
347 |
+
dtype: int64
|
348 |
+
splits:
|
349 |
+
- name: train
|
350 |
+
num_bytes: 7885463871
|
351 |
+
num_examples: 8474566
|
352 |
+
- name: validation
|
353 |
+
num_bytes: 80485046
|
354 |
+
num_examples: 86499
|
355 |
+
- name: test
|
356 |
+
num_bytes: 80457410
|
357 |
+
num_examples: 86471
|
358 |
+
download_size: 3096436101
|
359 |
+
dataset_size: 8046406327
|
360 |
+
tags:
|
361 |
+
- astronomy
|
362 |
+
size_categories:
|
363 |
+
- 1M<n<10M
|
364 |
+
---
|
365 |
+
# Galaxy metadata for training astroPT
|
366 |
+
|
367 |
+
Here we have metadata for ~8.5 million galaxies.
|
368 |
+
This metadata can be paired with galaxy jpg cutouts from the [DESI legacy survey DR8](https://www.legacysurvey.org/dr8/description/),
|
369 |
+
the cut outs are found here: [https://huggingface.co/datasets/Smith42/galaxies](https://huggingface.co/datasets/Smith42/galaxies).
|
370 |
+
|
371 |
+
I've split away 1% of the metadata into a test set, and 1% into a validation set.
|
372 |
+
The remaining 98% of the metadata comprise the training set.
|
373 |
+
|
374 |
+
## Useful links
|
375 |
+
|
376 |
+
Paper here: [https://arxiv.org/abs/2405.14930](https://arxiv.org/abs/2405.14930)
|
377 |
+
|
378 |
+
Models here: [https://huggingface.co/Smith42/astroPT](https://huggingface.co/Smith42/astroPT)
|
379 |
+
|
380 |
+
Code here: [https://github.com/smith42/astroPT](https://github.com/smith42/astroPT)
|
381 |
+
|
382 |
+
Upstream catalogue is [on Zenodo](https://zenodo.org/records/8360385) and paper describing the catalogue is available as [Walmsley+2023](https://doi.org/10.1093/mnras/stad2919).
|
383 |
+
|
384 |
+
If you find this dataset useful please consider citing the sources below 🚀🚀:
|
385 |
+
|
386 |
+
```
|
387 |
+
@article{ref_dey2019,
|
388 |
+
author = {Dey, A. and Schlegel, D. J. and Lang, D. and Blum, R. and Burleigh, K. and Fan, X. and Findlay, J. R. and Finkbeiner, D. and Herrera, D. and Juneau, S. and others},
|
389 |
+
title = {{Overview of the DESI Legacy Imaging Surveys}},
|
390 |
+
journal = {Astronomical Journal},
|
391 |
+
volume = {157},
|
392 |
+
number = {5},
|
393 |
+
pages = {168},
|
394 |
+
year = {2019},
|
395 |
+
issn = {1538-3881},
|
396 |
+
publisher = {The American Astronomical Society},
|
397 |
+
doi = {10.3847/1538-3881/ab089d}
|
398 |
+
}
|
399 |
+
```
|
400 |
+
|
401 |
+
```
|
402 |
+
@article{ref_walmsley2023,
|
403 |
+
author = {Walmsley, M. and G{\ifmmode\acute{e}\else\'{e}\fi}ron, T. and Kruk, S. and Scaife, A. M. M. and Lintott, C. and Masters, K. L. and Dawson, J. M. and Dickinson, H. and Fortson, L. and Garland, I. L. and others},
|
404 |
+
title = {{Galaxy Zoo DESI: Detailed morphology measurements for 8.7M galaxies in the DESI Legacy Imaging Surveys}},
|
405 |
+
journal = {Monthly Notices of the Royal Astronomical Society},
|
406 |
+
volume = {526},
|
407 |
+
number = {3},
|
408 |
+
pages = {4768--4786},
|
409 |
+
year = {2023},
|
410 |
+
issn = {0035-8711},
|
411 |
+
publisher = {Oxford Academic},
|
412 |
+
doi = {10.1093/mnras/stad2919}
|
413 |
+
}
|
414 |
+
```
|
415 |
+
|
416 |
+
```
|
417 |
+
@article{ref_smith2024,
|
418 |
+
author = {Smith, M. J. and Roberts, R. J. and Angeloudi, E. and Huertas-Company, M.},
|
419 |
+
title = {{AstroPT: Scaling Large Observation Models for Astronomy}},
|
420 |
+
journal = {ArXiv e-prints},
|
421 |
+
year = {2024},
|
422 |
+
eprint = {2405.14930},
|
423 |
+
doi = {10.48550/arXiv.2405.14930}
|
424 |
+
}
|
425 |
+
```
|