The Automated RV Inspector


Keywords
RV, exoplanets
License
MIT
Install
pip install arvi==0.2.7

Documentation

This package sits alongside DACE to help with the analysis of radial velocity datasets.
It has been used within the ESPRESSO GTO program, and may be useful for other surveys and instruments.

Getting started

Install arvi using pip

pip install arvi

# or
pip install arvi -U # to update

Then either directly import a given target

from arvi import HD1234

or create an instance of the RV class

from arvi import RV
s = RV('HD1234', instrument='ESPRESSO')

Current version

PyPI - Version

Actions

Deploy docs Install-Test Upload Python Package