1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%% %%%
- %%% ExpKeys %%%
- %%% %%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % ExpKeys.notes = [];
- ExpKeys.eventList = {'TTL Input on AcqSystem1_0 board 0 port 3 value (0x0000).','TTL Input on AcqSystem1_0 board 0 port 3 value (0x0001).', ...
- 'TTL Output on AcqSystem1_0 board 0 port 0 value (0x0000).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0002).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0004).', ...
- 'TTL Output on AcqSystem1_0 board 0 port 0 value (0x0008).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0010).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0028).', ...
- 'TTL Output on AcqSystem1_0 board 0 port 0 value (0x0030).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0040).','TTL Output on AcqSystem1_0 board 0 port 0 value (0x0060).', ...
- 'Starting Recording','Stopping Recording','Failed Start Recording','Failed Stop Recording'};
- ExpKeys.eventLabel = {'input finished','lick',...
- 'output finished','odor 1','odor 2',...
- 'odor 4','air','rew + odor 4', ...
- 'rew + air','odor 3','rew + odor 3',...
- 'Start','Stop','FStart','FStop'};
- ExpKeys.experimenter = {'jgmaz'};
- ExpKeys.species = 'Mouse';
- ExpKeys.project = 'vStr-bcd';
- ExpKeys.phase = 'performance';
- ExpKeys.behavior = 'contextual odor discrimination';
- ExpKeys.hemisphere = {'left'};
- ExpKeys.target = {'vStr'};
- ExpKeys.probeDepth = 4200; % mm
- ExpKeys.cellStart = [6.882e+07 6.796e+07 8.589e+07 7.364e+07 5.308e+07 5.023e+07 5.696e+07 5.023e+07...
- 5.287e+07 5.66e+07 7.227e+07 5.873e+07 5.386e+07 5.023e+07 5.023e+07 6.905e+07 5.332e+07 5.023e+07 5.298e+07...
- 5.023e+07 6.907e+07];
- ExpKeys.cellEnd = [1.229e+08 1.229e+08 1.229e+08 1.145e+08 1.189e+08 8.705e+07 9.278e+07 1.229e+08...
- 1.187e+08 1.194e+08 1.19e+08 8.935e+07 1.185e+08 7.025e+07 8.04e+07 1.229e+08 1.175e+08 1.187e+08 1.229e+08...
- 1.039e+08 9.991e+07];
- ExpKeys.cellID = {'TT01_1','TT01_2','xTT01_3','xTT01_4','xTT01_5','xTT01_6','xTT01_7','xTT01_8',...
- 'TT02_1','TT02_2','xTT02_3','xTT02_4','TT03_1','xTT03_2','xTT03_3','TT04_1','TT04_2','xTT04_3','xTT04_4'...
- 'TT06_1','xTT08_1'};
- % ExpKeys.channelDepths = [ ];
- % ExpKeys.goodGamma = {'.ncs'};
- ExpKeys.day = 9; % day from start of recording
- ExpKeys.phaseDay = 4; % day in current phase (hemisphere)
- ExpKeys.weight = []; % weight in grams, includes weight of array
- ExpKeys.fed = []; % given x amount in grams the previous day
- ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
- ExpKeys.odorLabels = {'Context 1' 'Context 2' 'Target 1' 'Target 2'};
- ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
- ExpKeys.rewardType = {'12% sucrose solution'};
- ExpKeys.lengthValve = 3; % length valve opened during sucrose water delivery, in ms
- %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
- %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
- %ExpKeys.task = [?; ?]; % time on task
- ExpKeys.VTConvFactor = [];
|