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

AutoRIFT should quickly fail if the reference and secondary scenes are the same #178

Open
jhkennedy opened this issue Nov 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jhkennedy
Copy link
Contributor

AutoRIFT is a pixel-tracking algorithm and so requires at least some difference between the reference and secondary scene.

Unfortunately, autoRIFT will process a pair that has the same scene for reference and secondary all the way through and then finally fail due to NaN issues in the netCDF packaging step at the very end, like in this job:
https://hyp3-api.asf.alaska.edu/jobs/879efe81-adf2-48cb-89db-f4bd88c577e4

We should check up front that the reference and secondary scene provided aren't exactly the same and fail immediately.

@jhkennedy jhkennedy added the bug Something isn't working label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant