evn-vlbi / VLBI-utilities

Utilities that can be used at stations to help with VLBI observations.
GNU General Public License v3.0
4 stars 2 forks source link

Bug fix: avoiding a trailing comma in POLY line #1

Closed bmarcote closed 3 years ago

bmarcote commented 3 years ago

In the cases when a station only provides a nominal gain curve polynomial, the current version wrote the line

POLY=1.0, /

This breaks in several readers as a value would be expected after the comma. This fix avoids this issue and leaves the line as expected:

POLY=1.0 /

Other scenarios remain unchanged.