Skip to content

iastro-pt/ObservationTools

Repository files navigation

Build Status Documentation StatusUpdatesPython 3

ObservationTools

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.

Installation

With git

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

Without git

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

Updates

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.

About

A set of tools to plan astronomical observations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages