joedurbak / aircalc

calculates air mass, rise time and set time for given ra and dec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aircalc

calculates air mass, rise time and set time for given ra and dec

input

expects csv with header line that at least contains:

  • BlockID
  • ObjectName
  • RA
  • DEC

installation

Clone the repository

git clone https://github.com/joedurbak/aircalc

Install the packages

conda install astropy numpy matplotlib pandas jinja2
conda install -c conda-forge astroplan

About

calculates air mass, rise time and set time for given ra and dec

License:GNU General Public License v3.0


Languages

Language:Python 85.4%Language:HTML 14.6%