Skip to content

Commit

Permalink
Use estimated offset for WXRPN9 sondes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Jun 27, 2024
1 parent 2afdfb5 commit b848f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auto_rx/autorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
# PATCH - Small changes, or minor feature additions.

__version__ = "1.7.4"
__version__ = "1.7.5-beta1"


# Global Variables
Expand Down
4 changes: 1 addition & 3 deletions auto_rx/autorx/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,7 @@ def detect_sonde(
% (_sdr_name, _score, _offset_est)
)
_sonde_type = "WXRPN9"
# Clear out the offset estimate for WxR-301's as it's not accurate
# to do no whitening on the signal.
_offset_est = 0.0

else:
_sonde_type = None

Expand Down

0 comments on commit b848f13

Please sign in to comment.