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 [ ]:
In [ ]:
In [ ]:
You can SIMBAD to find the ICRS
(International Celestial Reference System) coordinates for the targets, or try the FixedTarget.from_name()
function
In [ ]: