Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrassow committed Dec 27, 2023
1 parent 0deae95 commit 5404cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flight/pygnc/common/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

def gps_week_milliseconds_to_brahe_epoch(gps_week, gps_milliseconds):
gps_epoch = brahe.epoch.Epoch("1980-01-06") # gps time starting epoch
#gps_epoch = brahe.epoch.Epoch("1970-01-01") # gps time starting epoch
gps_epoch += gps_week * seconds_in_week
gps_epoch += gps_milliseconds / 1000.0

Expand Down

0 comments on commit 5404cd6

Please sign in to comment.