-
get_radial_profile in electron_diffraction does not work properly if centers is not constant over the stack. The reason is that a change in the center values could change the length of the average pro…
-
```
/home/pc494/anaconda3/lib/python3.6/site-packages/pyxem-0.5-py3.6-linux-x86_64.egg/pyxem/utils/__init__.py:115: RuntimeWarning: divide by zero encountered in double_scalars
return np.dot(inten…
pc494 updated
6 years ago
-
While trying to plot patterns from a library through library.plot() following error turns up:
---------------------------------------------------------------------------
AttributeError …
-
The specification of install_requires in setup.py is causing an issue at the moment - most easily solved by commenting this out of the setup file but not clear what the underlying issue is.
-
in expt_utils you're currently doing:
`r = (r+0.5).astype(np.int)`
seems much cleaner to use:
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.rint.html
with correct dtype…
pc494 updated
6 years ago
-
I've spent some time on this recently, and I think we now have a far more correct implementation.
The next steps are as I see it:
~~1a)~~ Refactoring the template library in such a way as to sto…
pc494 updated
6 years ago