mhvk / pycalc11

Python bindings to CALC11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python bindings to CALC11

To install, you also need the difxcalc11 source code, and have numpy installed (as well as pytest for running tests).

Assuming you are at the top of the directory of pycalc11, you can do the following:

git svn clone https://svn.atnf.csiro.au/difx/applications/difxcalc11/trunk difxcalc11
pip install -e .

If you already have the difxcalc11 source and data directories somewhere, either create a symbolic link to its location, or set the environment variable DIFXCALC11 with the path to it.

About

Python bindings to CALC11

License:GNU General Public License v3.0


Languages

Language:Python 100.0%