Skip to content
New issue

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

Error using reshape #6

Open
CameronGlick opened this issue Apr 11, 2023 · 1 comment
Open

Error using reshape #6

CameronGlick opened this issue Apr 11, 2023 · 1 comment

Comments

@CameronGlick
Copy link

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)

@medengineer
Copy link
Member

Is this still an issue using v1.3.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants