File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
element_array_ephys/export/nwb Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,17 @@ def add_ephys_units_to_nwb(
242
242
"""
243
243
Add spiking data to NWBFile.
244
244
245
+ In NWB, spiking data is stored in a Units table. The primary Units table is
246
+ stored at /units. The spiking data in /units is generally the data used in
247
+ downstream analysis. Only a single Units table can be stored at /units. Other Units
248
+ tables can be stored in a ProcessingModule at /processing/ecephys/. Any number of
249
+ Units tables can be stored in this ProcessingModule as long as they have different
250
+ names, and these Units tables can store intermediate processing steps or
251
+ alternative curations.
252
+
253
+ Use `primary_clustering_paramset_idx` to indicate which clustering is primary. All
254
+ others will be stored in /processing/ecephys/.
255
+
245
256
ephys.CuratedClustering.Unit::unit -> units.id
246
257
ephys.CuratedClustering.Unit::spike_times -> units["spike_times"]
247
258
ephys.CuratedClustering.Unit::spike_depths -> units["spike_depths"]
You can’t perform that action at this time.
0 commit comments