M40_2020_04_24_keys.m 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%% %%%
  3. %%% ExpKeys %%%
  4. %%% %%%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. % ExpKeys.notes = [];
  7. ExpKeys.eventList = {'TTL Input on AcqSystem1_0 board 0 port 3 value (0x0000).','TTL Input on AcqSystem1_0 board 0 port 3 value (0x0001).', ...
  8. '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).', ...
  9. '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).', ...
  10. '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).', ...
  11. 'Starting Recording','Stopping Recording','Failed Start Recording','Failed Stop Recording'};
  12. ExpKeys.eventLabel = {'input finished','lick',...
  13. 'output finished','odor 1','odor 2',...
  14. 'odor 4','air','rew + odor 4', ...
  15. 'rew + air','odor 3','rew + odor 3',...
  16. 'Start','Stop','FStart','FStop'};
  17. ExpKeys.experimenter = {'jgmaz'};
  18. ExpKeys.species = 'Mouse';
  19. ExpKeys.project = 'vStr-bcd';
  20. ExpKeys.phase = 'performance';
  21. ExpKeys.behavior = 'contextual odor discrimination';
  22. ExpKeys.hemisphere = {'left'};
  23. ExpKeys.target = {'vStr'};
  24. ExpKeys.probeDepth = 4100; % mm
  25. ExpKeys.cellStart = [1.415e+08 1.456e+08 1.441e+08 1.332e+08 1.314e+08 1.053e+08 1.053e+08 1.053e+08 1.053e+08 1.505e+08...
  26. 1.053e+08 1.296e+08 1.195e+08 1.322e+08 1.2e+08 1.053e+08 1.253e+08 1.216e+08 1.053e+08...
  27. 1.119e+08 1.217e+08 1.281e+08 1.22e+08];
  28. ExpKeys.cellEnd = [1.957e+08 1.957e+08 1.957e+08 1.685e+08 1.492e+08 1.957e+08 1.688e+08 1.306e+08 1.36e+08 1.957e+08...
  29. 1.957e+08 1.816e+08 1.957e+08 1.957e+08 1.957e+08 1.401e+08 1.957e+08 1.957e+08 1.308e+08...
  30. 1.957e+08 1.957e+08 1.957e+08 1.957e+08];
  31. ExpKeys.cellID = {'xTT01_1','xTT01_2','xTT01_3','xTT02_1','xTT02_2','TT03_1','TT03_2','xTT03_3','xTT03_4','xTT03_5'...
  32. 'TT04_1','xTT04_2','TT05_1','TT05_2','xTT05_3','xTT05_4','TT06_1','TT06_2','xTT06_3',...
  33. 'TT07_1','xTT07_2','TT08_1','xTT08_2'};
  34. % ExpKeys.channelDepths = [ ];
  35. % ExpKeys.goodGamma = {'.ncs'};
  36. ExpKeys.day = 7; % day from start of recording
  37. ExpKeys.phaseDay = 2; % day in current phase (hemisphere)
  38. ExpKeys.weight = []; % weight in grams, includes weight of array
  39. ExpKeys.fed = []; % given x amount in grams the previous day
  40. ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
  41. ExpKeys.odorLabels = {'Context 1' 'Context 2' 'Target 1' 'Target 2'};
  42. ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
  43. ExpKeys.rewardType = {'12% sucrose solution'};
  44. ExpKeys.lengthValve = 3; % length valve opened during sucrose water delivery, in ms
  45. %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
  46. %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
  47. %ExpKeys.task = [?; ?]; % time on task
  48. ExpKeys.VTConvFactor = [];