pyxem/pyxem-demos

Errors in tutorials

Closed this issue · 1 comments

Hi! I am trying to follow the tutorials and I got several errors:
GaAs Nanowire
In Produce virtual diffraction contrast images for all diffraction vectors
AttributeError: 'DiffractionVectors' object has no attribute 'get_vdf_images'

SED Phase & Orientation Mapping
In [164]:
AttributeError: 'ElectronDiffraction' object has no attribute 'set_calibration'

SED Strain Mapping by Affine Transform
In box [9] dp = hs.stack()
NameError: name 'hs' is not defined

pc494 commented

I missed this, my apologies. I've just fixed the SED & Orientation Mapping error (#8).

hs
will always be hyperspy, and so you just need to add (at the top)
import hyperspy.api as hs

The GaAs nanowire bit is removed functionality (see pyxem/pyxem@5697714) ~ I'll look into what might be best.