Skip to content

Startup_Install_Debug

Max-Home-Tower edited this page Jul 1, 2020 · 1 revision

Troubleshooting Installation

Warnings

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.FEAT from 'wav' to 'pca' or one of the others.
  • 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.m set both pars.UseParallel and pars.UseRemote to false.

Errors

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 many nigeLab functions, please make sure you have it.
Clone this wiki locally