Upload dataset
Browse files- README.md +174 -0
- gaia_dr3/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -124,6 +124,180 @@ citation: "@ARTICLE{2023A&A...674A...1G,\n author = {{Gaia Collaboration}
|
|
124 |
\ = {10.1051/0004-6361/202243940},\narchivePrefix = {arXiv},\n eprint = {2208.00211},\n\
|
125 |
\ primaryClass = {astro-ph.GA},\n adsurl = {https://ui.adsabs.harvard.edu/abs/2023A&A...674A...1G},\n\
|
126 |
\ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
---
|
128 |
|
129 |
# Gaia Dataset
|
|
|
124 |
\ = {10.1051/0004-6361/202243940},\narchivePrefix = {arXiv},\n eprint = {2208.00211},\n\
|
125 |
\ primaryClass = {astro-ph.GA},\n adsurl = {https://ui.adsabs.harvard.edu/abs/2023A&A...674A...1G},\n\
|
126 |
\ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
|
127 |
+
dataset_info:
|
128 |
+
config_name: gaia_dr3
|
129 |
+
features:
|
130 |
+
- name: spectral_coefficients
|
131 |
+
sequence:
|
132 |
+
- name: coeff
|
133 |
+
dtype: float32
|
134 |
+
- name: coeff_error
|
135 |
+
dtype: float32
|
136 |
+
- name: photometry
|
137 |
+
struct:
|
138 |
+
- name: phot_g_mean_mag
|
139 |
+
dtype: float32
|
140 |
+
- name: phot_g_mean_flux
|
141 |
+
dtype: float32
|
142 |
+
- name: phot_g_mean_flux_error
|
143 |
+
dtype: float32
|
144 |
+
- name: phot_bp_mean_mag
|
145 |
+
dtype: float32
|
146 |
+
- name: phot_bp_mean_flux
|
147 |
+
dtype: float32
|
148 |
+
- name: phot_bp_mean_flux_error
|
149 |
+
dtype: float32
|
150 |
+
- name: phot_rp_mean_mag
|
151 |
+
dtype: float32
|
152 |
+
- name: phot_rp_mean_flux
|
153 |
+
dtype: float32
|
154 |
+
- name: phot_rp_mean_flux_error
|
155 |
+
dtype: float32
|
156 |
+
- name: phot_bp_rp_excess_factor
|
157 |
+
dtype: float32
|
158 |
+
- name: bp_rp
|
159 |
+
dtype: float32
|
160 |
+
- name: bp_g
|
161 |
+
dtype: float32
|
162 |
+
- name: g_rp
|
163 |
+
dtype: float32
|
164 |
+
- name: astrometry
|
165 |
+
struct:
|
166 |
+
- name: ra
|
167 |
+
dtype: float32
|
168 |
+
- name: ra_error
|
169 |
+
dtype: float32
|
170 |
+
- name: dec
|
171 |
+
dtype: float32
|
172 |
+
- name: dec_error
|
173 |
+
dtype: float32
|
174 |
+
- name: parallax
|
175 |
+
dtype: float32
|
176 |
+
- name: parallax_error
|
177 |
+
dtype: float32
|
178 |
+
- name: pmra
|
179 |
+
dtype: float32
|
180 |
+
- name: pmra_error
|
181 |
+
dtype: float32
|
182 |
+
- name: pmdec
|
183 |
+
dtype: float32
|
184 |
+
- name: pmdec_error
|
185 |
+
dtype: float32
|
186 |
+
- name: ra_dec_corr
|
187 |
+
dtype: float32
|
188 |
+
- name: ra_parallax_corr
|
189 |
+
dtype: float32
|
190 |
+
- name: ra_pmra_corr
|
191 |
+
dtype: float32
|
192 |
+
- name: ra_pmdec_corr
|
193 |
+
dtype: float32
|
194 |
+
- name: dec_parallax_corr
|
195 |
+
dtype: float32
|
196 |
+
- name: dec_pmra_corr
|
197 |
+
dtype: float32
|
198 |
+
- name: dec_pmdec_corr
|
199 |
+
dtype: float32
|
200 |
+
- name: parallax_pmra_corr
|
201 |
+
dtype: float32
|
202 |
+
- name: parallax_pmdec_corr
|
203 |
+
dtype: float32
|
204 |
+
- name: pmra_pmdec_corr
|
205 |
+
dtype: float32
|
206 |
+
- name: radial_velocity
|
207 |
+
struct:
|
208 |
+
- name: radial_velocity
|
209 |
+
dtype: float32
|
210 |
+
- name: radial_velocity_error
|
211 |
+
dtype: float32
|
212 |
+
- name: rv_template_fe_h
|
213 |
+
dtype: float32
|
214 |
+
- name: rv_template_logg
|
215 |
+
dtype: float32
|
216 |
+
- name: rv_template_teff
|
217 |
+
dtype: float32
|
218 |
+
- name: gspphot
|
219 |
+
struct:
|
220 |
+
- name: ag_gspphot
|
221 |
+
dtype: float32
|
222 |
+
- name: ag_gspphot_lower
|
223 |
+
dtype: float32
|
224 |
+
- name: ag_gspphot_upper
|
225 |
+
dtype: float32
|
226 |
+
- name: azero_gspphot
|
227 |
+
dtype: float32
|
228 |
+
- name: azero_gspphot_lower
|
229 |
+
dtype: float32
|
230 |
+
- name: azero_gspphot_upper
|
231 |
+
dtype: float32
|
232 |
+
- name: distance_gspphot
|
233 |
+
dtype: float32
|
234 |
+
- name: distance_gspphot_lower
|
235 |
+
dtype: float32
|
236 |
+
- name: distance_gspphot_upper
|
237 |
+
dtype: float32
|
238 |
+
- name: ebpminrp_gspphot
|
239 |
+
dtype: float32
|
240 |
+
- name: ebpminrp_gspphot_lower
|
241 |
+
dtype: float32
|
242 |
+
- name: ebpminrp_gspphot_upper
|
243 |
+
dtype: float32
|
244 |
+
- name: logg_gspphot
|
245 |
+
dtype: float32
|
246 |
+
- name: logg_gspphot_lower
|
247 |
+
dtype: float32
|
248 |
+
- name: logg_gspphot_upper
|
249 |
+
dtype: float32
|
250 |
+
- name: mh_gspphot
|
251 |
+
dtype: float32
|
252 |
+
- name: mh_gspphot_lower
|
253 |
+
dtype: float32
|
254 |
+
- name: mh_gspphot_upper
|
255 |
+
dtype: float32
|
256 |
+
- name: teff_gspphot
|
257 |
+
dtype: float32
|
258 |
+
- name: teff_gspphot_lower
|
259 |
+
dtype: float32
|
260 |
+
- name: teff_gspphot_upper
|
261 |
+
dtype: float32
|
262 |
+
- name: flags
|
263 |
+
struct:
|
264 |
+
- name: ruwe
|
265 |
+
dtype: float32
|
266 |
+
- name: corrections
|
267 |
+
struct:
|
268 |
+
- name: ecl_lat
|
269 |
+
dtype: float32
|
270 |
+
- name: ecl_lon
|
271 |
+
dtype: float32
|
272 |
+
- name: nu_eff_used_in_astrometry
|
273 |
+
dtype: float32
|
274 |
+
- name: pseudocolour
|
275 |
+
dtype: float32
|
276 |
+
- name: astrometric_params_solved
|
277 |
+
dtype: float32
|
278 |
+
- name: rv_template_teff
|
279 |
+
dtype: float32
|
280 |
+
- name: grvs_mag
|
281 |
+
dtype: float32
|
282 |
+
- name: object_id
|
283 |
+
dtype: int64
|
284 |
+
- name: healpix
|
285 |
+
dtype: int64
|
286 |
+
- name: ra
|
287 |
+
dtype: float32
|
288 |
+
- name: dec
|
289 |
+
dtype: float32
|
290 |
+
splits:
|
291 |
+
- name: train
|
292 |
+
num_bytes: 118000000
|
293 |
+
num_examples: 100000
|
294 |
+
download_size: 168438613
|
295 |
+
dataset_size: 118000000
|
296 |
+
configs:
|
297 |
+
- config_name: gaia_dr3
|
298 |
+
data_files:
|
299 |
+
- split: train
|
300 |
+
path: gaia_dr3/train-*
|
301 |
---
|
302 |
|
303 |
# Gaia Dataset
|
gaia_dr3/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c7909ca48bbdea3c1cbb6a2639ea3b3bb15831ef2b0239a5d49e4d08cbf77f0
|
3 |
+
size 168438613
|