annotationsfix #19

Merged
madrigal merged 23 commits from annotationsfix into main 2026-04-20 15:57:23 -04:00
Showing only changes of commit e1025794a8 - Show all commits

View File

@ -337,7 +337,7 @@ def to_sigmf(
meta_dict = sigMF_metafile.ordered_metadata() meta_dict = sigMF_metafile.ordered_metadata()
meta_dict["ria"] = metadata meta_dict["ria"] = metadata
sigMF_metafile.tofile(meta_file_path) sigMF_metafile.tofile(meta_file_path, overwrite=overwrite)
def from_sigmf(file: os.PathLike | str) -> Recording: def from_sigmf(file: os.PathLike | str) -> Recording: