You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is,
Why, when calculating the crystal orientation diagram, the axis representing the direction in the triangle legend will have such a large number, instead of the zone_axis_range I specified, and some crystal orientation diagrams will appear a lot of black spots, but here there are diffraction spots To Reproduce
Steps to reproduce the behavior, please be as general as possible, and ideally recreate a minimal reproducible example:
Expected behavior
A clear and concise description of what you expected to happen.
py4DSTEM version
It can be accessed by running py4DSTEM.__version__0.14.17 Python version
It can be accessed using sys.version Operating system
Windows, Mac (Intel or ARM), Linux (Distro) GPU
If GPU related please provide:
CUDA driver - It can be accessed by: nvidia-smi
Cupy Version - It can be accessed by cupy.__version__
Screenshots
If applicable, could you add screenshots to help explain your problem?
Additional context
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
What is the crystal structure? Also, can you show the code you used when making the orientation plan?
For the black spots, that may be because a match was not found. You can try picking one of those spots and inspecting the matching using match_single_pattern. The min_number_peaks setting in match_orientations may also be responsible, so you should check how many Bragg disks you have in those spots.
Describe the bug
A clear and concise description of what the bug is,
Why, when calculating the crystal orientation diagram, the axis representing the direction in the triangle legend will have such a large number, instead of the zone_axis_range I specified, and some crystal orientation diagrams will appear a lot of black spots, but here there are diffraction spots
To Reproduce
Steps to reproduce the behavior, please be as general as possible, and ideally recreate a minimal reproducible example:
Expected behavior
A clear and concise description of what you expected to happen.
py4DSTEM version
It can be accessed by running
py4DSTEM.__version__0.14.17
Python version
It can be accessed using
sys.version
Operating system
Windows, Mac (Intel or ARM), Linux (Distro)
GPU
If GPU related please provide:
nvidia-smi
cupy.__version__
Screenshots
If applicable, could you add screenshots to help explain your problem?
Additional context
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: