-
Notifications
You must be signed in to change notification settings - Fork 56
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
A/E and calibration changes #514
Conversation
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
Is this ready to merge? You could mark the PR as "draft" and set it to "ready to be merged" when you want us to review and merge. Also please install the pre-commit hooks locally with |
…ior on tail to remove degeneracy, added check on guess so no guess params are none, bounded mu to be in fit range, improved validity checks
…rations, wrote resolution fitting to include both linear and quadratic fits, changed results output for clarity
… of results, split out plots into own functions
…ernal to main function
…ed get_pulser_ids to get_tcm_pulser_ids, added ability to return mask for load_data
…entiate from normal timestamp
I think this is ready to be merged now, there are more changes I want to make but I'll save them for other prs |
I've also now changed the loading routines so we can use the tcm for pulser removal |
I have just realized some pre-commit checks don't get ran because the pargen directory is excluded in |
Rewrite of a/e code, better calibration fitting with bias on tail to remove degeneracies.
Improved all results dictionaries to specify function fitted where it is found and parameters/errors as dictionaries.