Upload dataset
Browse files
README.md
CHANGED
@@ -1,3 +1,240 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: SPECTROFLUX_I
|
6 |
+
dtype: float32
|
7 |
+
- name: SPECTROFLUX_IVAR_Z
|
8 |
+
dtype: float32
|
9 |
+
- name: corrections
|
10 |
+
struct:
|
11 |
+
- name: ecl_lat
|
12 |
+
dtype: float32
|
13 |
+
- name: ecl_lon
|
14 |
+
dtype: float32
|
15 |
+
- name: nu_eff_used_in_astrometry
|
16 |
+
dtype: float32
|
17 |
+
- name: pseudocolour
|
18 |
+
dtype: float32
|
19 |
+
- name: astrometric_params_solved
|
20 |
+
dtype: float32
|
21 |
+
- name: rv_template_teff
|
22 |
+
dtype: float32
|
23 |
+
- name: grvs_mag
|
24 |
+
dtype: float32
|
25 |
+
- name: SPECTROSYNFLUX_IVAR_U
|
26 |
+
dtype: float32
|
27 |
+
- name: SPECTROFLUX_IVAR_I
|
28 |
+
dtype: float32
|
29 |
+
- name: SPECTROSYNFLUX_IVAR_Z
|
30 |
+
dtype: float32
|
31 |
+
- name: SPECTROFLUX_Z
|
32 |
+
dtype: float32
|
33 |
+
- name: ZWARNING
|
34 |
+
dtype: bool
|
35 |
+
- name: photometry
|
36 |
+
struct:
|
37 |
+
- name: phot_g_mean_mag
|
38 |
+
dtype: float32
|
39 |
+
- name: phot_g_mean_flux
|
40 |
+
dtype: float32
|
41 |
+
- name: phot_g_mean_flux_error
|
42 |
+
dtype: float32
|
43 |
+
- name: phot_bp_mean_mag
|
44 |
+
dtype: float32
|
45 |
+
- name: phot_bp_mean_flux
|
46 |
+
dtype: float32
|
47 |
+
- name: phot_bp_mean_flux_error
|
48 |
+
dtype: float32
|
49 |
+
- name: phot_rp_mean_mag
|
50 |
+
dtype: float32
|
51 |
+
- name: phot_rp_mean_flux
|
52 |
+
dtype: float32
|
53 |
+
- name: phot_rp_mean_flux_error
|
54 |
+
dtype: float32
|
55 |
+
- name: phot_bp_rp_excess_factor
|
56 |
+
dtype: float32
|
57 |
+
- name: bp_rp
|
58 |
+
dtype: float32
|
59 |
+
- name: bp_g
|
60 |
+
dtype: float32
|
61 |
+
- name: g_rp
|
62 |
+
dtype: float32
|
63 |
+
- name: SPECTROFLUX_U
|
64 |
+
dtype: float32
|
65 |
+
- name: radial_velocity
|
66 |
+
struct:
|
67 |
+
- name: radial_velocity
|
68 |
+
dtype: float32
|
69 |
+
- name: radial_velocity_error
|
70 |
+
dtype: float32
|
71 |
+
- name: rv_template_fe_h
|
72 |
+
dtype: float32
|
73 |
+
- name: rv_template_logg
|
74 |
+
dtype: float32
|
75 |
+
- name: rv_template_teff
|
76 |
+
dtype: float32
|
77 |
+
- name: SPECTROFLUX_IVAR_R
|
78 |
+
dtype: float32
|
79 |
+
- name: SPECTROSYNFLUX_IVAR_R
|
80 |
+
dtype: float32
|
81 |
+
- name: dec
|
82 |
+
dtype: float32
|
83 |
+
- name: astrometry
|
84 |
+
struct:
|
85 |
+
- name: ra
|
86 |
+
dtype: float32
|
87 |
+
- name: ra_error
|
88 |
+
dtype: float32
|
89 |
+
- name: dec
|
90 |
+
dtype: float32
|
91 |
+
- name: dec_error
|
92 |
+
dtype: float32
|
93 |
+
- name: parallax
|
94 |
+
dtype: float32
|
95 |
+
- name: parallax_error
|
96 |
+
dtype: float32
|
97 |
+
- name: pmra
|
98 |
+
dtype: float32
|
99 |
+
- name: pmra_error
|
100 |
+
dtype: float32
|
101 |
+
- name: pmdec
|
102 |
+
dtype: float32
|
103 |
+
- name: pmdec_error
|
104 |
+
dtype: float32
|
105 |
+
- name: ra_dec_corr
|
106 |
+
dtype: float32
|
107 |
+
- name: ra_parallax_corr
|
108 |
+
dtype: float32
|
109 |
+
- name: ra_pmra_corr
|
110 |
+
dtype: float32
|
111 |
+
- name: ra_pmdec_corr
|
112 |
+
dtype: float32
|
113 |
+
- name: dec_parallax_corr
|
114 |
+
dtype: float32
|
115 |
+
- name: dec_pmra_corr
|
116 |
+
dtype: float32
|
117 |
+
- name: dec_pmdec_corr
|
118 |
+
dtype: float32
|
119 |
+
- name: parallax_pmra_corr
|
120 |
+
dtype: float32
|
121 |
+
- name: parallax_pmdec_corr
|
122 |
+
dtype: float32
|
123 |
+
- name: pmra_pmdec_corr
|
124 |
+
dtype: float32
|
125 |
+
- name: VDISP_ERR
|
126 |
+
dtype: float32
|
127 |
+
- name: ra
|
128 |
+
dtype: float32
|
129 |
+
- name: flags
|
130 |
+
struct:
|
131 |
+
- name: ruwe
|
132 |
+
dtype: float32
|
133 |
+
- name: SPECTROSYNFLUX_I
|
134 |
+
dtype: float32
|
135 |
+
- name: SPECTROSYNFLUX_IVAR_I
|
136 |
+
dtype: float32
|
137 |
+
- name: sdss_object_id
|
138 |
+
dtype: string
|
139 |
+
- name: gaia_object_id
|
140 |
+
dtype: int64
|
141 |
+
- name: gspphot
|
142 |
+
struct:
|
143 |
+
- name: ag_gspphot
|
144 |
+
dtype: float32
|
145 |
+
- name: ag_gspphot_lower
|
146 |
+
dtype: float32
|
147 |
+
- name: ag_gspphot_upper
|
148 |
+
dtype: float32
|
149 |
+
- name: azero_gspphot
|
150 |
+
dtype: float32
|
151 |
+
- name: azero_gspphot_lower
|
152 |
+
dtype: float32
|
153 |
+
- name: azero_gspphot_upper
|
154 |
+
dtype: float32
|
155 |
+
- name: distance_gspphot
|
156 |
+
dtype: float32
|
157 |
+
- name: distance_gspphot_lower
|
158 |
+
dtype: float32
|
159 |
+
- name: distance_gspphot_upper
|
160 |
+
dtype: float32
|
161 |
+
- name: ebpminrp_gspphot
|
162 |
+
dtype: float32
|
163 |
+
- name: ebpminrp_gspphot_lower
|
164 |
+
dtype: float32
|
165 |
+
- name: ebpminrp_gspphot_upper
|
166 |
+
dtype: float32
|
167 |
+
- name: logg_gspphot
|
168 |
+
dtype: float32
|
169 |
+
- name: logg_gspphot_lower
|
170 |
+
dtype: float32
|
171 |
+
- name: logg_gspphot_upper
|
172 |
+
dtype: float32
|
173 |
+
- name: mh_gspphot
|
174 |
+
dtype: float32
|
175 |
+
- name: mh_gspphot_lower
|
176 |
+
dtype: float32
|
177 |
+
- name: mh_gspphot_upper
|
178 |
+
dtype: float32
|
179 |
+
- name: teff_gspphot
|
180 |
+
dtype: float32
|
181 |
+
- name: teff_gspphot_lower
|
182 |
+
dtype: float32
|
183 |
+
- name: teff_gspphot_upper
|
184 |
+
dtype: float32
|
185 |
+
- name: Z_ERR
|
186 |
+
dtype: float32
|
187 |
+
- name: Z
|
188 |
+
dtype: float32
|
189 |
+
- name: SPECTROFLUX_R
|
190 |
+
dtype: float32
|
191 |
+
- name: SPECTROSYNFLUX_G
|
192 |
+
dtype: float32
|
193 |
+
- name: SPECTROSYNFLUX_IVAR_G
|
194 |
+
dtype: float32
|
195 |
+
- name: spectral_coefficients
|
196 |
+
sequence:
|
197 |
+
- name: coeff
|
198 |
+
dtype: float32
|
199 |
+
- name: coeff_error
|
200 |
+
dtype: float32
|
201 |
+
- name: VDISP
|
202 |
+
dtype: float32
|
203 |
+
- name: SPECTROFLUX_IVAR_U
|
204 |
+
dtype: float32
|
205 |
+
- name: SPECTROSYNFLUX_U
|
206 |
+
dtype: float32
|
207 |
+
- name: SPECTROFLUX_G
|
208 |
+
dtype: float32
|
209 |
+
- name: SPECTROFLUX_IVAR_G
|
210 |
+
dtype: float32
|
211 |
+
- name: SPECTROSYNFLUX_Z
|
212 |
+
dtype: float32
|
213 |
+
- name: SPECTROSYNFLUX_R
|
214 |
+
dtype: float32
|
215 |
+
- name: healpix
|
216 |
+
dtype: int64
|
217 |
+
- name: spectrum
|
218 |
+
sequence:
|
219 |
+
- name: flux
|
220 |
+
dtype: float32
|
221 |
+
- name: ivar
|
222 |
+
dtype: float32
|
223 |
+
- name: lsf_sigma
|
224 |
+
dtype: float32
|
225 |
+
- name: lambda
|
226 |
+
dtype: float32
|
227 |
+
- name: mask
|
228 |
+
dtype: bool
|
229 |
+
splits:
|
230 |
+
- name: train
|
231 |
+
num_bytes: 2670514170
|
232 |
+
num_examples: 41901
|
233 |
+
download_size: 2227422107
|
234 |
+
dataset_size: 2670514170
|
235 |
+
configs:
|
236 |
+
- config_name: default
|
237 |
+
data_files:
|
238 |
+
- split: train
|
239 |
+
path: data/train-*
|
240 |
---
|
data/train-00000-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07bddf560353a5fb53fb88f30b23b32c6f195eefb6ff2405ab7d09af28c6a7fb
|
3 |
+
size 369236173
|
data/train-00001-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b107b2f18e6532e9107c4b89109b41d29c28508939f39fc25de4388a37a4477f
|
3 |
+
size 376341683
|
data/train-00002-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33912b3a3c1262c72744dbb10db9a3723cabbe934b0a0ef53b05f588404ba4d4
|
3 |
+
size 363969705
|
data/train-00003-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53e316fd5ff33784f743df52123b7afcaeabc03c44ed65d3cab5049c1a2509ee
|
3 |
+
size 381545037
|
data/train-00004-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3928d10e1dc2558075c6edc23195fc8cb67aa7d9ded074fb8588834ba3299ec9
|
3 |
+
size 372234594
|
data/train-00005-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8e427cb09da4b384ad6c1d0ad7a2e5db71f869b77eb1e3cd2a1c915490ea5b8
|
3 |
+
size 364094915
|