We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed by me and @taliboliver , there very occasional pixels with coherence above 1
It's something with
def _take_looks_da(da: da.Array, row_looks: int, col_looks: int): return da.coarsen(x=col_looks, y=row_looks, boundary="trim").mean()
It's not a huge deal, but will avoid us needing to manually set the vmax when plotting coherence sometimes
vmax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed by me and @taliboliver , there very occasional pixels with coherence above 1
It's something with
It's not a huge deal, but will avoid us needing to manually set the
vmax
when plotting coherence sometimesThe text was updated successfully, but these errors were encountered: