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.
Description
Patch.selectsupports a relative argument.Spool.selectdoes not, but it should.Example
should trim 1 second from start/end of spool. Currently it just fails silently since extra kwargs are being suppressed.