compute#
- LazyEBSDMasterPattern.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,
defaultFalse 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_progressbar
Noneor bool If
True, display a progress bar. IfNone, the default from the preferences settings is used.
- close_filebool,
- Returns: