-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Friedel origin finder, various FEM tools (#607)
* bug fix * Revert "bug fix" This reverts commit cbce25c. * num_probes_fit_aberrations * flip 180 option for read arina * ptycho positions offset * remove 180 flip * median_filter_masked_pixels * save polar aberrations instead * read-write compatibility * uncertainty viz bug * adding force_com_measured functionality to ptycho * clean up force_com_measured * adding DP normalization progress bar * moving fov_mask calc to as needed * adding detector_fourier_mask * Auto center finding works! * Adding center finding without a mask * Adding plot range to show_origin_fit, fixing bug * Adding local mean / variance functions for FEM * Adding symmetry analysis and plotting * Fix divide by zero in correlation origin finding function * bug fix for filtering * adding initial commit for friedel correlation origin finder * Correlation working, but mask still buggy * Fixing the masked CC * Simplifying the expression * cleaning up - still need subpixel shifts * Update origin fitting visualization * adding device arg to upsample function * First attempt to add Friedel origin finding to ptycho GPU not yet working * Adding GPU implementation warning * parabolic subpixel fitting * minor updates * Going back to dev version of phase contrast * Changing np to xp for GPU compatibility * Fixing xp = np device options * Revering phase contrast options back to dev * Cleaning up code, fixing GPU support * black formatting * black updates * Adding annular symmetry plotting function * black formatting * cleaning typos and dead code and such * Update py4DSTEM/process/polar/polar_analysis.py Co-authored-by: Steve Zeltmann <[email protected]> --------- Co-authored-by: Stephanie Ribet <[email protected]> Co-authored-by: Georgios Varnavides <[email protected]> Co-authored-by: gvarnavi <[email protected]> Co-authored-by: SE Zeltmann <[email protected]> Co-authored-by: Steve Zeltmann <[email protected]>
- Loading branch information
1 parent
a1e3662
commit 2eae7d8
Showing
27 changed files
with
701 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.