Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate EventWaveform #584

Merged
merged 5 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions core/nwb.ecephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ groups:
neurodata_type_inc: ElectricalSeries
doc: "Stores snapshots/snippets of recorded spike events (i.e., threshold crossings). This
may also be raw data, as reported by ephys hardware. If so, the TimeSeries::description
field should describe how events were detected. All SpikeEventSeries should
reside in a module (under EventWaveform interface) even if the spikes were reported
and stored by hardware. All events span the same recording channels and store
field should describe how events were detected. All events span the same recording
channels and store
snapshots of equal duration. TimeSeries::data array structure: [num events]
[num channels] [num samples] (or [num events] [num samples] for single electrode)."
datasets:
Expand Down Expand Up @@ -191,7 +190,7 @@ groups:
- neurodata_type_def: EventWaveform
neurodata_type_inc: NWBDataInterface
default_name: EventWaveform
doc: Represents either the waveforms of detected events, as extracted from a raw
doc: DEPRECATED. Represents either the waveforms of detected events, as extracted from a raw
data trace in /acquisition, or the event waveforms that were stored during experiment
acquisition.
groups:
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Minor changes
when each unit is associated with a different number of electrodes and there is a waveform mean/SD for each
electrode and unit. (#576)
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
- Deprecated ``EventWaveform`` neurodata type. (#584)

- Deprecated ``ImageMaskSeries`` neurodata type. (#583)

Expand Down
Loading