-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
147 lines (147 loc) · 5.03 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"attributes": {
"author": {
"description": "A text identifier for the author potentially including name, handle, email, and/or other ID like Amateur Call Sign.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"collection": {
"description": "The base filename of a collection with which this Recording is associated.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"data_doi": {
"description": "The registered DOI (ISO 26324) for a Recording's Dataset file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"dataset": {
"description": "The full filename of the Dataset file this Metadata file describes.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"datatype": {
"description": "",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"description": {
"description": "A text description of the SigMF Recording.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"fft-plot": {
"description": "FFT plot of the signal",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 0
},
"geolocation_alt": {
"description": "The location of the Recording system (altitude).",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"geolocation_lat": {
"description": "The location of the Recording system (latitude).",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"geolocation_long": {
"description": "The location of the Recording system (longitude).",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"hw": {
"description": "A text description of the hardware used to make the Recording.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"iq-sample": {
"description": "Binary file of IQ samples",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 0
},
"license": {
"description": "A URL for the license document under which the Recording is offered.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"meta_doi": {
"description": "The registered DOI (ISO 26324) for a Recording's Metadata file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"metadata_only": {
"description": "Indicates the Metadata file is intentionally distributed without the Dataset.",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"num_channels": {
"description": "Total number of interleaved channels in the Dataset file. If omitted, this defaults to one.",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 0
},
"offset": {
"description": "The index number of the first sample in the Dataset. If not provided, this value defaults to zero. Typically used when a Recording is split over multiple files. All sample indices in SigMF are absolute, and so all other indices referenced in metadata for this recording SHOULD be greater than or equal to this value.",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"recorder": {
"description": "The name of the software used to make this SigMF Recording.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"sample_rate": {
"description": "The sample rate of the signal in samples per second.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"sha512": {
"description": "The SHA512 hash of the Dataset file associated with the SigMF file.",
"disable_correlation": true,
"misp-attribute": "sha512",
"ui-priority": 0
},
"trailing_bytes": {
"description": "The number of bytes to ignore at the end of a Non-Conforming Dataset file.",
"disable_correlation": true,
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"version": {
"description": "The version of the SigMF specification used to create the Metadata file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"waterfall-plot": {
"description": "Waterfall plot of the signal",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 0
}
},
"description": "An object representing a single IQ/RF sample in the Signal Metadata Format Specification (SigMF)",
"meta-category": "misc",
"name": "sigmf-expanded-recording",
"uuid": "f1c2c4e1-d3bf-46b1-b34d-f5e9544a4795",
"version": 1
}