@@ -158,6 +158,7 @@ groups:
158158 shape :
159159 - null
160160 doc : The mean Gaussian filters, in Hz.
161+ quantity : ' ?'
161162 - name : band_stdev
162163 neurodata_type_inc : VectorData
163164 dtype : float32
@@ -166,6 +167,7 @@ groups:
166167 shape :
167168 - null
168169 doc : The standard deviation of Gaussian filters, in Hz.
170+ quantity : ' ?'
169171 links :
170172 - name : source_timeseries
171173 target_type : TimeSeries
@@ -242,13 +244,7 @@ groups:
242244 - - null
243245 - null
244246 - null
245- doc : Spike waveform mean for each spike unit. The 'waveform_mean_index'
246- column indexes which waveforms in this column belong to a given unit, where each waveform
247- was recorded from a different electrode. The 'electrodes' column should be used to indicate which
248- electrodes are associated with each unit, and the order of the mean waveforms for a given unit
249- in the 'waveform_mean' dataset should be the same as the order of the electrodes referenced in
250- the 'electrodes' column of this table. The number of samples for each waveform mean must be the
251- same.
247+ doc : Spike waveform mean for each spike unit.
252248 quantity : ' ?'
253249 attributes :
254250 - name : sampling_rate
@@ -260,11 +256,6 @@ groups:
260256 value : volts
261257 doc : Unit of measurement. This value is fixed to 'volts'.
262258 required : false
263- - name : waveform_mean_index
264- neurodata_type_inc : VectorIndex
265- doc : Optional index into the 'waveform_mean' dataset to allow each unit to have a different number of mean
266- waveforms, one per electrode. See 'waveform_mean' for more details.
267- quantity : ' ?'
268259 - name : waveform_sd
269260 neurodata_type_inc : VectorData
270261 dtype : float32
@@ -280,13 +271,7 @@ groups:
280271 - - null
281272 - null
282273 - null
283- doc : Spike waveform standard deviation for each spike unit. The 'waveform_sd_index'
284- column indexes which waveforms in this column belong to a given unit, where each waveform
285- was recorded from a different electrode. The 'electrodes' column should be used to indicate which
286- electrodes are associated with each unit, and the order of the waveform standard deviations for a
287- given unit in the 'waveform_sd' dataset should be the same as the order of the electrodes referenced
288- in the 'electrodes' column of this table. The number of samples for each waveform standard deviation
289- must be the same.
274+ doc : Spike waveform standard deviation for each spike unit.
290275 quantity : ' ?'
291276 attributes :
292277 - name : sampling_rate
@@ -298,11 +283,6 @@ groups:
298283 value : volts
299284 doc : Unit of measurement. This value is fixed to 'volts'.
300285 required : false
301- - name : waveform_sd_index
302- neurodata_type_inc : VectorIndex
303- doc : Optional index into the 'waveform_sd' dataset to allow each unit to have a different number of
304- waveform standard deviations, one per electrode. See 'waveform_sd' for more details.
305- quantity : ' ?'
306286 - name : waveforms
307287 neurodata_type_inc : VectorData
308288 dtype : numeric
0 commit comments