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

Add formal SigMF Collection support #261

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

jacobagilbert
Copy link
Member

@jacobagilbert jacobagilbert commented Dec 23, 2022

This creates a base SigMFMetafile class that Recording and Collection objects inherit from for common functions. This also separates some of the Collection object keys that were somewhat haphazardly thrown into the SigMFFile class despite having no real use there yet.

It does not handle archiving or schema based validation of collections yet, those common functions should probably be added to the base class. Example code to test these new features are in the README on this branch

Also updates README to provide an example of collections - Closes #252

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
sigmf/sigmffile.py Outdated Show resolved Hide resolved
this creates a base SigMFMetafile class that Recording and
Collection objects inherit from for common functions, also
updates README to provide an example of this.
@jacobagilbert jacobagilbert merged commit b4a27b4 into sigmf-v1.x Jan 6, 2023
@jacobagilbert jacobagilbert deleted the add_collection_handling branch January 17, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ci16_le and collection examples to README
2 participants