Skip to content

Commit

Permalink
Merge pull request #85 from gnuradio/issue-50
Browse files Browse the repository at this point in the history
Addressing questions raised in #50 about multiple recordings per arch…
  • Loading branch information
bhilburn authored Jan 5, 2018
2 parents b0e0cc0 + d0b4acc commit dfff5cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ metadata file contains information that describes the dataset.
#### SigMF Archives

The metadata and dataset files that comprise a `SigMF Recording` may be combined
into a file archive.
into a file archive. A `SigMF Archive` may contain multiple `SigMF Recordings`.

1. The archive MUST use the `tar` archive format, as specified by POSIX.1-2001.
2. The archive file's filename extension MUST be `.sigmf`.
Expand All @@ -135,8 +135,14 @@ into a file archive.
4. The archive MUST NOT contain any other files unless their pathnames begin
with `N/N`, for some `N` which has `.sigmf-meta` and `.sigmf-data` files as
described above.

A `SigMF Archive` may contain multiple `SigMF Recordings`.
5. It is RECOMMENDED that if recordings in an archive represent a continuous
dataset that has been split into separate recordings, that their filenames
reflect the order of the series by appending a hyphenated zero-based index
(e.g., `N-0`, `N-1`, `N-2`, etc.,).

Each recording in an archive, even if connected to others by being part of
a larger dataset, MUST be evaluated independently for compliance to the SigMF
standard, and thus all metadata MAY be different between the recordings.

### Dataset Format

Expand Down

0 comments on commit dfff5cc

Please sign in to comment.