In [ ]:
%matplotlib inline
import numpy as np
import astropy.units as u
import matplotlib.pyplot as plt
from astroplan import Observer, FixedTarget
from astropy.time import Time
from astropy.coordinates import SkyCoord
from astroplan.plots import plot_sky, plot_airmass
import warnings
warnings.filterwarnings('ignore', category=Warning)
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
Mauna Kea Observatories (Mauna Kea, Hawaii)
Siding Spring Observatory (Coonabarabran, Australia)
Roque de los Muchachos Observatory (La Palma, Canary Islands)
You can SIMBAD to find the ICRS
(International Celestial Reference System) coordinates for the targets, or try the FixedTarget.from_name()
function