eeg_tools.
time2ind
(h5file, t_start, t_end)[source]¶Convert human readable 24hr times to indices used in given iEEG file container
Parameters: | h5file : str or h5py.File instance
t_start : list/NumPy 1darray
t_end : list/NumPy 1darray
|
---|---|
Returns: | ind_start : int
ind_stop : int
|
See also
load_data