sivborg
sivborg
Hello, I work quite a bit with this functionality, so I can take a gander at some parts tomorrow and the day after, at least!
I looked into using old DPC signals with the new `BeamShift`. However, the conversion between the old DPC signals and BeamShift requires a transpose, which I am wondering if it's...
Hello! Just want to say I am looking into a related issue with some .mib files. The datasets use an ROI and should therefore be about `(512, 512, 64, 256)`...
@emichr The issue seems to be from a small bug in the code, [at this line.](https://github.com/pyxem/pyxem/blob/05b21b41b7b9f43f4524bf35ab4ec9e3b980ee97/pyxem/signals/diffraction2d.py#L756) The index here should be 2 instead of 1. The use of a mask...
I have created a fix for this issue in #1080.
> @sivborg This PR looks good! Would you like to add something to the "Centering the Zero Beam" example or would you like me to add that? I can help...
> Thank you for looking over! I can quickly expand the example, although admittedly this is a quite niche use case as it is only necessary if (a) your entire...
There is a bit of a challenge with creating an example without using interactive plotting, like the rest of the notebook. But feel free to take a look!
@CSSFrancis thank you! I have updated a bit of the documentation a bit that wasn't clear, so my judgement is I think it looks good now!