stereo.io.write_mid_gef

stereo.io.write_mid_gef(data, output)[source]

Write the StereoExpData object into a GEF (.h5) file.

The raw.exp_matrix will be used if it is not None, otherwise the data.exp_matrix will be used.

Parameters:
  • data (StereoExpData) – the input StereoExpData object.

  • output (str) – the path to output file.

Return type:

None