compute#

LazyECPMasterPattern.compute(*args, **kwargs) None[source]#

Attempt to store the full signal in memory.

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

Parameters:
close_filebool, default False

If True, attemp to close the file associated with the dask array data if any. Note that closing the file will make all other associated lazy signals inoperative.

show_progressbarNone or bool

If True, display a progress bar. If None, the default from the preferences settings is used.

Returns:
None