Gaia Data Release 1
Free Access

Table B.1

Queries to retrieve 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 DR1.
select gaia.source_id, gaia.observation_time, gaia.g_flux, gaia.g_flux_error, gaia.g_magnitude, gaia.rejected_by_variability_processing from gaiadr1.phot_variable_time_series_gfov as gaia inner join gaiadr1.cepheid as cep on gaia.source_id=cep.source_id
Query to retrive time series of all RR Lyrae stars in the Gaia DR1.
select gaia.source_id, gaia.observation_time, gaia.g_flux, gaia.g_flux_error, gaia.g_magnitude, gaia.rejected_by_variability_processing from gaiadr1.phot_variable_time_series_gfov as gaia inner join gaiadr1.rrlyrae as rr on gaia.source_id=rr.source_id
Query to retrieve the number of processed observations and SOS Cep&RRL-computed parameters of all Cepheids in the Gaia DR1.
select cep.source_id, num_observations_processed, type_best_classification, mode_best_classification, type2_best_sub_classification, p1, p1_error, num_harmonics_for_p1, epoch_g, epoch_g_error, int_average_g, int_average_g_error, peak_to_peak_g, peak_to_peak_g_error, phi21_g, phi21_g_error, r21_g, r21_g_error from gaiadr1.phot_variable_time_series_gfov_statistical_parameters as stat inner join gaiadr1.cepheid as cep on stat.source_id=cep.source_id
Query to retrieve the number of processed observations and SOS Cep&RRL-computed parameters of all RR Lyrae in the Gaia DR1.
select rr.source_id, num_observations_processed, best_classification, p1, p1_error, num_harmonics_for_p1, epoch_g, epoch_g_error, int_average_g, int_average_g_error, peak_to_peak_g, peak_to_peak_g_error, phi21_g, phi21_g_error, r21_g, r21_g_error from gaiadr1.phot_variable_time_series_gfov_statistical_parameters as stat inner join gaiadr1.rrlyrae as rr on stat.source_id=rr.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.