Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PeriEventSpikeTensorizer should accept multiple data structures for spikes #4

Open
neuromusic opened this issue Aug 3, 2017 · 0 comments

Comments

@neuromusic
Copy link
Contributor

pandas.DataFrame

  • rows: observed spikes
  • columns: time, source, *spike_features

np.ndarray

  • can also accept each column as an array
  • need to pass additional args to indicate time and neuron column indices

dict

  • keys: cluster ids
  • values: timestamps

or should the dict representation be a separate transformation step, as in nwb.SpikeTablizer?

@neuromusic neuromusic changed the title transformers from spikes should accept multiple data structures PeriEventSpikeTensorizer should accept multiple data structures for spikes Nov 18, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant