Skip to content

Commit 0579f74

Browse files
authored
Revert addition of waveform_mean_index for now
1 parent 77b424a commit 0579f74

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

core/nwb.misc.yaml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/format/source/format_release_notes.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Release Notes
99
Minor changes
1010
^^^^^^^^^^^^^
1111
- Added support to set boundary metadata for ``SpatialSeries``. (#524)
12-
- Added columns ``waveform_mean_index`` and ``waveform_sd_index`` to ``Units`` to make the ``waveform_mean`` and
13-
``waveform_sd`` columns ragged. This allows for a different number of waveform means/SDs per unit which is useful
14-
when each unit is associated with a different number of electrodes and there is a waveform mean/SD for each
15-
electrode and unit. (#576)
1612
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
1713
- Deprecated ``EventWaveform`` neurodata type. (#584)
1814
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)

0 commit comments

Comments
 (0)