sigmf-python
sigmf-python copied to clipboard
Normalize the string -> obj pairs
eg START_INDEX_KEY should probably be renamed to CORE_SAMPLE_START, along with all the others that clearly dont match
Yep, this should be done along with #92 and throw a deprecation warning when accessing the old key.
I would add that such variable-value pairs should be generated automatically (albeit through a manually-invoked process) with some python foo. Same for the extensions (after they are converted to JSON schema).
Yeah good idea, as long as there are generated docs to go with it. E.g. colon -> underscore and capitalize everything.
could also use SAMPLE_START instead of CORE_SAMPLE_START