jt65 seems very prone to false decodes

This commit is contained in:
Jakob Ketterl 2019-09-13 20:58:37 +02:00
parent 6ff55e1279
commit be05b54053
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class Jt65Chopper(WsjtChopper):
def decoder_commandline(self, file):
# TODO expose decoding quality parameters through config
return ["jt9", "--jt65", "-d", "3", file]
return ["jt9", "--jt65", "-d", "1", file]
class Jt9Chopper(WsjtChopper):