-
Notifications
You must be signed in to change notification settings - Fork 10
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
Loading/saving masks in pixel coordinates #116
Comments
Do you have a sample file for the mask? I would like to make you realize that in the deployed new version 0.8.1, there is an option in the As the C++ assembler now support all the three modular detectors, it is time to implement the |
You can find an example mask at /gpfs/exfel/exp/MID/201901/p002542/usr/Software/mask.npy |
I just deployed a test version 0.8.3dev at |
We can reopen the issue or start another one if you find any bug or need some additional features. |
Forgot to mention that I also updated the documentation https://extra-foam.readthedocs.io/en/latest/image_tool.html#mask-panel |
Hi, |
Yes, there is something not easy to fix in order to synchronize the mask in the processors and the GUI sides. If I still remember correctly, you will need to keep the image tool showing the geometry panel and wait for the new mask to get updated. Otherwise, there is a chance to get the error you mentioned if you switched to other pannels. |
We would need the masks to be saved and loaded in the same shape as the detector data. As for example for AGIPD as (16,512,128) array. This would make the masks reusable, even if the geomertry of the quadrants changes. And in general, a bad pixel stays bad, even if the quadrant moves.
Also, it would make EXtra-foam masks compatible with other programs, as for example the the ADU_histogram device in Karabo.
The text was updated successfully, but these errors were encountered: