Andrew Tritt
Andrew Tritt
what about just adding these? https://hdmf-common-schema.readthedocs.io/en/stable/format.html#simplemulticontainer
> The format of the additional strings is fully user defined @t-b on that same reasoning, any data that is stored as a string is a user-defined format. Until a...
Sounds like you’re describing a CV, which is usually represented with a table. I’d recommend just using a DynamicTable for the mapping. And the data could be stored as a...
controlled vocabulary.
That might not be a CV then. Are the values of the pulses enumerable?
> 2. store K 1-D arrays of timestamps, where K is the number of unique pulse values. Could we store this in the same way we store spike units?
I'm a little confused about the use case here myself. What situation are you addressing by loading a neurodata_type from one namespace into another? This was really meant for a...
Sounds like a good project for someone at the hackathon.
We briefly discussed this in the past in regards to issues raised by @neuromusic when trying to store Ca-imaging data https://github.com/NeurodataWithoutBorders/pynwb/issues/306#issuecomment-358037285
The only thing I am unsure of is making `SpikeEventSeries.data` optional. If a SpikeEventSeries doesn't have `data`, then it fails to meet the requirements of a `TimeSeries`.