Free Access
Table A.1
Queries to retrieve DR2 information on the Cepheids and RR Lyrae stars from the Gaia archive in the Astronomical Data Query Language (Osuna et al. 2008).
Query to retrieve time series of all Cepheids in the Gaia DR2. |
select gaia.source_id, epoch_photometry_url from gaiadr2.gaia_source as gaiaŠinner join gaiadr2.vari_cepheid as cep on gaia.source_id=cep.source_id |
Query to retrieve time series of all RR Lyrae stars in the Gaia DR2 |
select gaia.source_id, epoch_photometry_url from gaiadr2.gaia_source as gaiaŠinner join gaiadr2.vari_rrlyrae as rrl on gaia.source_id=rrl.source_id |
Query to retrieve the number of processed observations and SOS Cep&RRL-computed parameters of all Cepheids in the Gaia DR2 |
select cep.*,tsr.num_selected_g_fov,tsr.num_selected_bp,tsr.num_selected_rp from gaiadr2.vari_cepheid cepŠinner join gaiadr2.vari_time_series_statistics tsr on cep.source_id=tsr.source_id |
Query to retrieve the number of processed observations and SOS Cep&RRL-computed parameters of all RR Lyrae in the Gaia DR2 |
select rrl.*,tsr.num_selected_g_fov,tsr.num_selected_bp,tsr.num_selected_rp from gaiadr2.vari_rrlyrae rrlŠ inner join gaiadr2.vari_time_series_statistics tsr on rrl.source_id=tsr.source_id |
Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.
Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.
Initial download of the metrics may take a while.