Skip to content

Commit

Permalink
fixup! Previous commit forgot a table field and didn't update the ToC.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilburn committed Nov 9, 2018
1 parent f513206 commit 0f6ed3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sigmf-spec.md
Expand Up @@ -28,7 +28,6 @@ This document is available under the [CC-BY-SA License](http://creativecommons.o

## Table of Contents

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
**Table of Contents**

* [Signal Metadata Format Specification v0.0.2](#signal-metadata-format-specification-v002)
Expand All @@ -51,6 +50,7 @@ This document is available under the [CC-BY-SA License](http://creativecommons.o
* [The `extensions` Field](#the-extensions-field)
* [Captures Array](#captures-array)
* [Capture Segment Objects](#capture-segment-objects)
* [The `global_index` Pair](#the-globalindex-pair)
* [The `datetime` Pair](#the-datetime-pair)
* [Annotations Array](#annotations-array)
* [Annotation Segment Objects](#annotation-segment-objects)
Expand All @@ -60,8 +60,6 @@ This document is available under the [CC-BY-SA License](http://creativecommons.o
* [Citing SigMF](#citing-sigmf)
* [Acknowledgements](#acknowledgements)

<!-- markdown-toc end -->

## Introduction

Sharing sets of recorded signal data is an important part of science and
Expand Down Expand Up @@ -334,7 +332,7 @@ capture segment objects:
|name|required|type|description|
|----|--------------|-------|-----------|
|`sample_start`|true|uint|The sample index in the dataset file at which this segment takes effect.|
|`global_index`|false|If the sample source provides a global sample count, this is the global index that maps to `sample_start`.|
|`global_index`|false|uint|If the sample source provides a global sample count, this is the global index that maps to `sample_start`.|
|`frequency`|false|double|The center frequency of the signal in Hz.|
|`datetime`|false|string|An ISO-8601 string indicating the timestamp of the sample index specified by `sample_start`. More details, below.|

Expand Down

0 comments on commit 0f6ed3a

Please sign in to comment.