Replies: 7 comments
-
On Tue, 23 Jun 2015 15:13:06 -0700
There is a calibration function which almost does what you are looking for: Procedural version of calibrationdef calib(img, calibrant, detector, basename="from_ipython", reconstruct=False, dist=0.1, gaussian=None, interactive=True):
You would like to inject in addition the control points ? it looks like Cheers, |
Beta Was this translation helpful? Give feedback.
-
Yes, @tacaswell has a nice way for finding/tracking the diffraction rings automatically. |
Beta Was this translation helpful? Give feedback.
-
First of all, I would like to appologise, I confused you with Jon (also Wright)
Are you refering to the correlation of a debye-scherrer ring diffraction image with itself flipped H-V and R-L to get the vertical and horizontal center position ? |
Beta Was this translation helpful? Give feedback.
-
That is the first naive approach. I have some quasi-vaporware ideas based on extending my graduate work for finding interference fringes, but have not done anything with that yet. |
Beta Was this translation helpful? Give feedback.
-
On Wed, 24 Jun 2015 14:33:25 -0700
Hi Thomas, I don't know where you are now, but we are able to calibrate really obfuscated setups like this one: But me neither, I am not yet happy with have. I am thinking on a Ridge&Valley reconstruction based on a watershed like technique ... Jerome. PS: we have 3 positions opened on data-analysis, if you wish to visit the French alps :) |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, did the above function ever get written? It would be very helpful for doing in python data processing. Would it be possible to have the option of providing the control points? If not given run though the full GUI? |
Beta Was this translation helpful? Give feedback.
-
A bit late ... but I guess this class does what you are looking for: It is intensively used in goniometer calibration, there are several tutorials available on them. |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to have a function which we could call to produce the calibration configuration dictionary (the key word arguments for pyFAI.geometry.Geometry)? My hope is that the signature would look like this:
My hope is that this would eliminate as much user involvement and file IO as possible, as the peaks will have already been found, and all the file IO will be accomplished before or after calling this function.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions