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

fix some cf issues

parent ed1a52fa
No related branches found
No related tags found
No related merge requests found
from skyfield import api
from skyfield import almanac
from util.util import get_time_tuple_utc
from util.setup import ancillary_path
time_scale = api.load.timescale()
eph = api.load('de421.bsp')
load = api.Loader(ancillary_path)
eph = load('de421.bsp')
def convert_time(epoch_time):
......
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