Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L2 pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L2 pipelines
Commits
5789703e
Commit
5789703e
authored
4 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Fix OBT decoding
parent
145762e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
solo_obt2utc.pro
+3
-3
3 additions, 3 deletions
solo_obt2utc.pro
with
3 additions
and
3 deletions
solo_obt2utc.pro
+
3
−
3
View file @
5789703e
...
@@ -2,11 +2,11 @@ function solo_obt2utc, obt
...
@@ -2,11 +2,11 @@ function solo_obt2utc, obt
;
check
if
obt
is
in
the
correct
form
(
string
,
with
coarse
and
fine
times
)
;
check
if
obt
is
in
the
correct
form
(
string
,
with
coarse
and
fine
times
)
if
isa
(
obt
,
/
number
)
then
obt
=
decode_obt
(
obt
,
/
from_decimal
)
if
isa
(
obt
,
/
number
)
then
obt
_decoded
=
decode_obt
(
obt
,
/
from_decimal
)
else
obt_decoded
=
obt
;
convert
the
requested
obt
into
ephemeris
time
;
convert
the
requested
obt
into
ephemeris
time
cspice_scs2e
,
-
144
L
,
obt
,
et
cspice_scs2e
,
-
144
L
,
obt
_decoded
,
et
;
convert
the
ephemeris
time
into
utc
;
convert
the
ephemeris
time
into
utc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment