@@ -244,13 +244,7 @@ groups:
244244 - - null
245245 - null
246246 - null
247- doc : Spike waveform mean for each spike unit. The 'waveform_mean_index'
248- column indexes which waveforms in this column belong to a given unit, where each waveform
249- was recorded from a different electrode. The 'electrodes' column should be used to indicate which
250- electrodes are associated with each unit, and the order of the mean waveforms for a given unit
251- in the 'waveform_mean' dataset should be the same as the order of the electrodes referenced in
252- the 'electrodes' column of this table. The number of samples for each waveform mean must be the
253- same.
247+ doc : Spike waveform mean for each spike unit.
254248 quantity : ' ?'
255249 attributes :
256250 - name : sampling_rate
@@ -262,11 +256,6 @@ groups:
262256 value : volts
263257 doc : Unit of measurement. This value is fixed to 'volts'.
264258 required : false
265- - name : waveform_mean_index
266- neurodata_type_inc : VectorIndex
267- doc : Optional index into the 'waveform_mean' dataset to allow each unit to have a different number of mean
268- waveforms, one per electrode. See 'waveform_mean' for more details.
269- quantity : ' ?'
270259 - name : waveform_sd
271260 neurodata_type_inc : VectorData
272261 dtype : float32
@@ -282,13 +271,7 @@ groups:
282271 - - null
283272 - null
284273 - null
285- doc : Spike waveform standard deviation for each spike unit. The 'waveform_sd_index'
286- column indexes which waveforms in this column belong to a given unit, where each waveform
287- was recorded from a different electrode. The 'electrodes' column should be used to indicate which
288- electrodes are associated with each unit, and the order of the waveform standard deviations for a
289- given unit in the 'waveform_sd' dataset should be the same as the order of the electrodes referenced
290- in the 'electrodes' column of this table. The number of samples for each waveform standard deviation
291- must be the same.
274+ doc : Spike waveform standard deviation for each spike unit.
292275 quantity : ' ?'
293276 attributes :
294277 - name : sampling_rate
@@ -300,11 +283,6 @@ groups:
300283 value : volts
301284 doc : Unit of measurement. This value is fixed to 'volts'.
302285 required : false
303- - name : waveform_sd_index
304- neurodata_type_inc : VectorIndex
305- doc : Optional index into the 'waveform_sd' dataset to allow each unit to have a different number of
306- waveform standard deviations, one per electrode. See 'waveform_sd' for more details.
307- quantity : ' ?'
308286 - name : waveforms
309287 neurodata_type_inc : VectorData
310288 dtype : numeric
0 commit comments