-
Notifications
You must be signed in to change notification settings - Fork 97
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
Geometric mask for moving detector #765
Comments
This looks complicated ... |
I think a good idea could be to have 2 concepts of masks.
pyfai could take care of merging both instead of using one or the other. In a second step, instead of a raster per angle for the experiment mask, it could be modelized globally by polygons with azim-radius as points. This structure will be a little tricky to manage at the calibration (then it is not for tomorrow) but it could solve your problem? |
On Fri, 26 Jan 2018 09:41:10 +0000 (UTC) Valentin Valls ***@***.***> wrote:
In a second step, instead of a raster per angle for the experiment mask, it could be modelized globally by polygons with azim-radius as points. This structure will be a little tricky to manage at the calibration (then it is not for tomorrow) but it could solve your problem?
This really looks like a 3D modeling of the whole experimental setup !
Who volunteers to setup a big Eu-Project ?
…--
Jérôme Kieffer
tel +33 476 882 445
|
Hmm you are right, sounds much more difficult, as each angle have its own geometry... It's still doable if the center to not move too much ;-) |
Thomas is working on vectorial polygons for masking ... this might help |
It could be an interesting generic tool. |
Hello, I just put an idea here before forgetting about it.
Now that moving detectors are sort of integrated in pyFAI.
It would be nice to have a GeometricMask type which can use the displacement of the detector in order to recompute a mask for a given detector position during the integration.
For example a shadows (beamstop).
This way you define the mask of the beamstop at a position of the detector and when you move the detector this mask is recomputed.
Cheers
Fred
The text was updated successfully, but these errors were encountered: