Skip to content

ValueError: Unexpected mismatching telegraph instruments #4

@AdityaAsopa

Description

@AdityaAsopa

Hi,
I get this error when I execute the simple command:
>x-to-nwb testRecording.abf

>>x-to-nwb testRec.abf
Converting testRec.abf
c:\users\adity\anaconda3\envs\lab\lib\site-packages\x_to_nwb\ABF2Converter.py:168: UserWarning: Could not find the JSON file testRec.json with settings.
  warnings.warn(f"Could not find the JSON file {settings} with settings.")
Traceback (most recent call last):
  File "c:\users\adity\anaconda3\envs\lab\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\adity\anaconda3\envs\lab\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\adity\anaconda3\envs\lab\Scripts\x-to-nwb.exe\__main__.py", line 7, in <module>
  File "c:\users\adity\anaconda3\envs\lab\lib\site-packages\x_to_nwb\conversion.py", line 217, in convert_cli
    convert(
  File "c:\users\adity\anaconda3\envs\lab\lib\site-packages\x_to_nwb\conversion.py", line 97, in convert
    ABF2Converter(
  File "c:\users\adity\anaconda3\envs\lab\lib\site-packages\x_to_nwb\ABF2Converter.py", line 95, in __init__
    self._check(abf)
  File "c:\users\adity\anaconda3\envs\lab\lib\site-packages\x_to_nwb\ABF2Converter.py", line 213, in _check
    raise ValueError("Unexpected mismatching telegraph instruments.")
ValueError: Unexpected mismatching telegraph instruments.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions