python-neo
python-neo copied to clipboard
Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
even when using the rawio
Currently all channels exported to a nix file are linked to name of the corresponding AnalogSignal name, which is not unique across channels. This should be fixed latest when introducing...
This might also help in the context of the association of channels to spiketrains / units. For writing to some files these annotations might then be actually mandatory to be...
* _add_spiketrainlist() : handle in better when there is an overlap between channel_ids * `append()` performence can be improve * `extend'()` performence can be improve *
Currently times of spiketrain lists have to be identical for merging and an Error is raised in other cases. This should be extended to also work with non-identical times I...
Until now it was not so easy to filter for multiple values with the filter function in neo. To solve this problem, I introduced "FilterConditions". These can be provided to...
Pull request to add support for WaveSurfer (https://wavesurfer.janelia.org) filetypes. Build around and requires the PyWaveSurfer module written by @boazmohar and @adamltaylor. This pull request is not finished but have opened...
This PR is a suggestion on how to update the neo object linking to include RegionsOfInterest and ChannelView in a consistent manner. Currently, `Group`s accept also `Segment`s as child objects,...