hyperspy.io_plugins.unbcf_fast module

hyperspy.io_plugins.unbcf_fast.parse_to_numpy()

Parse the hyperspectral cube from brukers bcf binary file and return it as numpy array

Parameters
  • virtual_file (SFSTreeItem) – Virtual file handle returned by SFS_reader instance.

  • shape (tuple) – Shape of the dataset.

  • dtype (numpy.dtype) – Data type of the dataset.

  • downsample (int, optional) – Value for downsampling in navigation space. Default is 1.