Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Convenience function for processing whole array #7

Open
ixjlyons opened this issue Feb 7, 2018 · 0 comments
Open

Convenience function for processing whole array #7

ixjlyons opened this issue Feb 7, 2018 · 0 comments

Comments

@ixjlyons
Copy link
Member

ixjlyons commented Feb 7, 2018

For offline processing, it would be really convenient to have a function or maybe just a method of Pipeline that consumes a whole array, iterates over it with a given segment length (using segment), and concatenates the output.

x = load_recording(...)
p = build_pipeline(...)
y = p.process_segments(x, 10)

Should be pretty easy to do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant