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

added par vs ch plots #64

Merged
merged 12 commits into from
Mar 7, 2023
Merged

added par vs ch plots #64

merged 12 commits into from
Mar 7, 2023

Conversation

sofia-calgaro
Copy link
Collaborator

Two main new features:

  1. when out of thresholds, corresponding timestamps are printed out in the terminal. However, since we inspect resampled values while building the status map, we don't get the actual keys to remove. Typically, for the analysis, we want to remove exactly the timestamp where something bad happened (eg spike), but this is not always the case when using the resampled values. Moreover, it would be nice to save the out-of-threshold timestamps somewhere, in order to remove those events further on during the analysis.
  2. there is the possibility to plot one parameter value vs the channel ID of geds. At the moment, this works for inspecting the FWHM, grouping channels by string. In this case, the config-subsystem part looks like:
"subsystems": {       
      "geds": {
          "FWHM in pulser events":{
              "parameters": "FWHM",
              "event_type": "pulser",
              "plot_structure": "array",
              "plot_style" : "vs ch"
          }
      }
  }

The output would look like this (might change a bit in the future):
ole

For each string, the mean of FWHM values is evaluated (see horizontal black line) and printed out in the legend.

@sofia-calgaro sofia-calgaro merged commit 1876773 into legend-exp:dev Mar 7, 2023
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

Successfully merging this pull request may close these issues.

1 participant