JvanKatwijk / eti-stuff

experimental software for creating and interpreting eti frames
GNU General Public License v2.0
21 stars 12 forks source link

eti-cmdline: add option to disable status #19

Closed basicmaster closed 6 years ago

basicmaster commented 6 years ago

It would be great if a command line parameter could be added, which disables the permanent status output like

125         estimated snr: 11, fibquality 100

The reason is that when the ETI output is forwarded to another tool (e.g. DABlin), the stderr outputs might be mixed, especially when due to bad reception RS coding errors are found, fixed and output to the user.

JvanKatwijk commented 6 years ago

added a -S switch for being silent

2018-01-29 14:17 GMT+01:00 Stefan Pöschel notifications@github.com:

It would be great if a command line parameter could be added, which disables the permanent status output like

125 estimated snr: 11, fibquality 100

The reason is that when the ETI output is forwarded to another tool (e.g. DABlin), the stderr outputs might be mixed, especially when due to bad reception RS coding errors are found, fixed and output to the user.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/eti-stuff/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwAfNtphujBVX64dYsejTWbXKRgKwks5tPcTsgaJpZM4RwlDS .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

basicmaster commented 6 years ago

Thanks!

andimik commented 6 years ago

This does not work for rawfiles and for wavfiles:

eti-cmdline-wavfiles -F foo.sdr -S > foo.eti or eti-cmdline-rawfiles -F foo.raw -S > foo.eti

will both show only the help window.

JvanKatwijk commented 6 years ago

Good point. The handling of the -S option (and the -h option) happened to be neclosed in a part that was enclosed in the wrong part of an ifdef .. endif construct

2018-02-10 13:23 GMT+01:00 andimik notifications@github.com:

This does not work for rawfiles and for wavfiles:

eti-cmdline-wavfiles -F foo.sdr -S > foo.eti or eti-cmdline-rawfiles -F foo.raw -S > foo.eti

will both show only the help window.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/eti-stuff/issues/19#issuecomment-364648000, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwKxkiyzeTz3m1QyCw58iWx_B_fMXks5tTYolgaJpZM4RwlDS .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355