|
5 | 5 | "contact_id": { |
6 | 6 | "description": "Identifier for the contact. 'n/a' indicates not applicable or not specified." |
7 | 7 | }, |
8 | | - "sampling_frequency": { |
9 | | - "description": "Sampling frequency of the channel in Hz." |
10 | | - }, |
11 | | - "units": { |
12 | | - "description": "Units of the recorded signal.", |
13 | | - "levels": { |
14 | | - "uV": "Microvolts" |
15 | | - } |
16 | | - }, |
17 | | - "channel_name": { |
18 | | - "description": "Descriptive name of the channel." |
19 | | - }, |
20 | 8 | "file_origin": { |
21 | 9 | "description": "Path to the source data file from which this channel's data originates." |
22 | 10 | }, |
|
32 | 20 | "nb_sorted_units": { |
33 | 21 | "description": "Number of sorted units for this channel. 0 indicates no sorted units." |
34 | 22 | }, |
35 | | - "nsx": { |
36 | | - "description": "Neuralynx NSx file version or type. E.g., 2 for NS2, 5 for NS5." |
| 23 | + "nev_hi_freq_order": { |
| 24 | + "description": "Order of the high-pass frequency filter for NEV spike data." |
| 25 | + }, |
| 26 | + "nev_hi_freq_type": { |
| 27 | + "description": "Type of the high-pass frequency filter for NEV spike data." |
| 28 | + }, |
| 29 | + "nev_lo_freq_order": { |
| 30 | + "description": "Order of the low-pass frequency filter for NEV spike data." |
37 | 31 | }, |
38 | | - "hi_pass_freq": { |
39 | | - "description": "High-pass filter frequency in Hz. 'n/a' indicates no high-pass filter applied or not specified." |
| 32 | + "nev_lo_freq_type": { |
| 33 | + "description": "Type of the low-pass frequency filter for NEV spike data." |
40 | 34 | }, |
41 | | - "lo_pass_freq": { |
42 | | - "description": "Low-pass filter frequency in Hz. 'n/a' indicates no low-pass filter applied or not specified." |
| 35 | + "nsx_hi_freq_order": { |
| 36 | + "description": "Order of the high-pass frequency filter for NSx continuous data." |
| 37 | + }, |
| 38 | + "nsx_lo_freq_order": { |
| 39 | + "description": "Order of the low-pass frequency filter for NSx continuous data." |
| 40 | + }, |
| 41 | + "nsx_hi_freq_type": { |
| 42 | + "description": "Type of the high-pass frequency filter for NSx continuous data." |
| 43 | + }, |
| 44 | + "nsx_lo_freq_type": { |
| 45 | + "description": "Type of the low-pass frequency filter for NSx continuous data." |
| 46 | + }, |
| 47 | + "nsx": { |
| 48 | + "description": "Neuralynx NSx file version or type. E.g., 2 for NS2, 5 for NS5." |
43 | 49 | }, |
44 | 50 | "hi_pass_order": { |
45 | 51 | "description": "Order of the high-pass filter. 'n/a' indicates no high-pass filter applied or not specified." |
|
78 | 84 | "n/a": "Not applicable or not specified." |
79 | 85 | } |
80 | 86 | }, |
81 | | - "connector_aligned_ids": { |
82 | | - "description": "Identifier for aligned connectors. 'n/a' indicates not applicable or not specified." |
| 87 | + "connector_aligned_id": { |
| 88 | + "description": "Channel ID in a spatially organized grid. 'n/a' indicates not applicable or not specified." |
83 | 89 | }, |
84 | 90 | "coordinates_x": { |
85 | 91 | "description": "X-coordinate of the channel/electrode position. 'n/a' indicates not applicable or not specified." |
86 | 92 | }, |
87 | 93 | "coordinates_y": { |
88 | | - "description": "Y-coordinate of the channel/electrode position. 'n/a' indicates not applicable or not specified." |
89 | | - }, |
90 | | - "channel_type": { |
91 | | - "description": "Type of channel.", |
92 | | - "levels": { |
93 | | - "BEH": "Behavioral channel", |
94 | | - "EXT": "External channel" |
95 | | - } |
| 94 | + "description": "Y-coordinate of the channel/electrode position. 'n/a' indicates not applicable or not specified. Note: This duplicates information from electrodes.tsv and is retained for source data fidelity." |
96 | 95 | } |
97 | 96 | } |
0 commit comments