This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from matplotlib.patches import Circle | |
import astropy.units as u | |
from astropy.time import Time | |
from astropy.coordinates import get_body, solar_system_ephemeris | |
from astropy.coordinates import EarthLocation, GCRS, FK5 | |
from astropy.coordinates import SkyCoord, PrecessedGeocentric, CartesianRepresentation | |
from astropy.wcs import wcs |