-
Notifications
You must be signed in to change notification settings - Fork 103
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
I can't see my trigger channel on Neurokit #97
Comments
Hi @ArnaudSteinmetz, welcome to github Hum that's weird, because the function to read acknowledge file in neurokit uses bioread. During recording, do these channels actually show on their digital channel (like Worst case scenario, if you manage to retrieve the timings from bioread, you can still add them a posteriori |
hi, the thing is i'm in intership and i didn't do the recording. But i want to proceed anyway is that hard to get the timings from bioread? |
Could you provide me with some example file and a reproducible code so I can reproduce the issue? Thanks! |
Hi, @DominiqueMakowski , Here is the figure i get with pandas after the extraction with neurokit. But when i read it with bioread, it gives me this As you can see, Bioread detects 9 trigger channels (which is sipposed to be, EDA and 8 trigger channels). I give you the few lines i used to read this and the file i used to tru that. `import mne df,SR=nk.read_acqknowledge(r"C:\DATA\EDA\Sujet12_PasT",return_sampling_rate=True) S12=bioread.read_file(r"C:\DATA\EDA\Sujet12_PasT.acq")` Regards |
@ArnaudSteinmetz Actually, bioread was impressive to handle duplicate name flawlessly. |
Hi, i'm both new in python and data processing.
I have a EDA file from Biopac ( acq). And when i open it with neurokit it displays only 2 channels:
-one is the EDA response
-the second is the digital input but equal to 0 all along.
The thing is, it's supposed to have 8 triggers.
When i try read it with bioread, the 8 triggers are detected.
Can someone know why?
Regards,
Arnaud
The text was updated successfully, but these errors were encountered: