Reduced version for loading files. Reads a .edf file which contains sensor informations. Does not include time information for events synchronization. Comment to test meld
pyseries.LoadingData.Read_edf.Read_EDF(path)¶Reads the .edf file and converts it into a dict of numpy arrays.
| Parameters: | path (str) – path to .edf |
|---|---|
| Returns: | signal_dict – Keys are channel/sensor names Values are channel/sensor time-series |
| Return type: | dict(np.array) |