gaia_access 0.2.0

Access the Gaia ESA Archive for astronomical data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
// This code is generated by generate_code.py, do not modify it manually.

//! This module contains all the known columns in the astrophysical_parameters_supp table.

use crate::traits::{Column, Table};

/// This table contains additional parameters from the Apsis processing chain, compared to the main table {\tt AstrophysicalParameters} (see Chapter~\ref{chap:cu8par}), from modules that produce more than one result for a parameter. It contains (1) the individual library results from GSP-Phot (see Section~\ref{ssec:cu8par_apsis_gspphot_method}), (2) FLAME results from processing GSP-Spec parameters given in the {\tt AstrophysicalParameters} table (see Section~\ref{ssec:cu8par_apsis_flame}), and (3) results from the GSP-Spec ANN algorithm (see Section~\ref{ssec:cu8par_apsis_gspspec}).
#[allow(non_camel_case_types)]
pub struct astrophysical_parameters_supp;

impl Table for astrophysical_parameters_supp {
    fn string(&self) -> String {
        "astrophysical_parameters_supp".to_string()
    }
}

/// The columns in the astrophysical_parameters_supp table.
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, strum::Display)]
pub enum Col {
    /// Solution Identifier
    solution_id,
    /// Source Identifier
    source_id,
    /// Name of library that achieves the highest mean log-posterior in MCMC samples from GSP-Phot Aeneas
    libname_best_gspphot,
    /// Effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    teff_gspphot_marcs,
    /// Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    teff_gspphot_marcs_lower,
    /// Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    teff_gspphot_marcs_upper,
    /// Surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    logg_gspphot_marcs,
    /// Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    logg_gspphot_marcs_lower,
    /// Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    logg_gspphot_marcs_upper,
    /// Iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mh_gspphot_marcs,
    /// Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mh_gspphot_marcs_lower,
    /// Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mh_gspphot_marcs_upper,
    /// Distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    distance_gspphot_marcs,
    /// Lower confidence level (16%) of distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    distance_gspphot_marcs_lower,
    /// Upper confidence level (84%) of distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    distance_gspphot_marcs_upper,
    /// Monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    azero_gspphot_marcs,
    /// Lower confidence level (16%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    azero_gspphot_marcs_lower,
    /// Upper confidence level (84%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    azero_gspphot_marcs_upper,
    /// Extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ag_gspphot_marcs,
    /// Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ag_gspphot_marcs_lower,
    /// Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ag_gspphot_marcs_upper,
    /// Extinction in $G_{BP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    abp_gspphot_marcs,
    /// Lower confidence level (16%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    abp_gspphot_marcs_lower,
    /// Upper confidence level (84%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    abp_gspphot_marcs_upper,
    /// Extinction in $G_{RP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    arp_gspphot_marcs,
    /// Lower confidence level (16%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    arp_gspphot_marcs_lower,
    /// Upper confidence level (84%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    arp_gspphot_marcs_upper,
    /// Reddening $E(BP-RP)$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ebpminrp_gspphot_marcs,
    /// Lower confidence level (16%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ebpminrp_gspphot_marcs_lower,
    /// Upper confidence level (84%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    ebpminrp_gspphot_marcs_upper,
    /// Absolute magnitude $M_G$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mg_gspphot_marcs,
    /// Lower confidence level (16%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mg_gspphot_marcs_lower,
    /// Upper confidence level (84%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    mg_gspphot_marcs_upper,
    /// Radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    radius_gspphot_marcs,
    /// Lower confidence level (16%) of radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    radius_gspphot_marcs_lower,
    /// Upper confidence level (84%) of radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra
    radius_gspphot_marcs_upper,
    /// Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for MARCS library
    logposterior_gspphot_marcs,
    /// MCMC acceptance rate of GSP-Phot Aeneas MCMC for MARCS library
    mcmcaccept_gspphot_marcs,
    /// Effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    teff_gspphot_phoenix,
    /// Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    teff_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    teff_gspphot_phoenix_upper,
    /// Surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    logg_gspphot_phoenix,
    /// Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    logg_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    logg_gspphot_phoenix_upper,
    /// Iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mh_gspphot_phoenix,
    /// Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mh_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mh_gspphot_phoenix_upper,
    /// Distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    distance_gspphot_phoenix,
    /// Lower confidence level (16%) of distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    distance_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    distance_gspphot_phoenix_upper,
    /// Monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    azero_gspphot_phoenix,
    /// Lower confidence level (16%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    azero_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    azero_gspphot_phoenix_upper,
    /// Extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ag_gspphot_phoenix,
    /// Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ag_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ag_gspphot_phoenix_upper,
    /// Extinction in $G_{BP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    abp_gspphot_phoenix,
    /// Lower confidence level (16%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    abp_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    abp_gspphot_phoenix_upper,
    /// Extinction in $G_{RP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    arp_gspphot_phoenix,
    /// Lower confidence level (16%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    arp_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    arp_gspphot_phoenix_upper,
    /// Reddening $E(BP-RP)$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ebpminrp_gspphot_phoenix,
    /// Lower confidence level (16%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ebpminrp_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    ebpminrp_gspphot_phoenix_upper,
    /// Absolute magnitude $M_G$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mg_gspphot_phoenix,
    /// Lower confidence level (16%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mg_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    mg_gspphot_phoenix_upper,
    /// Radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    radius_gspphot_phoenix,
    /// Lower confidence level (16%) of radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    radius_gspphot_phoenix_lower,
    /// Upper confidence level (84%) of radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra
    radius_gspphot_phoenix_upper,
    /// Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for PHOENIX library
    logposterior_gspphot_phoenix,
    /// MCMC acceptance rate of GSP-Phot Aeneas MCMC for PHOENIX library
    mcmcaccept_gspphot_phoenix,
    /// Effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra
    teff_gspphot_ob,
    /// Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra
    teff_gspphot_ob_lower,
    /// Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra
    teff_gspphot_ob_upper,
    /// Surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra
    logg_gspphot_ob,
    /// Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra
    logg_gspphot_ob_lower,
    /// Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra
    logg_gspphot_ob_upper,
    /// Iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra
    mh_gspphot_ob,
    /// Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra
    mh_gspphot_ob_lower,
    /// Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra
    mh_gspphot_ob_upper,
    /// Distance from GSP-Phot Aeneas for OB library using BP/RP spectra
    distance_gspphot_ob,
    /// Lower confidence level (16%) of distance from GSP-Phot Aeneas for OB library using BP/RP spectra
    distance_gspphot_ob_lower,
    /// Upper confidence level (84%) of distance from GSP-Phot Aeneas for OB library using BP/RP spectra
    distance_gspphot_ob_upper,
    /// Monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra
    azero_gspphot_ob,
    /// Lower confidence level (16%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra
    azero_gspphot_ob_lower,
    /// Upper confidence level (84%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra
    azero_gspphot_ob_upper,
    /// Extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra
    ag_gspphot_ob,
    /// Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra
    ag_gspphot_ob_lower,
    /// Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra
    ag_gspphot_ob_upper,
    /// Extinction in $G_{BP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    abp_gspphot_ob,
    /// Lower confidence level (16%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    abp_gspphot_ob_lower,
    /// Upper confidence level (84%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    abp_gspphot_ob_upper,
    /// Extinction in $G_{RP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    arp_gspphot_ob,
    /// Lower confidence level (16%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    arp_gspphot_ob_lower,
    /// Upper confidence level (84%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for OB library using BP/RP spectra
    arp_gspphot_ob_upper,
    /// Reddening E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra
    ebpminrp_gspphot_ob,
    /// Lower confidence level (16%) of reddening  E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra
    ebpminrp_gspphot_ob_lower,
    /// Upper confidence level (84%) of reddening  E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra
    ebpminrp_gspphot_ob_upper,
    /// Absolute magnitude $M_G$ from GSP-Phot Aeneas for OB library using BP/RP spectra
    mg_gspphot_ob,
    /// Lower confidence level (16%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for OB library using BP/RP spectra
    mg_gspphot_ob_lower,
    /// Upper confidence level (84%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for OB library using BP/RP spectra
    mg_gspphot_ob_upper,
    /// Radius from GSP-Phot Aeneas for OB library using BP/RP spectra
    radius_gspphot_ob,
    /// Lower confidence level (16%) of radius from GSP-Phot Aeneas for OB library using BP/RP spectra
    radius_gspphot_ob_lower,
    /// Upper confidence level (84%) of radius from GSP-Phot Aeneas for OB library using BP/RP spectra
    radius_gspphot_ob_upper,
    /// Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for OB library
    logposterior_gspphot_ob,
    /// MCMC acceptance rate of GSP-Phot Aeneas MCMC for OB library
    mcmcaccept_gspphot_ob,
    /// Effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra
    teff_gspphot_a,
    /// Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra
    teff_gspphot_a_lower,
    /// Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra
    teff_gspphot_a_upper,
    /// Surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra
    logg_gspphot_a,
    /// Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra
    logg_gspphot_a_lower,
    /// Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra
    logg_gspphot_a_upper,
    /// Iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra
    mh_gspphot_a,
    /// Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra
    mh_gspphot_a_lower,
    /// Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra
    mh_gspphot_a_upper,
    /// Distance from GSP-Phot Aeneas for A library using BP/RP spectra
    distance_gspphot_a,
    /// Lower confidence level (16%) of distance from GSP-Phot Aeneas for A library using BP/RP spectra
    distance_gspphot_a_lower,
    /// Upper confidence level (84%) of distance from GSP-Phot Aeneas for A library using BP/RP spectra
    distance_gspphot_a_upper,
    /// Monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra
    azero_gspphot_a,
    /// Lower confidence level (16%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra
    azero_gspphot_a_lower,
    /// Upper confidence level (84%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra
    azero_gspphot_a_upper,
    /// Extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra
    ag_gspphot_a,
    /// Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra
    ag_gspphot_a_lower,
    /// Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra
    ag_gspphot_a_upper,
    /// Extinction in $G_{BP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    abp_gspphot_a,
    /// Lower confidence level (16%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    abp_gspphot_a_lower,
    /// Upper confidence level (84%) of extinction in $G_{BP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    abp_gspphot_a_upper,
    /// Extinction in $G_{RP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    arp_gspphot_a,
    /// Lower confidence level (16%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    arp_gspphot_a_lower,
    /// Upper confidence level (84%) of extinction in $G_{RP}$ band from GSP-Phot Aeneas for A library using BP/RP spectra
    arp_gspphot_a_upper,
    /// Reddening $E(BP-RP)$ from GSP-Phot Aeneas for A library using BP/RP spectra
    ebpminrp_gspphot_a,
    /// Lower confidence level (16%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for A library using BP/RP spectra
    ebpminrp_gspphot_a_lower,
    /// Upper confidence level (84%) of reddening  $E(BP-RP)$ from GSP-Phot Aeneas for A library using BP/RP spectra
    ebpminrp_gspphot_a_upper,
    /// Absolute magnitude $M_G$ from GSP-Phot Aeneas for A library using BP/RP spectra
    mg_gspphot_a,
    /// Lower confidence level (16%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for A library using BP/RP spectra
    mg_gspphot_a_lower,
    /// Upper confidence level (84%) of absolute magnitude $M_G$ from GSP-Phot Aeneas for A library using BP/RP spectra
    mg_gspphot_a_upper,
    /// Radius from GSP-Phot Aeneas for A library using BP/RP spectra
    radius_gspphot_a,
    /// Lower confidence level (16%) of radius from GSP-Phot Aeneas for A library using BP/RP spectra
    radius_gspphot_a_lower,
    /// Upper confidence level (84%) of radius from GSP-Phot Aeneas for A library using BP/RP spectra
    radius_gspphot_a_upper,
    /// Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for A library
    logposterior_gspphot_a,
    /// MCMC acceptance rate of GSP-Phot Aeneas MCMC for A library
    mcmcaccept_gspphot_a,
    /// Effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    teff_gspspec_ann,
    /// Lower confidence level (16%) of effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    teff_gspspec_ann_lower,
    /// Upper confidence level (84%) of effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    teff_gspspec_ann_upper,
    /// Surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    logg_gspspec_ann,
    /// Lower confidence level (16%) of surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    logg_gspspec_ann_lower,
    /// Upper confidence level (84%) of surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    logg_gspspec_ann_upper,
    /// Global metallicity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    mh_gspspec_ann,
    /// Lower confidence level (16%) of global metallicity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    mh_gspspec_ann_lower,
    /// Upper confidence level (84%) of global metallicity  from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    mh_gspspec_ann_upper,
    /// Abundance of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    alphafe_gspspec_ann,
    /// Lower confidence level (16%) of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    alphafe_gspspec_ann_lower,
    /// Upper confidence level (84%) of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations
    alphafe_gspspec_ann_upper,
    /// Logarithm of the goodness-of-fit for the GSP-Spec ANN parameters
    logchisq_gspspec_ann,
    /// Catalogue flags for GSP-Spec ANN
    flags_gspspec_ann,
    /// Radius of the star from FLAME using {\tt teffGspspec} and {\tt lumFlameSpec}
    radius_flame_spec,
    /// Lower confidence level (16%) of {\tt radiusFlameSpec}
    radius_flame_spec_lower,
    /// Upper confidence level (84%) of {\tt radiusFlameSpec}
    radius_flame_spec_upper,
    /// Luminosity of the star from FLAME using G band magnitude, extinction ({\tt agGspphot}),  parallax and a bolometric correction {\tt bcFlameSpec}
    lum_flame_spec,
    /// Lower confidence level (16%) of {\tt lumFlameSpec}
    lum_flame_spec_lower,
    /// Upper confidence level (84%) of {\tt lumFlameSpec}
    lum_flame_spec_upper,
    /// Mass of the star from FLAME using stellar models,  {\tt lumFlameSpec} and {\tt teffGspspec}
    mass_flame_spec,
    /// Lower confidence level (16%) of {\tt massFlameSpec}
    mass_flame_spec_lower,
    /// Upper confidence level (84%) of {\tt massFlameSpec}
    mass_flame_spec_upper,
    /// Age of the star from FLAME using stellar models, see {\tt massFlameSpec} for details
    age_flame_spec,
    /// Lower confidence level (16%) of {\tt ageFlameSpec}
    age_flame_spec_lower,
    /// Upper confidence level (84%) of {\tt ageFlameSpec}
    age_flame_spec_upper,
    /// Flag indicating quality of parameters from FLAME using GSP-Spec parameters
    flags_flame_spec,
    /// Evolutionary stage of the star from FLAME using stellar models, see {\tt massFlameSpec} for details
    evolstage_flame_spec,
    /// Gravitational redshift from FLAME using GSP-Spec parameters
    gravredshift_flame_spec,
    /// Lower confidence interval of {\tt gravredshiftFlameSpec}
    gravredshift_flame_spec_lower,
    /// Upper confidence interval of {\tt gravredshiftFlameSpec}
    gravredshift_flame_spec_upper,
    /// Bolometric correction applied to derive {\tt lumFlameSpec} using GSP-Spec parameters
    bc_flame_spec,
}

impl Column for Col {}

#[cfg(test)]
/// Collects all the known columns in the astrophysical_parameters_supp table.
pub fn collect_known(map: &mut std::collections::HashMap<String, Vec<String>>) {
    let mut col_strings = Vec::new();
    col_strings.push(Col::solution_id.to_string());
    col_strings.push(Col::source_id.to_string());
    col_strings.push(Col::libname_best_gspphot.to_string());
    col_strings.push(Col::teff_gspphot_marcs.to_string());
    col_strings.push(Col::teff_gspphot_marcs_lower.to_string());
    col_strings.push(Col::teff_gspphot_marcs_upper.to_string());
    col_strings.push(Col::logg_gspphot_marcs.to_string());
    col_strings.push(Col::logg_gspphot_marcs_lower.to_string());
    col_strings.push(Col::logg_gspphot_marcs_upper.to_string());
    col_strings.push(Col::mh_gspphot_marcs.to_string());
    col_strings.push(Col::mh_gspphot_marcs_lower.to_string());
    col_strings.push(Col::mh_gspphot_marcs_upper.to_string());
    col_strings.push(Col::distance_gspphot_marcs.to_string());
    col_strings.push(Col::distance_gspphot_marcs_lower.to_string());
    col_strings.push(Col::distance_gspphot_marcs_upper.to_string());
    col_strings.push(Col::azero_gspphot_marcs.to_string());
    col_strings.push(Col::azero_gspphot_marcs_lower.to_string());
    col_strings.push(Col::azero_gspphot_marcs_upper.to_string());
    col_strings.push(Col::ag_gspphot_marcs.to_string());
    col_strings.push(Col::ag_gspphot_marcs_lower.to_string());
    col_strings.push(Col::ag_gspphot_marcs_upper.to_string());
    col_strings.push(Col::abp_gspphot_marcs.to_string());
    col_strings.push(Col::abp_gspphot_marcs_lower.to_string());
    col_strings.push(Col::abp_gspphot_marcs_upper.to_string());
    col_strings.push(Col::arp_gspphot_marcs.to_string());
    col_strings.push(Col::arp_gspphot_marcs_lower.to_string());
    col_strings.push(Col::arp_gspphot_marcs_upper.to_string());
    col_strings.push(Col::ebpminrp_gspphot_marcs.to_string());
    col_strings.push(Col::ebpminrp_gspphot_marcs_lower.to_string());
    col_strings.push(Col::ebpminrp_gspphot_marcs_upper.to_string());
    col_strings.push(Col::mg_gspphot_marcs.to_string());
    col_strings.push(Col::mg_gspphot_marcs_lower.to_string());
    col_strings.push(Col::mg_gspphot_marcs_upper.to_string());
    col_strings.push(Col::radius_gspphot_marcs.to_string());
    col_strings.push(Col::radius_gspphot_marcs_lower.to_string());
    col_strings.push(Col::radius_gspphot_marcs_upper.to_string());
    col_strings.push(Col::logposterior_gspphot_marcs.to_string());
    col_strings.push(Col::mcmcaccept_gspphot_marcs.to_string());
    col_strings.push(Col::teff_gspphot_phoenix.to_string());
    col_strings.push(Col::teff_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::teff_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::logg_gspphot_phoenix.to_string());
    col_strings.push(Col::logg_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::logg_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::mh_gspphot_phoenix.to_string());
    col_strings.push(Col::mh_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::mh_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::distance_gspphot_phoenix.to_string());
    col_strings.push(Col::distance_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::distance_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::azero_gspphot_phoenix.to_string());
    col_strings.push(Col::azero_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::azero_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::ag_gspphot_phoenix.to_string());
    col_strings.push(Col::ag_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::ag_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::abp_gspphot_phoenix.to_string());
    col_strings.push(Col::abp_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::abp_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::arp_gspphot_phoenix.to_string());
    col_strings.push(Col::arp_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::arp_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::ebpminrp_gspphot_phoenix.to_string());
    col_strings.push(Col::ebpminrp_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::ebpminrp_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::mg_gspphot_phoenix.to_string());
    col_strings.push(Col::mg_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::mg_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::radius_gspphot_phoenix.to_string());
    col_strings.push(Col::radius_gspphot_phoenix_lower.to_string());
    col_strings.push(Col::radius_gspphot_phoenix_upper.to_string());
    col_strings.push(Col::logposterior_gspphot_phoenix.to_string());
    col_strings.push(Col::mcmcaccept_gspphot_phoenix.to_string());
    col_strings.push(Col::teff_gspphot_ob.to_string());
    col_strings.push(Col::teff_gspphot_ob_lower.to_string());
    col_strings.push(Col::teff_gspphot_ob_upper.to_string());
    col_strings.push(Col::logg_gspphot_ob.to_string());
    col_strings.push(Col::logg_gspphot_ob_lower.to_string());
    col_strings.push(Col::logg_gspphot_ob_upper.to_string());
    col_strings.push(Col::mh_gspphot_ob.to_string());
    col_strings.push(Col::mh_gspphot_ob_lower.to_string());
    col_strings.push(Col::mh_gspphot_ob_upper.to_string());
    col_strings.push(Col::distance_gspphot_ob.to_string());
    col_strings.push(Col::distance_gspphot_ob_lower.to_string());
    col_strings.push(Col::distance_gspphot_ob_upper.to_string());
    col_strings.push(Col::azero_gspphot_ob.to_string());
    col_strings.push(Col::azero_gspphot_ob_lower.to_string());
    col_strings.push(Col::azero_gspphot_ob_upper.to_string());
    col_strings.push(Col::ag_gspphot_ob.to_string());
    col_strings.push(Col::ag_gspphot_ob_lower.to_string());
    col_strings.push(Col::ag_gspphot_ob_upper.to_string());
    col_strings.push(Col::abp_gspphot_ob.to_string());
    col_strings.push(Col::abp_gspphot_ob_lower.to_string());
    col_strings.push(Col::abp_gspphot_ob_upper.to_string());
    col_strings.push(Col::arp_gspphot_ob.to_string());
    col_strings.push(Col::arp_gspphot_ob_lower.to_string());
    col_strings.push(Col::arp_gspphot_ob_upper.to_string());
    col_strings.push(Col::ebpminrp_gspphot_ob.to_string());
    col_strings.push(Col::ebpminrp_gspphot_ob_lower.to_string());
    col_strings.push(Col::ebpminrp_gspphot_ob_upper.to_string());
    col_strings.push(Col::mg_gspphot_ob.to_string());
    col_strings.push(Col::mg_gspphot_ob_lower.to_string());
    col_strings.push(Col::mg_gspphot_ob_upper.to_string());
    col_strings.push(Col::radius_gspphot_ob.to_string());
    col_strings.push(Col::radius_gspphot_ob_lower.to_string());
    col_strings.push(Col::radius_gspphot_ob_upper.to_string());
    col_strings.push(Col::logposterior_gspphot_ob.to_string());
    col_strings.push(Col::mcmcaccept_gspphot_ob.to_string());
    col_strings.push(Col::teff_gspphot_a.to_string());
    col_strings.push(Col::teff_gspphot_a_lower.to_string());
    col_strings.push(Col::teff_gspphot_a_upper.to_string());
    col_strings.push(Col::logg_gspphot_a.to_string());
    col_strings.push(Col::logg_gspphot_a_lower.to_string());
    col_strings.push(Col::logg_gspphot_a_upper.to_string());
    col_strings.push(Col::mh_gspphot_a.to_string());
    col_strings.push(Col::mh_gspphot_a_lower.to_string());
    col_strings.push(Col::mh_gspphot_a_upper.to_string());
    col_strings.push(Col::distance_gspphot_a.to_string());
    col_strings.push(Col::distance_gspphot_a_lower.to_string());
    col_strings.push(Col::distance_gspphot_a_upper.to_string());
    col_strings.push(Col::azero_gspphot_a.to_string());
    col_strings.push(Col::azero_gspphot_a_lower.to_string());
    col_strings.push(Col::azero_gspphot_a_upper.to_string());
    col_strings.push(Col::ag_gspphot_a.to_string());
    col_strings.push(Col::ag_gspphot_a_lower.to_string());
    col_strings.push(Col::ag_gspphot_a_upper.to_string());
    col_strings.push(Col::abp_gspphot_a.to_string());
    col_strings.push(Col::abp_gspphot_a_lower.to_string());
    col_strings.push(Col::abp_gspphot_a_upper.to_string());
    col_strings.push(Col::arp_gspphot_a.to_string());
    col_strings.push(Col::arp_gspphot_a_lower.to_string());
    col_strings.push(Col::arp_gspphot_a_upper.to_string());
    col_strings.push(Col::ebpminrp_gspphot_a.to_string());
    col_strings.push(Col::ebpminrp_gspphot_a_lower.to_string());
    col_strings.push(Col::ebpminrp_gspphot_a_upper.to_string());
    col_strings.push(Col::mg_gspphot_a.to_string());
    col_strings.push(Col::mg_gspphot_a_lower.to_string());
    col_strings.push(Col::mg_gspphot_a_upper.to_string());
    col_strings.push(Col::radius_gspphot_a.to_string());
    col_strings.push(Col::radius_gspphot_a_lower.to_string());
    col_strings.push(Col::radius_gspphot_a_upper.to_string());
    col_strings.push(Col::logposterior_gspphot_a.to_string());
    col_strings.push(Col::mcmcaccept_gspphot_a.to_string());
    col_strings.push(Col::teff_gspspec_ann.to_string());
    col_strings.push(Col::teff_gspspec_ann_lower.to_string());
    col_strings.push(Col::teff_gspspec_ann_upper.to_string());
    col_strings.push(Col::logg_gspspec_ann.to_string());
    col_strings.push(Col::logg_gspspec_ann_lower.to_string());
    col_strings.push(Col::logg_gspspec_ann_upper.to_string());
    col_strings.push(Col::mh_gspspec_ann.to_string());
    col_strings.push(Col::mh_gspspec_ann_lower.to_string());
    col_strings.push(Col::mh_gspspec_ann_upper.to_string());
    col_strings.push(Col::alphafe_gspspec_ann.to_string());
    col_strings.push(Col::alphafe_gspspec_ann_lower.to_string());
    col_strings.push(Col::alphafe_gspspec_ann_upper.to_string());
    col_strings.push(Col::logchisq_gspspec_ann.to_string());
    col_strings.push(Col::flags_gspspec_ann.to_string());
    col_strings.push(Col::radius_flame_spec.to_string());
    col_strings.push(Col::radius_flame_spec_lower.to_string());
    col_strings.push(Col::radius_flame_spec_upper.to_string());
    col_strings.push(Col::lum_flame_spec.to_string());
    col_strings.push(Col::lum_flame_spec_lower.to_string());
    col_strings.push(Col::lum_flame_spec_upper.to_string());
    col_strings.push(Col::mass_flame_spec.to_string());
    col_strings.push(Col::mass_flame_spec_lower.to_string());
    col_strings.push(Col::mass_flame_spec_upper.to_string());
    col_strings.push(Col::age_flame_spec.to_string());
    col_strings.push(Col::age_flame_spec_lower.to_string());
    col_strings.push(Col::age_flame_spec_upper.to_string());
    col_strings.push(Col::flags_flame_spec.to_string());
    col_strings.push(Col::evolstage_flame_spec.to_string());
    col_strings.push(Col::gravredshift_flame_spec.to_string());
    col_strings.push(Col::gravredshift_flame_spec_lower.to_string());
    col_strings.push(Col::gravredshift_flame_spec_upper.to_string());
    col_strings.push(Col::bc_flame_spec.to_string());
    map.insert(astrophysical_parameters_supp.string(), col_strings);
}