-
Notifications
You must be signed in to change notification settings - Fork 3
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
Check voltage #148
Check voltage #148
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some more guidance to the user about what is being printed out would be helpful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Have you tested this on some actual json files to make sure the logic for finding the right dictionary entry works?
yep, works on the jsons in data/tissue and I just double checked it on a run from 6-13 |
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #127.
How did you implement your changes
Retrieve the detector voltage from each FOV json in the run and check whether it stays constant or changes. If not the same throughout, identify the FOV names and voltage values at each point of change in the run and print them in an error statement.
Remaining issues
If there are specific areas of your implementation that you feel need specific feedback, or if there are things you aren't sure about, please highlight them here