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
thank you for this nice open-source project. I was wondering if you thought about adding the possibility to specify the endianess of the complex SAR data to load.
Thanks,
Nils
The text was updated successfully, but these errors were encountered:
Hi @nilsdoe, thanks a lot for reaching out to us. And my apology for taking so long to reply.
I myself am not an expert in endianess. What we use in SARXarray is the standard Numpy data types. For example, in this documentation page, we use numpy.complex64. And according to Numpy documentation, by default the system native endian is used, with the possibility of customization.
Based on the information, I would expect if you follow the dtype constructing doc from Numpy, you can construct the dtype with the endian of your interest and pass it to sarxarray.from_binary().
Hey,
thank you for this nice open-source project. I was wondering if you thought about adding the possibility to specify the endianess of the complex SAR data to load.
Thanks,
Nils
The text was updated successfully, but these errors were encountered: