Python Extensions for astronomical Interferometry Scripting


Install
pip install astro-pyxis==1.7.6

Documentation

pyxis

Python Extensions for Interferometry Scripting.

installation

 $ python setup.py install

For newer Python installs (i.e. 3.10 and beyond) this invocation of setup.py is deprecated. You can use this instead (in the same directory that setup.py is located in):

 $ python -m pip install .

If you want to install in a non-default location, you can specify that using a prefix, i.e.:

 $ python -m pip install --prefix /install/somewhere/else .

Documentation

Read everything about MeqTrees on the wiki:

https://github.com/ska-sa/meqtrees/wiki

Development

Build Status