A set of tools and handy scripts for astronomers. Read the docs here.
You are more than welcome to do pull requests, open issues, give suggestions, etc.
If you have git installed (or if you want to install git and use it for the first time), then the tools can be installed with the following few commands in the terminal
git clone https://github.com/iastro-pt/ObservationTools
cd ObservationTools
pip install -r requirements.txt # You may need to use sudo here
If you do not have git installed, you can just download the entire directory here.
unzip ObservationTools-master.zip
cd ObservationTools-master
pip install -r requirements.txt # You may need to use sudo here
If you want to update your tools and installed it with git
, simply change the directory to this folder and do a git pull
.
If you don't used git, you have to do the installation again as described above.