Astronomoid / ObsPlanGUI

A small GUI program to create Airmass, Altitude and Sky Maps plots for a nightly target at IAO, Ladakh, India. Uses Astroplan and Tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObsPlanGUI

Code is specifically for the observatories under IAO, IIA Hanle. Can be altered easily. This is used to generate Airmass v Time and Altitude v Time plots for the given object. Object's details are taken from the GUI window. This code uses Tkinter, Astropy and Astroplan libraries

Go to the directory and execute:

python3 astroplan_hct_iia.py 
or
python astroplan_hct_iia.py

Requirements:

  • socket
  • datetime
  • numpy
  • astropy
  • pytz
  • matplotlib
  • astroplan
  • tkinter
  • PIL
  • tkcalender

dict_from_gui.py can be used separately. Function details are specified in it.

About

A small GUI program to create Airmass, Altitude and Sky Maps plots for a nightly target at IAO, Ladakh, India. Uses Astroplan and Tkinter.

License:MIT License


Languages

Language:Python 100.0%