-
Notifications
You must be signed in to change notification settings - Fork 2
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
v1 branch: flash loader bugs #528
Comments
The issue seems mostly with the normalization histogram, which is very uneven for these scans. Also, the histograms from timestamps and from timed dataframes look very different |
There are several fundamental flaws with the way we handle this at the moment:
I am not sure what is the best way how to correct his. What is your opinion @zain-sohail ? |
If I look at the Gmd trace of this run 44498 used in tutorial 10: This is likely the culprit for problems with normalization. Did you notice this in other runs too?
So I see three options for fixing this:
|
I'm not sure I understand what this GMD signal means. Regarding how to fix this best, I think it would be good to discuss this at another meeting. How could we implement/test the first option you propose? Regarding the second option, this used to produce much smoother curves, however at the cost of normalizing away any pump-induced changed to the total photoelectron yield. They might be anyways very small at the larger photon energies typically used at Flash. |
I'll check with dima as well about this.
Yes we were thinking to host one before the end of year. Could you send around a mail, depending on your availability?
This should be simple. The filtering can happen per file. The GMD curves you saw were time averaged per minute but looking at per pulse, we should see 0s when there is no x-ray pulse. So just discarding the rows with GMD=0. Testing should be simple as well but the validity needs to be ascertained.
Let me also check this with Dima. |
The bam correction and normalization histograms do not work correctly in the v1 feature branch. See Tutorial 10. I suspect the issue to be in the new flash loader somewhere.
The text was updated successfully, but these errors were encountered: