pyxem / pyxem-demos

Examples and tutorials of multi-dimensional diffraction microscopy workflows using pyxem.
30 stars 38 forks source link

02 GaAs Nanowire - Phase Mapping - Orientation Mapping Issue #71

Open PhysXu opened 3 years ago

PhysXu commented 3 years ago

Hi, I am a new user for PyXem. When I run the Jupyter Notebook of 02 GaAs Nanowire - Phase Mapping - Orientation Mapping, one step tells me: image

Could any give any suggestions about how to solve this?

pc494 commented 3 years ago

Hi,

This is currently an open bugfix https://github.com/pyxem/pyxem/pull/771 - for now I suggest you add a line above the command you've submitted:

indexation_results.data = np.deg2rad(indexation_results.data)

which should make the warning go away.