Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Oct 30, 2015
1 parent 4a5dd4f commit faa8be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pref.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

% UI
smart_scroll = true; % intelligently scroll so we keep # visible spikes constant
% context width: window around the spike to show when clicked on in a reduced representation
context_width = .2; % seconds.


% spike detection
t_before = 20; % should be an integer, in units of data samples
Expand All @@ -37,8 +40,6 @@
V_cutoff = -1; % ignore peaks beyond this limit
invert_V = false; % sometimes, it is easier to find spikes if you invert V
band_pass = [100 1000]; % in Hz. band pass V to find spikes more easily

% doublets
remove_doublets = true; % resolve doublet peaks, which are very likely AB or BA, not AA or BB
doublet_distance = 90; % how far out should you look for doublets?

Expand All @@ -47,6 +48,5 @@
template_width = 50;
template_amount = 2;

% context width: window around the spike to show when clicked on in a reduced representation
context_width = .2; % seconds.


0 comments on commit faa8be5

Please sign in to comment.