-
**Describe the bug**
The HyperSpy extension YAML file `hyperspy_extension.yaml` is not included when installing from the source distribution on PyPI for v0.1.1. Thus, the following won't work:
```…
-
Hi there,
The following script doesn't work in latest version of mtex(MTEX 5.2.4):
>>eb=ebsd.gridify;
>>[grains,eb.grainId,eb.mis2mean] = calcGrains(eb,'threshold',10*degree);
>>ebsm=smooth(eb…
-
I guess this relates to https://groups.google.com/forum/?fromgroups=#!topic/mtexmail/9d-r2cQeuuw , grains.inclusionId seems not to be updated during grain2d/merge(). For me it either errors at best, o…
kilir updated
4 years ago
-
For my ebsd-plot:
Untill mtex 5.2 i could use the function calcGrains(). But with 5.2.1 i get this error:
**'
**Undefined function or variable 'qq'.**
Error in quaternion/mean (line 26)
qm …
-
I used your nightly builds to do some EBSD simulations. I started with your example from the wiki.
Using the actual 5.0.2 version I get in the monte carlo simulation the error:
Kernel source length …
-
**Describe the bug**
The `signal._lazy` attribute is not set to `False` when calling `signal.compute()` and reading signal data into memory. Although the class is changed from `LazyEBSD` to `EBSD`, t…
-
Many of the EBSD pattern using EDAX are collected with optimization -" Reduced noise" which uses a 5 by 5 binning on EBSD camera. However, the EMsoft currently doest not support indexing such patterns…
-
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…
-
I experience worse EBSDDI indexing results with EMsoft 5.0 than with 4.2, i.e. a lower Indexing Success Rate (ISR) of 64% compared to 100% for the latter, with the same Ni experimental patterns, maste…
-
Just pulled devel and the sample notebook wont run.
I think lines 239 to 248 of ebsd.py should be indented one tab stop?