-
The website currently builds from the code master repo, which is problematic for many reasons e.g. it is distributed every time the code is downloaded and it restricts how it's built.
The website s…
-
Encountered a small bug in the strain mapping notebook:
```python
x_l = []
for x in [0, 0, -0.01, 0.02]:
x_s = np.eye(3)
x_s[0, 0] += x
x_l.append(x_s)
angles = hs.signals.Signal2…
-
We should make some tutorial jupyter notebooks to illustrate key pyxem functionality.
-
A checklist of miscellaneous actions that should be done for a tidy 0.6 release:
- [x] Finalize namespace clarity (dnjohnstone)
- [x] Finalize docstrings
- [x] Finalize web documentation
- [x] F…
-
At the moment if you have a size zero square (due to an upstream bug) you get the following
```
File "/home/pc494/miniconda3/envs/miniconda-1/lib/python3.6/site-packages/pyxem/generators/subpixe…
pc494 updated
5 years ago
-
**Describe the bug**
I am currently [submitting](https://github.com/conda-forge/staged-recipes/pull/7980) a recipe for pyxem to conda-forge but the TestXCmethods.test_peaks_xc is failing on macOS, bo…
-
A full/stable release of pyXem is a goal for the first quarter of 2018. This issue documents anticipated functionality and progress towards implementation.
Functionality:
- [x] 2D peak finding i…
-
The prevailing convention on this is fairly strong, and most people natural instinct is to think in degrees. However this will require quite a lot of careful adjustments so as not to break anything.
…
pc494 updated
5 years ago
-
To perform orientation mapping by template matching you need a list of orientations for which to simulate templates. Forming such a list that samples orientation space evenly and accounts for crystal …
-
Symmetry reduced equispaced grids of orientation space, for orientation mapping including all non-equivalent orientations, can be found here with 1 degree resolution for all proper rotational point gr…