-
Notifications
You must be signed in to change notification settings - Fork 144
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
Adding PDF calculation function #500
Conversation
Need to pass checks!
Thanks Colin! Starting a review now. The first thing you'll want to do is pull from the dev branch (into your local version of this branch, then push to your remote fork you made the PR from) so that there aren't any merge conflicts in the PR. Happy to help if you run into any issues with that. |
Also - could you attach some demo code with a (small) dataset that it runs on? It will make reviewing this easier :) |
Here are the notebooks I used for testing - an (incomplete) abTEM simulation for amorphous Ta, plus a quick and dirty pair distribution function calculation: Data is here: |
Hey @cophus - I've made a number of changes, including
In the new doc strings for
|
Attached is an updated version of the .ipynb that runs on the code following my commits! Once you've had a chance to check out these changes and make that edit, let me know and I can complete the review :) |
I'm merging this before the citations requested above have been added in order to have this module available in release code for a tutorial - the citations can get added in the next cycle... |
Both reduced and full PDFs added. Tested against simulated data. Still needs more work but basic functionality is there.