ENH: Add seq
format that allows onset_sample
+ offset_sample
#209
Labels
ENH: enhancement
New feature or request
seq
format that allows onset_sample
+ offset_sample
#209
We have a 'Sequence' data type but no format class that corresponds to that data type.
If I have a bunch of
Sequence
s and want to save each in a single file, there's no easy way to do that.There's 'simple-seq', but it assumes we're working with onsets + offsets in seconds. I think it might be possible to work around this with
kwargs
to the__init__
but I'm not sure.Would be nice to have a
Sequence
format with methods liketo_file
,from_file
, etc.Not sure if this should get added to the current
Sequence
class or if there should be a separate class incrowsetta.formats.seq
instead.The text was updated successfully, but these errors were encountered: