SuperDARN / rst

Radar Software Toolkit (RST)
https://superdarn.github.io/rst/
GNU General Public License v3.0
22 stars 18 forks source link

Real-time output file name fix #549

Closed egthomas closed 1 year ago

egthomas commented 1 year ago

This pull request slightly modifies the behavior of rtcfit, rtgrid, and rtsnd by allowing the user to set the radar name used for the real-time output files via an optional -name command line option.

By default, the three-letter station name is taken from the radar parameter block of the real-time data stream. However, sometimes that value can become corrupted / invalid, causing the stid to be set to zero and the files to be labeled as belonging to the tst radar.

egthomas commented 1 year ago

and apologies to @ecbland - I promise this is the last fix I try to add to the 5.0 release!

ecbland commented 1 year ago

This compiles ok. Merging now

egthomas commented 1 year ago

Thanks @ecbland!