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
As far as I am aware the following is the decoder for the SIO header information:
SIO_TYPE_U: 1 - Unsigned Integer
SIO_TYPE_S: 2 - Signed Integer
SIO_TYPE_F: 3 - Float
SIO_TYPE_CU: 11 - Complex Unsigned Integer (interleaved)
SIO_TYPE_CS: 12 - Complex Signed Integer (interleaved)
SIO_TYPE_CF: 13 - Complex Float (interleaved)
SIO_TYPE_NU: 21 - Arbitrary Unsigned Type
SIO_TYPE_NS: 22 - Arbitrary Signed Type
In case this wasn't already known, I just wanted to put it out there. Let me know if I am missing something.
The text was updated successfully, but these errors were encountered:
shckltn
changed the title
Float and Unsigned Int SIO not supported in SIOReader() - ([3,4]) & ([1,1]) SIO Headers
Float and Unsigned Int SIO not supported in SIOReader() - [3,4] & [1,1] SIO Headers
Dec 23, 2024
It seems when I try to use sarpy's SIOReader on sio data with types other than complex I run into issues.
I see the following errors when attempting to read in float / real data (4 byte elements) and uint (1 byte elements):
Float 4 bytes [3, 4]
Unsigned Int 1 byte [1, 1]
The sarpy code in question (Link to code):
As far as I am aware the following is the decoder for the SIO header information:
In case this wasn't already known, I just wanted to put it out there. Let me know if I am missing something.
The text was updated successfully, but these errors were encountered: