Skip to content

Commit

Permalink
Merge branch 'master' into svxreflector
Browse files Browse the repository at this point in the history
  • Loading branch information
sm0svx committed Jul 17, 2017
2 parents 4364281 + bb12635 commit 4dd38cb
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -177,7 +177,7 @@ proc handle_vhfdx {msg_file} {
return
}

# Example: Possible Sporadic-E from JO89 on 6m. Try towards LQ28 (13�)
# Example: Possible Sporadic-E from JO89 on 6m. Try towards LQ28 (13º)
# Example: Possible Sporadic-E from JO89 on 6m. Try towards JN61 (191 degrees)
set match [regexp \
{^Possible Sporadic-E from (\w\w\d\d) on (\d+c?m)\. Try towards (\w\w\d\d) \((\d+) degrees\)$} \
Expand Down Expand Up @@ -205,7 +205,8 @@ proc handle_vhfdx {msg_file} {
return
}

# Example: Aurora active on 6m. down to 57� of Lat. / SM7GVF(JO77GA)
# Example: Aurora active on 6m. down to 55 deg. of Lat. / LY2X/P(KO25MO)
# Example: Aurora active on 6m. down to 57º of Lat. / SM7GVF(JO77GA)
set match [regexp \
{^Aurora active on (\d+c?m)\. down to (\d+).* of Lat. / (.*?)\((\w\w\d\d\w\w)\)$} \
$subject -> band lat call loc]
Expand Down

0 comments on commit 4dd38cb

Please sign in to comment.