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
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.