Skip to content

Commit

Permalink
Merge branch 'dev' into reference_frame_optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt authored Jan 18, 2019
2 parents bef0a46 + d2abf00 commit 5180543
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pynwb/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ def __init__(self, **kwargs):
@register_class('ClusterWaveforms', CORE_NAMESPACE)
class ClusterWaveforms(NWBDataInterface):
"""
DEPRECATED. `ClusterWaveforms` was deprecated in Oct 27, 2018 and will be removed in a future release.
Please use the `Units` table to store waveform mean and standard deviation
e.g. `NWBFile.units.add_unit(..., waveform_mean=..., waveform_sd=...)`
Describe cluster waveforms by mean and standard deviation for at each sample.
"""

Expand Down

0 comments on commit 5180543

Please sign in to comment.