INM-6 / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://packages.python.org/neo/
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Add construct_subsegment_by_recordingchannel to Segment #8

Open mdenker opened 9 years ago

mdenker commented 9 years ago

A function like this would be useful:

h.construct_subsegment_by_recordingchannel(rc_list=[k])
lphan commented 9 years ago

@mdenker Can you describe a bit more what does this function ? and where to find it or even a short example how to start it, how is 'h' initiated ?

alperyeg commented 9 years ago

I think this is a feature Michael wants to have in neo, that's why the tag is enhancement. I believe this function should have a similar functionality like construct_subsegment_by_unit. Probably it should be in Segment, Michael needs to clarify that.

mdenker commented 7 years ago

Yes, that's what I was thinking. In the mean time, this must be reevaluated in the context of ChannelIndexes...