as_lazy#

EBSD.as_lazy(*args, **kwargs) LazyEBSD[source]#

Create a copy of the given Signal as a LazySignal.

This docstring was copied from HyperSpy’s Signal2D.as_lazy. Some inconsistencies with the kikuchipy version may exist.

Parameters:
copy_variancebool

Whether or not to copy the variance from the original Signal to the new lazy version. Default is True.

copy_navigatorbool

Whether or not to copy the navigator from the original Signal to the new lazy version. Default is True.

copy_learning_resultsbool

Whether to copy the learning_results from the original signal to the new lazy version. Default is True.

Returns:
resLazySignal

The same signal, converted to be lazy