You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When interpreted, these values are converted to floating-point numbers. However, when we want to convert a TRE to a dict, there is no support to place floating-point numbers in the dict:
The BANDSB TRE includes 4-byte fields that use the ieee754 floating-point format:
sarpy/sarpy/io/general/nitf_elements/tres/unclass/BANDSB.py
Line 35 in dad0ba7
When interpreted, these values are converted to floating-point numbers. However, when we want to convert a TRE to a dict, there is no support to place floating-point numbers in the dict:
sarpy/sarpy/io/general/nitf_elements/tres/tre_elements.py
Lines 165 to 183 in dad0ba7
The error check should be updated:
The text was updated successfully, but these errors were encountered: