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

Fix in_trim_slice size for non overlapping blocks #454

Merged

Conversation

scottstanie
Copy link
Collaborator

Having a HalfWindow(1, 1) and Strides(3, 3) should lead to non overlapping blocks. The output trimming slices were working, but input (full res) slices were slice(0, 0) instead of slice(0, None)

@scottstanie scottstanie merged commit a22b99e into isce-framework:main Oct 18, 2024
6 checks passed
@scottstanie scottstanie deleted the fix-blocks-exact-multilook branch October 18, 2024 19:10
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

Successfully merging this pull request may close these issues.

1 participant