Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mlprocessors: invoke processor classes directly -- including validation #66

Open
magland opened this issue Sep 7, 2018 · 1 comment
Assignees

Comments

@magland
Copy link
Collaborator

magland commented Sep 7, 2018

for example

import ml_ephys
ml_ephys.compute_templates(timeseries=...,etc)

That does not require mountainlab.

@wysota
Copy link
Collaborator

wysota commented Sep 19, 2018

Basic support implemented. Works as follows:

import ml_ephys
proc = ml_ephys.compute_templates()
proc(timeseries=...)

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

No branches or pull requests

2 participants