set_detector_calibration#
- EBSD.set_detector_calibration(delta: int | float) None [source]#
Set detector pixel size in microns. The offset is set to the the detector center.
- Parameters:
- delta
Detector pixel size in microns.
See also
Examples
>>> import kikuchipy as kp >>> s = kp.data.nickel_ebsd_small() >>> s.axes_manager['dx'].scale # Default value 1.0 >>> s.set_detector_calibration(delta=70.) >>> s.axes_manager['dx'].scale 70.0