Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
telescope
Commits
eb0ed67d
Commit
eb0ed67d
authored
May 31, 2022
by
Tammo Jan Dijkema
Browse files
Split TLE field into two
parent
e9064502
Changes
1
Hide whitespace changes
Inline
Side-by-side
telescope.py
View file @
eb0ed67d
...
...
@@ -298,7 +298,8 @@ class Telescope:
self
.
model_enabled
=
bool
(
int
(
switches
[
2
][
1
]))
self
.
satname
=
switches
[
3
][
1
]
self
.
tle
=
switches
[
4
][
1
]
self
.
tle1
=
switches
[
4
][
1
][:
69
]
self
.
tle2
=
switches
[
4
][
1
][
69
:]
self
.
_event_sat
.
set
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment