Skip to content
Snippets Groups Projects
Commit 64827335 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 745dda89
No related branches found
No related tags found
No related merge requests found
import skyfield
from skyfield import api from skyfield import api
from skyfield import almanac from skyfield import almanac
from skyfield.api import load
from util.util import get_time_tuple_utc from util.util import get_time_tuple_utc
import numpy as np
import datetime
from datetime import timezone
ts = api.load.timescale() ts = api.load.timescale()
eph = api.load('de421.bsp') eph = api.load('de421.bsp')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment