vix.ing · top · new · best · stats · spec

Using Virtual Observatory with Python: querying remote astronomical databases

2014/08/29 by F. Paletou, Paletou, F., I. Zolotukhin +1
Engineering · Physics and Astronomy · #Adaptive optics and wavefront sensing #Astronomical Observations and Instrumentation #Astronomy and Astrophysical Research #FOS: Physical sciences #Instrumentation and Methods for Astrophysics (astro-ph.IM) #Solar and Stellar Astrophysics (astro-ph.SR)

paper · pdf · doi:10.48550/arxiv.1408.7026

openalex publication_date 2014/08/29 · openalex created_date 2016/06/24 · openalex updated_date 2026/08/01

Abstract

This tutorial is devoted to extending an existing catalogue with data taken elsewhere, either from CDS Vizier or Simbad database. As an example, we used the so-called 'Spectroscopic Survey of Stars in the Solar Neighborhood' (aka. S4N, Allende Prieto et al. 2004) in order to retrieve all objects with available data for the set of fundamental stellar parameters effective temperature, surface gravity and metallicity. Then for each object in this dataset we query Simbad database to retrieve the projected rotational velocity. This combines Vizier and Simbad queries made using Python astroquery module. The tutorial covers remote database access, filtering tables with arbitrary criteria, creating and writing your own tables, and basics of plotting in Python.

Related