M111_2020_06_30_keys.m 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 (0x0022).', ...
  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 1',...
  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 = 4000; % mm
  25. ExpKeys.sessionStart = 4.194e+07;
  26. ExpKeys.sessonEnd = 1.192e+08;
  27. ExpKeys.cellStart = [8.751e+07 4.194e+07 7.96e+07 8.625e+07 4.194e+07 4.194e+07 4.194e+07 4.332e+07...
  28. 4.194e+07 8.713e+07 4.194e+07 4.194e+07 4.194e+07 6.372e+07 5.57e+07...
  29. 5.549e+07 8.323e+07 6.727e+07 6.137e+07];
  30. ExpKeys.cellEnd = [1.192e+08 8.752e+07 1.192e+08 1.192e+08 7.105e+07 9.168e+07 1.192e+08 8.137e+07...
  31. 9.392e+07 1.192e+08 7.547e+07 6.109e+07 6.359e+07 1.192e+08 8.945e+07...
  32. 1.192e+08 1.087e+08 1.018e+08 1.192e+08];
  33. ExpKeys.cellID = {'M111-2020-06-30-TT01_1.t','M111-2020-06-30-TT01_2.t','M111-2020-06-30-TT01_3._t','M111-2020-06-30-TT01_4._t','M111-2020-06-30-TT01_5._t','M111-2020-06-30-TT01_6._t','M111-2020-06-30-TT02_1._t','M111-2020-06-30-TT02_2._t',...
  34. 'M111-2020-06-30-TT04_1._t','M111-2020-06-30-TT04_2._t','M111-2020-06-30-TT04_3._t','M111-2020-06-30-TT05_1._t','M111-2020-06-30-TT05_2._t','M111-2020-06-30-TT05_3._t','M111-2020-06-30-TT06_1.t',...
  35. 'M111-2020-06-30-TT07_1.t','M111-2020-06-30-TT07_2._t','M111-2020-06-30-TT07_3._t','M111-2020-06-30-TT08_1.t'};
  36. ExpKeys.channelReference = [ ...
  37. ];
  38. % ExpKeys.channelDepths = [ ];
  39. % ExpKeys.goodGamma = {'.ncs'};
  40. ExpKeys.day = 7; % day from start of recording
  41. ExpKeys.phaseDay = 2; % day in current phase (hemisphere)
  42. ExpKeys.weight = []; % weight in grams, includes weight of array
  43. ExpKeys.fed = []; % given x amount in grams the previous day
  44. ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
  45. ExpKeys.odorLabels = {'Target 1' 'Context 2' 'Context 1' 'Target 2'};
  46. ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
  47. ExpKeys.rewardType = {'12% sucrose solution'};
  48. ExpKeys.lengthValve = 4; % length valve opened during sucrose water delivery, in ms
  49. %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
  50. %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
  51. %ExpKeys.task = [?; ?]; % time on task
  52. ExpKeys.VTConvFactor = [];