Skip to content

Commit 5719d07

Browse files
committed
update docs
1 parent 9c46c3e commit 5719d07

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

loadData/importSpikes.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
% cellType: optional, string, char, or cell array
99
% UID: optional, numeric array
1010
% state: optional, string or char, sleep state to restrict to
11+
% remove_unstable: optional, logical
12+
% stable_interval_width: optional, int, bin size for remove_unstable, allows 1 empty bin
1113
%
1214
% Outputs:
1315
% spikes
@@ -43,6 +45,11 @@
4345
% spike_array
4446
% <SpikeArray: 15 units> of length 06:23:07.270 hours
4547
%
48+
% [spikes, spike_array] = importSpikes('basepath', 'Z:\Data\AYAold\AYA7\day19', ...
49+
% 'brainRegion', 'CA1', 'cellType', 'Pyr','remove_unstable',true)
50+
% spike_array
51+
% <SpikeArray: 13 units> of length 06:23:07.270 hours
52+
%
4653
% Ryan H
4754

4855
% parse inputs

0 commit comments

Comments
 (0)