-
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
WorkflowManager #104
WorkflowManager #104
Conversation
Do I understand this correctly, that you intend this workflow manager to replace the current processor?
Generally, the energy calibration function you wrote is essentially the same as in the energy calibrator module: Line 1839 in 87e9301
i.e. we should try to consolidate this, and not duplicate code... |
Thank you @rettigl for looking into this. I'll try answer your questions in a few points
I hope this wall of text answers some of your concerns, and keep in mind this is still work in progress 😄 |
as discussed, I will try to include #97 in this (just for my reference) |
Any updates on this? |
This PR could probably be closed, as I have restarted from an other more recent branch, to avoid needing to merge in all changes made in the mean time. Other than that there is no real update so far, I hope to have something soon though. |
Here is a very basic implementation of the workflow manager as I described in the last meeting.
A notebook shows the basic principle of how this works and how a workflow step needs to be defined.
There is clearly more functionalities to be added, and I will continue adding some workflow steps in the coming days.
I'll make it a proper pull request once a few more workflow steps are defined.