d1manson / waveform

browser-based GUI for working with extra-neuronal waveform data
MIT License
11 stars 5 forks source link

export data to .mat or numpy-specific files #32

Open d1manson opened 8 years ago

d1manson commented 8 years ago

You could do this in a variety of ways, but you might want to be able to bundle spike times with xy and dir, say.

You could support a "shopping cart" or multi-select (like a photo gallery mobile app) type arrangement...so you could combine a variety of cells, perhaps across trials/tets even. This would also allow for async operations because there would be one action to request the data and another to drag it out.

Note that currently there is the Utils.array_to_csv function on the console, which can provide some of what might be wanted from this feature.