Skip to content

Reading binary data with separated REAL and IMAG part #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rogerkuou opened this issue Jul 27, 2023 · 1 comment
Open

Reading binary data with separated REAL and IMAG part #31

rogerkuou opened this issue Jul 27, 2023 · 1 comment
Labels
3 days enhancement New feature or request

Comments

@rogerkuou
Copy link
Member

Some SAR data providers provide binary complex data in two files, separating real and imaginary part.

For example check this path:
ls /project/caroline/Share/users/caroline-fvanleijen/projects/saocom/saocom_test/20230415/merged.data

files:

i_HH_mst_28Mar2023.hdr  i_HH_slv1_13Apr2023.hdr  q_HH_mst_28Mar2023.hdr  q_HH_slv1_13Apr2023.hdr
i_HH_mst_28Mar2023.img  i_HH_slv1_13Apr2023.img  q_HH_mst_28Mar2023.img  q_HH_slv1_13Apr2023.img

files starting with i are real data, q are imagenary data. img are binary files, hdr are metadata files.

Now the from_binary function assumes complex data are saved in one binary. We should consider expand it for this case.

@rogerkuou rogerkuou added the enhancement New feature or request label Nov 16, 2023
@rogerkuou
Copy link
Member Author

If we have SNAP working, this might be something we need to work on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 days enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant