buzsakilab / buzcode

Code for internal lab sharing - polishing has started but is by no means complete
http://www.buzsakilab.com/
GNU General Public License v3.0
118 stars 128 forks source link

Bz_LoadPhy should save spikes in same format as bz_getspikes #322

Closed brendonw1 closed 4 years ago

brendonw1 commented 5 years ago

This way bz_getspikes can be called no matter which spike sorter was used to manually check - this goes along with diea that buzcode code can work on all data the same once it's in buzcode format.

This is a lesser goal than (and therefore separate from) merging bz_loadphy and bz_getspikes (issue#264)

brendonw1 commented 5 years ago

I think it needs two things

dlevenstein commented 4 years ago

perhaps there's a way we can have bz_getspikes call bz_loadphy, that way they have to be piped through the same input/output (i.e. related issue #264, #261 )

dlevenstein commented 4 years ago

closed in lieu of #261