@@ -94,18 +94,18 @@ groups:
9494 - null
9595- neurodata_type_def : ClusterWaveforms
9696 neurodata_type_inc : NWBDataInterface
97- doc : ' The mean waveform shape, including standard deviation, of the different clusters.
98- Ideally, the waveform analysis should be performed on data that is only high-pass
99- filtered. This is a separate module because it is expected to require updating.
100- For example, IMEC probes may require different storage requirements to store/display
101- mean waveforms, requiring a new interface or an extension of this one.'
97+ doc : ' DEPRECATED The mean waveform shape, including standard deviation, of the
98+ different clusters. Ideally, the waveform analysis should be performed on data that
99+ is only high-pass filtered. This is a separate module because it is expected to require
100+ updating. For example, IMEC probes may require different storage requirements to
101+ store/display mean waveforms, requiring a new interface or an extension of this one.'
102102 attributes :
103103 - name : help
104104 dtype : text
105105 doc : Value is 'Mean waveform shape of clusters. Waveforms should be high-pass
106106 filtered (ie, not the same bandpass filter used waveform analysis and clustering)'
107- value : Mean waveform shape of clusters. Waveforms should be high-pass filtered
108- (ie, not the same bandpass filter used waveform analysis and clustering)
107+ value : DEPRECATED Mean waveform shape of clusters. Waveforms should be high-pass
108+ filtered (ie, not the same bandpass filter used waveform analysis and clustering)
109109 datasets :
110110 - name : waveform_filtering
111111 dtype : text
@@ -138,15 +138,15 @@ groups:
138138 default_name : ClusterWaveforms
139139- neurodata_type_def : Clustering
140140 neurodata_type_inc : NWBDataInterface
141- doc : Clustered spike data, whether from automatic clustering tools (e.g., klustakwik)
142- or as a result of manual sorting.
141+ doc : DEPRECATED Clustered spike data, whether from automatic clustering tools (e.g.,
142+ klustakwik) or as a result of manual sorting.
143143 attributes :
144144 - name : help
145145 dtype : text
146146 doc : Value is 'Clustered spike data, whether from automatic clustering tools (eg,
147147 klustakwik) or as a result of manual sorting'
148- value : Clustered spike data, whether from automatic clustering tools (eg, klustakwik)
149- or as a result of manual sorting
148+ value : DEPRECATED Clustered spike data, whether from automatic clustering tools
149+ (eg, klustakwik) or as a result of manual sorting
150150 datasets :
151151 - name : description
152152 dtype : text
0 commit comments