-
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
Multislice ptychography with mixed state probe? #523
Comments
Hello @Kylee-iem, Indeed, that functionality was not yet supported (mostly out of laziness, and since we're thinking of revamping the ptycho infrastructure soon which would affect all classes). However, you were not the only person to ask for this functionality, so I went ahead and implemented it real quick. This is now pushed in the py4DSTEM.process.phase.MixedstateMultislicePtychographicReconstruction(
datacube=dataset,
num_probes=2,
num_slices=6,
slice_thicknesses=slice_thicknesses,
...
) Hopefully the arguments you expect Finally, note that under the current paradigm - the implementation is vectorized, meaning the propagated probes inside the forward model are stored with dimensions ( * You will need to set-up a dev environment to try this out before the next release using something like:
|
I tried it on some of my experimental data and it seems to behave correctly |
Hello,
I have a question about the ptychography. Could you please tell me whether there is function to use the multislice ptychography with mixed state probe? I cannot find the function in the py4DSTEM tutorials.
Thanks in advance.
The text was updated successfully, but these errors were encountered: