Skip to content

spool.select doesn't support relative argument #362

Description

@d-chambers

Description

Patch.select supports a relative argument. Spool.select does not, but it should.

Example

spool = spool.select(time=(1, -1), relative=True) 

should trim 1 second from start/end of spool. Currently it just fails silently since extra kwargs are being suppressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions