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

[FIX] Added white space after table #660

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Specific EEG fields MUST be present:
| SamplingFrequency | REQUIRED | [number][] | Sampling frequency (in Hz) of all the data in the recording, regardless of their type (for example, 2400). |
| PowerLineFrequency | REQUIRED | [number][] or `"n/a"` | Frequency (in Hz) of the power grid at the geographical location of the EEG instrument (for example, 50 or 60). |
| SoftwareFilters | REQUIRED | [object][] of [objects][] or `"n/a"` | [Object][] of temporal software filters applied, or `"n/a"` if the data is not available. Each key:value pair in the JSON object is a name of the filter and an object in which its parameters are defined as key:value pairs. For example, `{"Anti-aliasing filter": {"half-amplitude cutoff (Hz)": 500, "Roll-off": "6dB/Octave"}}`. |

SHOULD be present:

| **Key name** | **Requirement level** | **Data type** | **Description** |
Expand Down