cobaltpet / swl-tool

A ruby script for fetching, parsing, and displaying EiBi shortwave broadcast schedules
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement a -mt [nn] (meter band frequency tolerance) option #5

Closed cobaltpet closed 7 years ago

cobaltpet commented 7 years ago

Currently, meter band frequency ranges are strict according to the Wikipedia page for shortwave broadcast bands. Implement a -mt [nn] option to expand the meter band frequency range by the tolerance amount. Broadcasts in the range (lowerFrequency-tolerance..higherFrequency+tolerance) will match.

cobaltpet commented 7 years ago

Fix committed.