-
Notifications
You must be signed in to change notification settings - Fork 6
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
ValueError: Unexpected mismatching telegraph instruments #4
Comments
I have also tried, as described in the documentation:
result: same error
|
@AdityaAsopa The error message is from x-to-nwb/src/x_to_nwb/ABF2Converter.py Lines 212 to 213 in 597e5bb
What does |
@t-b It prints an array:
My setup has only one channel (AI#0 of the DAC Digidata) telegraphed between multiclamp and clampex. Rest 2 channels are non-telegraphed external signals. |
Out of the three inputs that the Digidata DAC is recording: AI0, AI1, AI2, only first channel is telegraphed. Rest two are manually set i.e. with no telegraphing.
That is incompatible with the
What is the solution? For now, I have bypassed it in the source code and the conversion to NWB is working, although, it looks like the channel information is lost. |
Hi,
I get this error when I execute the simple command:
>x-to-nwb testRecording.abf
Any information what is the source of the error. I am trying it on my personal machine after recording the data, and not on the rig computer.
Thanks
The text was updated successfully, but these errors were encountered: