-
Notifications
You must be signed in to change notification settings - Fork 3
Startup_Install_Debug
Max-Home-Tower edited this page Jul 1, 2020
·
1 revision
The most common warnings you may see when running the install_nigeLab.m script are:
- Your license does not include the
Wavelet Toolbox(Matlab). This will be used in spike feature extraction, needed for the next spike sorting. Either:- Install
Wavelet Toolbox(Matlab); most likely have this if at an academic institution; or, - In
+nigeLab/+defaults/SD.m, change (~line 73)pars.FEATfrom'wav'to'pca'or one of the others.
- Install
- Your license does not include the
Parallel Processing Toolbox(Matlab). This can affect the performance of nigeLab but it won't prevent you from using it anyway.- If you cannot install this toolbox, then in
+nigeLab/+defaults/Queue.mset bothpars.UseParallelandpars.UseRemotetofalse.
- If you cannot install this toolbox, then in
If you get the following error during installation, it is best just to find a way to install that toolbox:
- Your license does not include the
Signal Processing Toolbox(Matlab). This toolbox is mandatory for manynigeLabfunctions, please make sure you have it.
