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

ENH: Add seq format that allows onset_sample + offset_sample #209

Open
NickleDave opened this issue Dec 10, 2022 · 0 comments
Open

ENH: Add seq format that allows onset_sample + offset_sample #209

NickleDave opened this issue Dec 10, 2022 · 0 comments
Labels
ENH: enhancement New feature or request

Comments

@NickleDave
Copy link
Collaborator

We have a 'Sequence' data type but no format class that corresponds to that data type.

If I have a bunch of Sequences 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 like to_file, from_file, etc.

Not sure if this should get added to the current Sequence class or if there should be a separate class in crowsetta.formats.seq instead.

@NickleDave NickleDave added the ENH: enhancement New feature or request label Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENH: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant