Skip to content

Commit

Permalink
Final tweak to times
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Apr 12, 2024
1 parent 9129f55 commit 4a49500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cheta/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ def obc4eng(dat):
"a": DateTime("2014:342:16:29:30").secs,
"b": DateTime("2014:342:16:32:45").secs,
"c": DateTime("2017:312:16:11:16").secs,
"d": DateTime("2024:102:11:49:20").secs,
"e": DateTime("2024:102:11:52:20").secs,
"d": DateTime("2024:102:11:49:35").secs,
"e": DateTime("2024:102:11:52:19").secs,
}

for patch in ("a", "b", "c", "d", "e"):
Expand Down Expand Up @@ -515,7 +515,7 @@ def tel2eng(dat):
# both times and further details.
patch_time = {
"pr-361": DateTime("2014:342:16:32:45").secs,
"pr-575": DateTime("2024:102:11:52:20").secs,
"pr-575": DateTime("2024:102:11:52:19").secs,
}

msid = {
Expand Down

0 comments on commit 4a49500

Please sign in to comment.