-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
read_xdf error with Shimmer3 recording data. #979
Comments
Alright, I managed to solve the issue on my own.
Since the current read_xdf function cannot handle the missing metadata description issue, I suggest adding a method to address it, thus avoiding the need for significant detours in cases like mine. I believe there is a more elegant solution, but here is my somewhat crude approach. |
Great, could you open a PR with this change? |
I have trouble using read_xdf function with my physiological data recorded with Shimmer3, and saved with LabRecorder.
With LSL4Unity only recording files, read_xdf worked fine. but when I try to open shimmer3 only recording file or combined recording file with LSL4Unity, both show error message as 1).
I tried various numbers with upsample and fillmissing options, and both did not work.
This might be a simple and stupid question... but since I couldn't figure out it by myself, I would appreciate some help from anyone who knows about the issue.
Thank you!
Error message
My signal(32 channel) in sigviewer
Current ECLShimmerCapture Configuration + sampling rate of LSL is 100Hz
+When opened with sigviewer, it showed the warning message, but did not let me control sampling rate.
The text was updated successfully, but these errors were encountered: