NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

NetCDF variables improperly filled #133

Closed BradSchoenrock closed 6 years ago

BradSchoenrock commented 6 years ago

Creating an issue for this even though it is basically done.

Initally (several days ago) there was a bug filling power monitoring variables. I fixed that off by one error and reversed the dimentions appropriatly.

There is also a bug where the data channel numbers are being filled incorrectly, that was a bug because both the sync and channel number were packed in the same 8 bit character, and i was incorrectly parsing the two from each other.