sbm.ScanFields.load_full_FPU#

classmethod ScanFields.load_full_FPU(channel_list: list, base_path=None, max_workers=None) ScanFields[source]#

Load the scan fields data of all the channels in the FPU from the directory containing the HDF5 files

Parameters:
  • base_path (str) – path to the directory containing the channel’s data

  • channel_list (list) – list of channels to load the scan fields data

  • max_workers (int) – number of processes to use for loading the scan fields data of the channels. Default is None, which uses the number of CPUs in the system

Returns:

instance of the ScanFields class containing the scan

fields data of all the channels in the FPU

Return type:

instance (ScanFields)