-
Notifications
You must be signed in to change notification settings - Fork 3
nigeLab_Syntax_Probes
To associate Probe meta-data with your nigelObj, there are a few prerequisites.
-
Spreadsheet files where each row corresponds to a channel and columns contain data as shown below for the example Probe, "MM-036".
Note: currently the Channel variable (column) should be referenced as RHD_Channel; this is because most of the CPL/IIT workflow rely on data acquired with the Intan system.
-
Configure the
nigeLab.defaults.Probesettings so that theElectrodesFolderparameter points to the folder where this file is kept. -
Use
blockObj.takeNotesto addProbevariables. Note that the syntax should be:Probe_A1|Probe_A2|Probe_B1| ... whereA,B,C, orDcorrespond to the Port identifier and1,2, etc. correspond to the stream index asboard_stream + 1(since Intan uses zero-indexed values and Matlab uses 1-indexed values).- For the example given above, a new line would be added to the
notes.txtfile as:Probe_A1|MM-036
- For the example given above, a new line would be added to the
