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
zonnedemo
Commits
df9e2c1f
Commit
df9e2c1f
authored
Aug 25, 2021
by
Tammo Jan Dijkema
Browse files
Increase speed tolerance
parent
b2bb59da
Changes
1
Hide whitespace changes
Inline
Side-by-side
zonnewaarneming.py
View file @
df9e2c1f
...
@@ -167,7 +167,7 @@ while not stoprequest:
...
@@ -167,7 +167,7 @@ while not stoprequest:
print
(
f
"Elevation off (
{
separation_alt
}
), continuing"
)
print
(
f
"Elevation off (
{
separation_alt
}
), continuing"
)
continue
continue
if
dt
.
speed_az
>
0.
3
*
u
.
deg
/
u
.
s
:
if
dt
.
speed_az
>
0.
5
*
u
.
deg
/
u
.
s
:
# Don't show anything if we're slewing very fast
# Don't show anything if we're slewing very fast
print
(
"Too fast"
)
print
(
"Too fast"
)
continue
continue
...
...
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