Skip to content

Commit

Permalink
Merge pull request #273 from anarkiwi/json
Browse files Browse the repository at this point in the history
annotations.
  • Loading branch information
anarkiwi authored May 10, 2024
2 parents f69ff46 + 0ab92d0 commit 6f2ecbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/write_freq_samples_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ void write_freq_samples_impl::close_() {
anno.access<sigmf::core::AnnotationT>().label = inference_item.label;
anno.access<sigmf::core::AnnotationT>().generator = "GamutRF";
record.annotations.emplace_back(anno);
++annotations;
}
d_logger->info("wrote {} annotations", annotations);
std::string sigmf_filename = final_samples_path_base + ".sigmf-meta";
Expand Down

0 comments on commit 6f2ecbb

Please sign in to comment.