Skip to content

Commit

Permalink
Update configFile384.m
Browse files Browse the repository at this point in the history
  • Loading branch information
marius10p committed Apr 16, 2024
1 parent 8a74064 commit 0ce1027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configFiles/configFile384.m
Expand Up @@ -40,11 +40,11 @@
% ops.Nfilt = 1024; % max number of clusters
ops.nfilt_factor = 4; % max number of clusters per good channel (even temporary ones)
ops.ntbuff = 64; % samples of symmetrical buffer for whitening and spike detection
ops.NT = 64*1024+ ops.ntbuff; % must be multiple of 32 + ntbuff. This is the batch size (try decreasing if out of memory).
ops.NT = 64*1024 - ops.ntbuff; % must be multiple of 1024 - ntbuff.
ops.whiteningRange = 32; % number of channels to use for whitening each channel
ops.nSkipCov = 25; % compute whitening matrix from every N-th batch
ops.scaleproc = 200; % int16 scaling of whitened data
ops.nPCs = 3; % how many PCs to project the spikes into
ops.useRAM = 0; % not yet available

%%
%%

0 comments on commit 0ce1027

Please sign in to comment.