|
| 1 | +{ |
| 2 | + "channel_id": { |
| 3 | + "description": "Identifier for the channel. Corresponds to the channel number in the source data file." |
| 4 | + }, |
| 5 | + "contact_id": { |
| 6 | + "description": "Identifier for the contact. 'n/a' indicates not applicable or not specified." |
| 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 | + "file_origin": { |
| 21 | + "description": "Path to the source data file from which this channel's data originates." |
| 22 | + }, |
| 23 | + "connector_id": { |
| 24 | + "description": "Identifier for the connector used for this channel." |
| 25 | + }, |
| 26 | + "connector_pin_id": { |
| 27 | + "description": "Identifier for the pin on the connector used for this channel." |
| 28 | + }, |
| 29 | + "nev_dig_factor": { |
| 30 | + "description": "Digital conversion factor for Neuralynx (NEV) data." |
| 31 | + }, |
| 32 | + "nb_sorted_units": { |
| 33 | + "description": "Number of sorted units for this channel. 0 indicates no sorted units." |
| 34 | + }, |
| 35 | + "nsx": { |
| 36 | + "description": "Neuralynx NSx file version or type. E.g., 2 for NS2, 5 for NS5." |
| 37 | + }, |
| 38 | + "hi_pass_freq": { |
| 39 | + "description": "High-pass filter frequency in Hz. 'n/a' indicates no high-pass filter applied or not specified." |
| 40 | + }, |
| 41 | + "lo_pass_freq": { |
| 42 | + "description": "Low-pass filter frequency in Hz. 'n/a' indicates no low-pass filter applied or not specified." |
| 43 | + }, |
| 44 | + "hi_pass_order": { |
| 45 | + "description": "Order of the high-pass filter. 'n/a' indicates no high-pass filter applied or not specified." |
| 46 | + }, |
| 47 | + "lo_pass_order": { |
| 48 | + "description": "Order of the low-pass filter. 'n/a' indicates no low-pass filter applied or not specified." |
| 49 | + }, |
| 50 | + "filter_type": { |
| 51 | + "description": "Type of filter applied. 'n/a' indicates no filter applied or not specified.", |
| 52 | + "levels": { |
| 53 | + "n/a": "No filter applied or not specified.", |
| 54 | + "butterworth": "Butterworth filter" |
| 55 | + } |
| 56 | + }, |
| 57 | + "electrode_reject_HFC": { |
| 58 | + "description": "Boolean indicating if high-frequency common mode rejection was applied to the electrode.", |
| 59 | + "levels": { |
| 60 | + "TRUE": "High-frequency common mode rejection was applied.", |
| 61 | + "FALSE": "High-frequency common mode rejection was not applied.", |
| 62 | + "n/a": "Not applicable or not specified." |
| 63 | + } |
| 64 | + }, |
| 65 | + "electrode_reject_LFC": { |
| 66 | + "description": "Boolean indicating if low-frequency common mode rejection was applied to the electrode.", |
| 67 | + "levels": { |
| 68 | + "TRUE": "Low-frequency common mode rejection was applied.", |
| 69 | + "FALSE": "Low-frequency common mode rejection was not applied.", |
| 70 | + "n/a": "Not applicable or not specified." |
| 71 | + } |
| 72 | + }, |
| 73 | + "electrode_reject_IFC": { |
| 74 | + "description": "Boolean indicating if intermediate-frequency common mode rejection was applied to the electrode.", |
| 75 | + "levels": { |
| 76 | + "TRUE": "Intermediate-frequency common mode rejection was applied.", |
| 77 | + "FALSE": "Intermediate-frequency common mode rejection was not applied.", |
| 78 | + "n/a": "Not applicable or not specified." |
| 79 | + } |
| 80 | + }, |
| 81 | + "connector_aligned_ids": { |
| 82 | + "description": "Identifier for aligned connectors. 'n/a' indicates not applicable or not specified." |
| 83 | + }, |
| 84 | + "coordinates_x": { |
| 85 | + "description": "X-coordinate of the channel/electrode position. 'n/a' indicates not applicable or not specified." |
| 86 | + }, |
| 87 | + "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 | + } |
| 96 | + } |
| 97 | +} |
0 commit comments