sbm.ScanFields.load_channel#
- classmethod ScanFields.load_channel(channel: str, detector_list=None, base_path=None) ScanFields [source]#
Load the scan fields data of a channel from the directory containing the HDF5 files
- Parameters:
base_path (str) – path to the directory containing the HDF5 files
channel (str) – name of the channel to load the scan fields data from
- Returns:
instance of the ScanFields class containing the scan fields data of the channel
- Return type:
instance (
ScanFields
)