Skip to content

Commit

Permalink
Fix typo of name for dataset in bands table in ecephys tutorial (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad authored Nov 27, 2024
1 parent 63a7c4e commit 133b532
Show file tree
Hide file tree
Showing 3 changed files with 820 additions and 820 deletions.
Binary file modified tutorials/ecephys.mlx
Binary file not shown.
1,638 changes: 819 additions & 819 deletions tutorials/html/ecephys.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorials/private/mcode/ecephys.m
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@

% The bands should be added to the DecompositionSeries as a dynamic table
bands = table(band_names, band_mean, band_stdev, band_limits, ...
'VariableNames', {'band_names', 'band_mean', 'band_stdev', 'band_limits'})
'VariableNames', {'band_name', 'band_mean', 'band_stdev', 'band_limits'})

bands = util.table2nwb( bands );

Expand Down

0 comments on commit 133b532

Please sign in to comment.