mne_videobrowser.compute_raw_timestamps#

mne_videobrowser.compute_raw_timestamps(raw: Raw, timing_channel: str) ndarray[tuple[Any, ...], dtype[float64]][source]#

Get the timestamps from raw data having Helsinki VideoMEG timing channel.

Parameters:
  • raw (mne.io.Raw) – The raw data object.

  • timing_channel (str) – Channel name string for the timing channel.

Returns:

Array of timestamps corresponding to each sample in the raw data.

Return type:

NDArray[np.float64]