Recommended way to store channel names in pynwb.Timeseries
#68
etiennedemontalivet
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi there @etiennedemontalivet Generic It sounds like what you actually want is the Check out the ecephys tutorial for full examples of how to include all the metadata and write the data series Just let us know if you have any more questions! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I could not find an example that shows how to store the channel names in
pynwb.TimeSeries
. I have seen there is no way to store it into the class, but I assume it's possible using one of thedata
type(ndarray or list or tuple or Dataset or Array or StrDataset or HDMFDataset or AbstractDataChunkIterator or DataIO or TimeSeries)
.I have tried with hdf5, which works, but data are not saved within nwb file, so this is not an option for me.
Could someone provide a simple example about how I can store channel names into
pynwb.TimeSeries
please ?PS: I have used simple trick until now, such as storing them into the description, but I'm guessing there is a standard way as it is very common
Any help would be very much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions