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

UAVSAR_Stack sensor does not properly process segments other than the first segment of a UAVSAR SLC stack #170

Closed
EJFielding opened this issue Aug 2, 2020 · 4 comments

Comments

@EJFielding
Copy link
Contributor

The stripmapStack processor support for segments of a UAVSAR SLC stack other than segment 1 is incomplete. Interferograms are processed successfully, but they have incorrect geometry information. See insarlab/MintPy#407 for details.

I will see if I can fix this.

@EJFielding
Copy link
Contributor Author

Is there a best practices document for changing my local branch to the new isce2/main branch in v2.4.0?

@piyushrpt
Copy link
Member

The problem is not with the reader. It is with the prepare script which does not propagate the segment number to the reader. If this is done correctly, the script should work.

@EJFielding
Copy link
Contributor Author

I see now that most of the changes required are in the unpackFrame_UAVSAR.py code.

@EJFielding
Copy link
Contributor Author

This was fixed by #171.

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