Skip to content

dreamalligator/vondrak

Repository files navigation

Vondrák's Long Term Precession Model

PyPI - Python Version

GitHub License

PyPI - Version

A Python implementation of Vondrák's long term precession model and Fortran code.

Dependencies

The only dependency is numpy.

Install

To install the Vondrak Python package via PyPI, simply pip3 install vondrak. For Python 2, use pip. All code is hosted at github.com/dreamalligator/vondrak.

Alternatively, clone the repo git clone https://github.com/dreamalligator/vondrak, and install from source with python3 setup.py install.

Documentation

View the docs at dreamalligator.github.io/vondrak, or generate with make html in the docs folder.

Development ===== Setup a conda environment by simply running conda env create --file environment.yml and activate by conda activate vondrak

Tests

Tests use the pytest framework. Simply run pytest.

License

MIT