Table.fetch: use filt kwarg to restrict events to input segment
This PR fixes #150 (closed) by using the filt
kwarg of Table.read
to return only those events that lie within the given [start, end)
segment.
This PR fixes #150 (closed) by using the filt
kwarg of Table.read
to return only those events that lie within the given [start, end)
segment.