-
How to reproduce:
Installing pyxem according to https://pyxem.github.io/pyxem-website/ using Miniconda leads to a bug related to v1.5.1 of Hyperspy, which seem to be traced all the way back to Numpy.…
-
"ValueError: need at least one array to concatenate..." in using chunked_application_of_UDF.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to chunked_application_of_UDF, with do_centeri…
-
Oh boy, we cannot wait too long before writing tests for it all. Shouldn't be too much work if we just look at what pyXem and HyperSpy does.
-
The issue of naming diffraction-related classes, in a precise way, came up in #409
There are qualitatively different types of diffraction pattern, which require different kinds of treatment. The m…
-
**Quote from** #17:
The Euler angles (10,10,0) and (-80,10,0) have a non-zero distance. I would expect them to have zero distance but their distance is the same as for (0,0,0) and (10,10,0). I am n…
pc494 updated
5 years ago
-
At present the two (poorly named) distance functions (`distance_1` and `distance_2`) are somewhat limited by RAM/speed. Enhancing the speed (of the slow function) or refactoring (for memory) would be …
pc494 updated
4 years ago
-
**Describe the bug**
https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/blob.py#L168
which is wrapped by
https://github.com/pyxem/pyxem/blob/master/pyxem/utils/peakfinders2…
pc494 updated
5 years ago
-
Because of the version constraint for matplotlib (and scikit-image for the released version):
https://github.com/pyxem/pyxem/blob/c36da7bbb346298771519d97b44aed2c87582092/setup.py#L50-L51
See appvey…
-
**Is your feature request related to a problem? Please describe.**
Currently, when the maximum in `expt_circle` for a vector in the `local_gaussian_method` refinement is located on an edge, an error …
-
Files loaded with pyXem at present will be in a HyperSpy class e.g. Signal2D class not a pyXem class e.g. ElectronDiffraction. This can be resolved by the following:
```
dp = pxm.load(file)
dp = …