We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Script:
directory = 'Path\2023-03-24_11-41-10'; session = Session(directory)
Error:
Searching directory: Path Found recording format: Binary
Error using reshape Size arguments must be real integers.
Error in BinaryRecording/loadContinuous (line 85) stream.samples = reshape(data.Data, [stream.metadata.numChannels, length(data.Data) / stream.metadata.numChannels]);
Error in BinaryRecording (line 40) self = self.loadContinuous();
Error in BinaryRecording.detectRecordings (line 254) recordings{end+1} = BinaryRecording(recordingDirectories{recIdx}, expIdx, recIdx);
Error in RecordNode/detectRecordings (line 95) self.recordings = BinaryRecording.detectRecordings(self.directory);
Error in RecordNode (line 71) self.detectRecordings();
Error in Session/detectRecordNodes (line 70) self.recordNodes{end+1} = RecordNode(paths{i});
Error in Session (line 61) self.detectRecordNodes();
Error in GetEEG_Sung_Soo_home (line 7) session = Session(directory)
The text was updated successfully, but these errors were encountered:
Is this still an issue using v1.3.0?
Sorry, something went wrong.
No branches or pull requests
Simple Script:
directory = 'Path\2023-03-24_11-41-10';
session = Session(directory)
Error:
Searching directory: Path
Found recording format: Binary
Error using reshape
Size arguments must be real integers.
Error in BinaryRecording/loadContinuous (line 85)
stream.samples = reshape(data.Data, [stream.metadata.numChannels, length(data.Data) / stream.metadata.numChannels]);
Error in BinaryRecording (line 40)
self = self.loadContinuous();
Error in BinaryRecording.detectRecordings (line 254)
recordings{end+1} = BinaryRecording(recordingDirectories{recIdx}, expIdx, recIdx);
Error in RecordNode/detectRecordings (line 95)
self.recordings = BinaryRecording.detectRecordings(self.directory);
Error in RecordNode (line 71)
self.detectRecordings();
Error in Session/detectRecordNodes (line 70)
self.recordNodes{end+1} = RecordNode(paths{i});
Error in Session (line 61)
self.detectRecordNodes();
Error in GetEEG_Sung_Soo_home (line 7)
session = Session(directory)
The text was updated successfully, but these errors were encountered: