Skip to content

Commit

Permalink
Qcom ephem gets refreshed every 100s and is up 180s late
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Mar 17, 2023
1 parent aebda2b commit eed7b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laika/ephemeris.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,4 @@ def parse_qcom_ephem(qcom_poly, current_week):
poly_data['clock'] = [1e-3*data.other[3], 1e-3*data.other[2], 1e-3*data.other[1], 1e-3*data.other[0]]
poly_data['deg'] = 3
poly_data['deg_t'] = 3
return PolyEphemeris(prn, poly_data, epoch, ephem_type=EphemerisType.QCOM_POLY, max_time_diff=180, file_name='qcom')
return PolyEphemeris(prn, poly_data, epoch, ephem_type=EphemerisType.QCOM_POLY, max_time_diff=300, file_name='qcom')

0 comments on commit eed7b0f

Please sign in to comment.