-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Bug]: general_extracellular_ephys_electrodes isn't been exported into the nwb file #566
Comments
Try to add it without doing the toTable(). Does that work? |
@ehennestad It doesn't. I added it to be able to visualize the data |
@lawrence-mbf could you look into this? |
Hi @amadaabrego are there any errors when you export the file? I don't have the "labels" variable in your script so I attempted to recreate using an empty DynamicTable which, after setting the Can you also use HDFView to search if the |
Hey everyone, Thanks! |
Very odd, were there any errors the first time exporting? MatNWB will attempt to amend a file if the filename is the same so there may be a bug there. |
Yes! I had a lot of errors the first time I tried to export it. I was inputting strings and not chars. It took me a while to realize that nwb only accepts text if they are char. I assumed that it would overwrite the file instead of trying to amend it. Good to know nowThank you so much for everything! On Apr 1, 2024, at 3:49 PM, Lawrence ***@***.***> wrote:
Very odd, were there any errors the first time exporting? MatNWB will attempt to amend a file if the filename is the same so there may be a bug there.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Gotcha, I guess there are two things that may have problems here:
When MatNWB was first written, |
@amadaabrego Are you still experiencing problems related to this issue that we should look into, or is it ok to close the issue? |
What happened?
Hello!
I'm working into exporting an intan file to a nwb format - I am customizing the labels, and therefore not using Intan's written code.
I followed the instructions in the tutorial to create a ElectrodesDynamicTable, that will be the general_extracellular_ephys_electrodes. This is how the nwb file organization looks like BEFORE exporting.
However, once I export it, and read it again general_extracellular_ephys_electrodes is empty
I have double, triple checked that the formats in the ElectrodesDynamicTable fits whatever is in the tutorial, but still doesn't work. This is how the ElectrodesDynamicTable looks like
Steps to Reproduce
Error Message
No response
Operating System
macOS
Matlab Version
Matlab_2023b
Code of Conduct
The text was updated successfully, but these errors were encountered: