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

Multi recording archive #1

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Multi recording archive #1

wants to merge 29 commits into from

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    208d74b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    44462f1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    832b731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d25adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f58453 View commit details
    Browse the repository at this point in the history
  4. add test for missing name

    jhazentia committed May 3, 2023
    Configuration menu
    Copy the full SHA
    89242c8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    0c503ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d234ddf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix some formatting, unused imports, docstrings, rename archivereader…

    … "name" to "path", rename duplicate test name
    jhazentia committed May 8, 2023
    Configuration menu
    Copy the full SHA
    348bed8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. add support for collections in archives, check for path and fileobj i…

    …n archive, add __eq__ method for SigMFCollection, improved handling of metadata in collection, fixed bug in read_samples()
    jhazentia committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b6df262 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    4cfc8c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4e633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c6825 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    454dd34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af9002d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d108b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    a631eb3 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jhazentia committed May 26, 2023
    Configuration menu
    Copy the full SHA
    74a7b86 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/NTIA/sigmf-python into mult…

    …i-recording-archive
    jhazentia committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ae4c424 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. add support for passing SigMFFile objects to SigMFCollection to impro…

    …ve usability with SigMFArchiveReader
    jhazentia committed May 30, 2023
    Configuration menu
    Copy the full SHA
    93ab02b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    5376ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e7d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    660ba82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2919d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    e4e1775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3131683 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fix error message

    jhazentia committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    29827af View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    b81289b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. folders in archives are no longer created by default to maintain cons…

    …istency with collection stream names, also adding files directly to tar instead of using temp folder
    jhazentia committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    15ca451 View commit details
    Browse the repository at this point in the history