You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUGFIXES: handling filenames, reading float values, and event annotation (#6)
- handle . characters in file paths
- handle floating point numbers in header fields
- fix: handle fFrequency=0 case before adding fFrequency to datainfo dict
- fix: wrong lines selected in annotation slice
log.info('Number of samples = %s, number of channels = %s, number of trials/epochs = %s, sampling frequency = %s Hz', str(nSamples), str( nChannels), str(nTrials), str(fFrequency))
log.info('Number of samples = %s, number of channels = %s, number of trials/epochs = %s, sampling frequency = %s Hz', str(nSamples), str( nChannels), str(nTrials), str(fFrequency))
190
+
189
191
# try to guess number of samples based on datafile size
0 commit comments