Open OverEthanol opened 4 months ago
I'm going to label this as a bug for now, I'm not sure we have the resources to look into it though :(
@OverEthanol I think I have some time today to look into this. Hopefully we can get a bug fix out rather quickly!
@OverEthanol What version of pyxem do you have? This was a bug in 0.19.0 but should have been fixed in 0.19.1!
Hi, I am not sure if this is a bug or an intended feature. Suppose that I have loaded and processed some TEM diffraction pattern as variable
s_pol_gamma
and it looks like this (done withs_pol_gamma.plot(gamma=0.1)
and all the following plots are plotted in the same way):Then I performed the indexing by
and when I plot out
s_pol_gamma
again, now it looks like thisand if I do it again, then
and again...
It seems like the electron counts values just keep dropping down the more repetitive indexing I do on the same signal. Is this because each time when indexing is performed, it takes away the pixel values that are matching...??? I don't know understand :D