/vera

velocidades radiais

Primary LanguagePythonMIT LicenseMIT

PyPI version CI License: MIT Funding

Installation

pip install verapy --extra-index-url https://dace.unige.ch/api

Getting started

from vera import RV

s = RV('data_file.rdb')

s.plot()

Interfacing with DACE

from vera import DACE

HD10180 = DACE.HD10180
HD10180.plot_and_gls()

Known RV surveys

vera knows about a few RV surveys and implements special methods to deal with these observations.
For example,

from vera import KOBE  
s = KOBE.[target_name]

See kobe.caha.es for more information on the KOBE experiment.