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

Conversion Error: MAT File to NWB file format #1

Closed
imeMFK01 opened this issue Aug 11, 2024 · 1 comment
Closed

Conversion Error: MAT File to NWB file format #1

imeMFK01 opened this issue Aug 11, 2024 · 1 comment

Comments

@imeMFK01
Copy link

Hi,

I want to convert MAT (MATLAB) file to to the NWB file format:

1st Attempt: Want to convert only 1 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M

Error:
len(file_list[0])=0
len(file_list[1])=0
Incorrectly specified input data: num_files == 0

2nd Attempt: Want to convert 2 MAT file to the NWB and receiving the below error
Executed Command: python mat2nwb.py 'C:\Users\XYZ\mat2nwb-master\inputDir' -M

Error:
Incorrectly specified input data: num_files == 0

Can anyone please help me into this?

If you require any additional information then please let me know.

Thanks.

@oruebel
Copy link

oruebel commented Aug 11, 2024

Please use MatNWB https://github.com/NeurodataWithoutBorders/matnwb or PyNWB https://github.com/NeurodataWithoutBorders/pynwb/ for converting data to NWB. mat2nwb is an old repo for conversion to NWB 1.0 and does not support conversion to the NWB 2.x. If you have questions, please feel free to reach out the NWB team via the https://github.com/NeurodataWithoutBorders/helpdesk/discussions or by creating issues on the respective repos.

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