-
Notifications
You must be signed in to change notification settings - Fork 56
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
Allow multi-image masks. Resolves #651. #654
Conversation
Also sync some of the documentation between NXdetector and NXmx.
@graeme-winter has argued we want a separate dynamic_mask. Closing this for now, but it can be reopened pending discussion. |
This pull request only clarifies the status quo. I see no reason to not merge this. |
Hey, so this would be independent then of whether #655 is merged in? If so, I'll merge in an hour and we can let the issue of whether to add a dynamic mask have some more discussion, if needed. |
Again, a day for final review is recommended. |
👍
…On Tue, Apr 2, 2019 at 9:13 AM Pete R Jemian ***@***.***> wrote:
Again
<#652 (comment)>,
a day for final review is recommended.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#654 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM2OyqQDEYi8R6Ert4p5yO1cNyp8oeQpks5vc4GagaJpZM4cRIlr>
.
|
So, in people words you are allowing the dimensionality of pixel_mask to be extended to the same dimensionality of the data set, then the other PR is to add what is effectively a second mask? Makes sense to me. |
Yep. I don’t see why we can’t have both, if there is a good use case like this.
…-Aaron
On Apr 2, 2019, at 11:40 PM, Graeme Winter ***@***.***> wrote:
So, in people words you are allowing the dimensionality of pixel_mask to be extended to the same dimensionality of the data set, then the other PR is to add what is effectively a second mask? Makes sense to me.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to reiterate my position on this. :-)
Thanks all. |
Putative solution for multi-image masks and a proposed solution to the issues raised here: https://github.com/HDRMX/NXmx/wiki/Treatment-of-(Dynamic)-Shadows-in-Eiger-Data-Sets
Adds this text: Can be either one mask for the whole dataset (rank i, j, k) or each frame can have its own mask (rank np, i, j, k).
Also sync some of the documentation between NXdetector and NXmx.