stereo.io.read_h5ms#

stereo.io.read_h5ms(file_path, use_raw=True, use_result=True)[source]#

Load a h5ms file as an object of MSData

Parameters:
  • file_path – The path of h5ms file to be loaded.

  • use_raw – Whether to load the raw data of each StereoExpData in MSData, defaults to True.

  • use_result – Whether to load the analysis results which had been saved in h5ms file, defaults to True.

Returns:

An object of MSData