Small-Bodies-Node / pds4_tools

Python package to read and display NASA PDS4 data.
17 stars 13 forks source link

Incorrect (?) warning on field_format #24

Closed msbentley closed 4 years ago

msbentley commented 4 years ago

I get the following warning opening a data product:

Warning: field_format '%+17.10E' does not conform to PDS4 standards for field 'ACC_X' (full location: 'ACC_X')

which goes away if I replace the upper-case E in the format specifier with a lower case e. However, as far as I can see from the IM both are allowed, and from the standards doc should be identical:

image

Perhaps I'm missing something, but I cannot obviously see what is invalid in the given specifier.

LevN0 commented 4 years ago

@msbentley,

Believe this issue may have been solved by 09ea30596c6426b60c293a1bcaf3a8cf40fbb58f, can you try the master version?

msbentley commented 4 years ago

Yes, the master version fixes that - many thanks!

LevN0 commented 4 years ago

Glad to hear.