Skip to content
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

Intensity distribution trajectory #164

Closed
fredericpoitevin opened this issue Jul 11, 2022 · 0 comments
Closed

Intensity distribution trajectory #164

fredericpoitevin opened this issue Jul 11, 2022 · 0 comments
Assignees

Comments

@fredericpoitevin
Copy link
Collaborator

fredericpoitevin commented Jul 11, 2022

(moved from apeck12#9)
this is needed for the analysis of cxilx5920, runs 143-151

In addition to information about intensity statistics during a run, it would be helpful to get a visual display of how intensity is distributed in range and in time. This would allow to quickly identify calibration issues, and to identify regime changes during collection that would help for example pinpoint events where the detector could have been at risk of being damaged.

An idea could be to populate an array for each run intensity_distribution(n_events, n_intensity_bins) that could be displayed in the form of a colored table as sketched below.

Considerations on binning:

  • The data array could have a finer binning with coarser binning being possible upon plotting (e.g. using plt.hexbin()).
  • Several binning strategies could also be explored: linear or symlog.

image

Random extra thought: a similar plot for the whole experiment (with runs on the X-axis) might also be very useful for experiment summaries.

@fredericpoitevin fredericpoitevin added this to the SFX demo milestone Jul 11, 2022
@fredericpoitevin fredericpoitevin self-assigned this Jul 11, 2022
@fredericpoitevin fredericpoitevin removed this from the SFX demo milestone Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant