Closed fkmjr closed 1 year ago
Hi, thank you for opening an issue. Can you please provide an example file that this issue is occurring with?
This has been fixed with the release of 1.0.4.
Please refer to the release notes for more details.
The new version should be available on conda a few hours from posting this (the changes have already been submitted to conda-forge).
pdr incorrectly parses a bit mask value as an integer, removing the bit mask after the # character. Consequently, such a value cannot be retrieved.
Example:
SAMPLE_BIT_MASK is parsed to an integer with the numerical value of 2, removing the bit mask after the # character. Instead, the result should be a string holding the value of the PDS attribute, e.g.
2#0000111111111111#
in the above example.