Skip to content

FieldParser: be more careful about units

Simon Spannagel requested to merge unit_checks into master

This MR improves the field parser. It warns about missing or wrong units. We now use one of the abandoned header fields of the INIT file (##SEED##) to store the units when writing the field. The code only prints an error but continues to decode the data.

Merge request reports