Basic python modules for science analysis by Alex Ji
If you use any of these tools in published work (especially data tables), PLEASE get in contact with me about what you should cite for the parts you use. I will compile these eventually, but it will take some time.
Currently recommended to install from source. Go to a directory where you want to keep the code. Then:
git clone https://github.com/alexji/alexmods.git
cd alexmods
python setup.py develop
If you do python setup.py install
, it appears to not copy the data files to the right location.
If you know how to fix this please let me know!
gaiatools
requires pyia, gala, galpy, and gaia_tools. The last one needs an environment variable set.
- Make installable (seems not to work all the time)