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

provide better interface for users of the package #21

Open
jordansread opened this issue Sep 3, 2015 · 0 comments
Open

provide better interface for users of the package #21

jordansread opened this issue Sep 3, 2015 · 0 comments
Milestone

Comments

@jordansread
Copy link
Member

qconfig = read(file="DO_sensor.yaml")
sensor = read(file="sensor.txt", format)
sensor = window(sensor, ...)
sensor = flag(sensor, qconfig) # works for windowed and non-windowed
 # -- or --
sensor = flag(sensor, ...) # for manual operations that are in sqc

qconfig['field'] = 'n=9'
write(qconfig, file, ...)

data = clean(sensor, flag.logic)
write(data, file, with.flags, ...)
@jordansread jordansread modified the milestone: FY15 Sep 9, 2015
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

1 participant