Skip to content

provide better interface for users of the package #21

@jordansread

Description

@jordansread
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, ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions