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
HPIB
Commits
1b2e1331
Commit
1b2e1331
authored
Apr 26, 2018
by
Tammo Jan Dijkema
Browse files
Make astropy vlsr correction the default
parent
2da9bd2c
Changes
1
Show whitespace changes
Inline
Side-by-side
track_doppler.py
View file @
1b2e1331
...
...
@@ -8,6 +8,7 @@ import threading
import
subprocess
from
vlsr
import
doppler_frequency
from
telescope
import
telescope
from
camrasdevices
import
Receiver
,
LocalOscillator
...
...
@@ -38,7 +39,7 @@ def doppler_harm_mb(sky_coordinate, time, tracking_frequency, location):
def
track_doppler
(
dt
,
lo
,
tracking_frequency
=
freq_hi
,
doppler_function
=
doppler_
harm_bl
,
doppler_function
=
doppler_
frequency
,
exit_event
=
None
,
timeout
=
0.5
):
"""Sets the Local Oscillator to a frequency to correct for Doppler shift. When exit event is
...
...
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