Skip to content
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

bugs in extract_s1_bursts.py #3

Open
chenweicug opened this issue Jun 3, 2020 · 1 comment
Open

bugs in extract_s1_bursts.py #3

chenweicug opened this issue Jun 3, 2020 · 1 comment

Comments

@chenweicug
Copy link

Hi,
When i set the start_swath and end_swath is not 1 and 3, the extract_s1_bursts.py script will give the following error:

extract_s1_bursts.py xietongmenT128F89S1A 20181228
Traceback (most recent call last):
File "/home/chen/Software/InSAR/PyINT/pyint/extract_s1_bursts.py", line 287, in
main(sys.argv[:])
File "/home/chen/Software/InSAR/PyINT/pyint/extract_s1_bursts.py", line 242, in main
SB1=int(AA[ii-1,0])
IndexError: too many indices for array
the script seem to work well when use the whole swath in sentinel1

@ymcmrs
Copy link
Owner

ymcmrs commented Jun 9, 2020

In the latest version of PyINT, which will be updated later, this script is not used.

The basic idea behind this script is: 1) determine the common bursts, e.g., 1-9, 2-10,; 2) extract the related bursts. While, this is not necessary for the new version of GAMMA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants