-
Notifications
You must be signed in to change notification settings - Fork 0
/
startup.m
29 lines (26 loc) · 1.13 KB
/
startup.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%BClarkLab Startup Script LB May 2019
%Navigate to folder containing ephys_tools
s=what('ephys_tools');
cd(s.path)
%Initialize Paths
addpath(fullfile('Analysis'),...
genpath(fullfile('io')),...
fullfile('LFP'),...
genpath(fullfile('preprocessing')),...
fullfile('Utils'),...
fullfile('Visualize'),...
fullfile('external_packages','CircStat2012a'),...
fullfile('external_packages','MatlabStatsUofG'),...
fullfile('external_packages','Pass_Index'),...
fullfile('external_packages','plotSpikeRaster'),...
fullfile('external_packages','panel'),...
genpath(fullfile('external_packages','MClust-4.4')),...
fullfile('external_packages','Colormaps'),...
fullfile('external_packages','fMLM'),...
genpath(fullfile('external_packages','buzcode')),...
fullfile('external_packages','hex_and_rgb'),...
genpath(fullfile('external_packages','spikes')),...
genpath(fullfile('external_packages','sortingQuality')),...
genpath(fullfile('external_packages','Kilosort2')),...
genpath(fullfile('external_packages','npy-matlab')),...
genpath(fullfile('external_packages','Kilosort2Wrapper')))