-
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
Flash energy calibration #152
Conversation
Pull Request Test Coverage Report for Build 6286590565
💛 - Coveralls |
6d0d13f
to
6c6800d
Compare
…dd example notebook to use the energy calibrator workflow with FLASH data
6c6800d
to
2322fb7
Compare
2322fb7
to
01502fb
Compare
What are the changes introduced is this PR? |
It contains the energy calibration notebook by dima, which I modified to use the methods from mpes to optain the parameters, and do the energy calibration. For this I had to also modify the code somewhat to allow ingesting the bias series data from externally binned arrays, rather than only binning internally. This was on the agenda anyways. |
It might not be a good tutorial notebook, as the data are not publically available. We could upate it with the now-available public data. |
ok, so these changes will be necessary to run the energy calibration functions. |
Can we merge this PR so I can implement it in #169 ? |
This PR is for developing energy calibration methods for flash.
So far, it contains an example notebook on how to load the provided FLASH energy calibration run into the existing energy calibration workflow in the processor, and demonstrates how to use the existing energy calibration functions.