Skip to content

Instantly share code, notes, and snippets.

View kerel-fs's full-sized avatar

Fabian P. Schmidt kerel-fs

View GitHub Profile
We couldn’t find that file to show.
@kerel-fs
kerel-fs / iss_transit_astropy.py
Last active November 26, 2019 03:05 — forked from cbassa/iss_transit_astropy.py
Reproducing the ISS->Venus->Solar transit of June 8, 2004 (Astropy & skyfueld & Astropy+Skyfield Frame Trafos)
#!/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