fix(AGIPD)(CORRECT): bug when plotting gain data of only 0 after it's info was discarded by DAQ
All threads resolved!
Edited by Karim Ahmed
Merge request reports
Activity
Filter activity
assigned to @ahmedk
changed milestone to %3.14.2
- Resolved by Karim Ahmed
I don't think hardcoding [0, 3] is right here, because when it does have the gain information, this is using the 'analogue' gain, i.e. before thresholding. This is what the plot looks like in an SPB report:
So I think we need some check for this case and change the behaviour. Making the same plot with a fixed x range is probably redundant with the 'signal vs. digitized gain' immediately below. We could just skip it completely, as I did in the hotfix, or make a simple 1D histogram.
added 2 commits
- Resolved by Karim Ahmed
- Resolved by Karim Ahmed
mentioned in commit fa901da5
Please register or sign in to reply