simpsonchristo / satellite-rgt

Repeating Ground Track Orbits in High-Fidelity Geopotential
0 stars 0 forks source link

tephem - repeat values #2

Open simpsonchristo opened 5 years ago

simpsonchristo commented 5 years ago

Using the following in setupTimeEphem does not count the time step. tephem is the same value repeated. Need to address to print out an ephemeris. t0 = datetime.utcnow().replace(tzinfo=utc) stepsize = timedelta(seconds=dt) stoploop = 86400/30 #30 sec timestep in terms of day trange = [] for i in range(stoploop): trange.append(t0 + stepsize) tephem = timetype.utc(trange) return tephem, t0

simpsonchristo commented 5 years ago

@wjpatton1 Potential solution in python2 version of setupScAndGs. Prints SGP4 ephemeris.