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

Segment does not have t_start, t_stop #19

Closed mdenker closed 7 years ago

mdenker commented 8 years ago

Segments don't have a t_start and t_stop.

Ideally, these would be two functions of the Segment that calculate t_start and t_stop as the minimum and maximum times of all children, respectively.

mdenker commented 7 years ago

Is included as optional attributes.