mirror of
https://github.com/silenty4ng/k5sat
synced 2025-01-15 06:52:08 +00:00
update
This commit is contained in:
parent
aa6cba40ea
commit
e271c93351
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -52,7 +52,7 @@ def doppler():
|
|||
satellite = ephem.readtle(sat, sat_line_1, sat_line_2)
|
||||
print(str(pass_time) + " " + str(local2utc(pass_time)))
|
||||
shift_array = []
|
||||
while pass_time < departure_time:
|
||||
while pass_time < departure_time + timedelta(seconds=2):
|
||||
AZ, EI, SHITF_UP, SHIFT_DOWN, DIS = head.CAL_DATA(
|
||||
satellite, sat_line_1, sat_line_2, float(lng), float(lat),
|
||||
float(alt), local2utc(pass_time),
|
||||
|
|
Loading…
Reference in a new issue