M111_2020_06_26_keys.m 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 = {'right'};
  23. ExpKeys.target = {'vStr'};
  24. ExpKeys.probeDepth = 4050; % mm
  25. ExpKeys.sessionStart = 5.614e+07;
  26. ExpKeys.sessonEnd = 1.204e+08;
  27. ExpKeys.cellStart = [5.614e+07 5.614e+07 5.614e+07 5.614e+07 5.614e+07 5.614e+07 7.266e+07 5.614e+07 5.614e+07 5.614e+07...
  28. 6.203e+07 6.742e+07 5.614e+07 6.473e+07 6.672e+07 5.614e+07 5.614e+07...
  29. 5.614e+07 5.614e+07 5.614e+07 6.558e+07 5.614e+07 7.265e+07 5.614e+07 5.614e+07...
  30. 5.614e+07 5.614e+07 5.614e+07 6.635e+07 5.614e+07];
  31. ExpKeys.cellEnd = [1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.015e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08...
  32. 1.186e+08 1.204e+08 1.022e+08 1.204e+08 1.014e+08 1.204e+08 1.204e+08...
  33. 1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08 1.204e+08...
  34. 1.204e+08 1.204e+08 8.808e+07 1.092e+08 1.204e+08];
  35. ExpKeys.cellID = {'M111-2020-06-26-TT01_1.t','M111-2020-06-26-TT01_2.t','M111-2020-06-26-TT01_3.t','M111-2020-06-26-TT01_4._t','M111-2020-06-26-TT01_5._t','M111-2020-06-26-TT02_1.t','M111-2020-06-26-TT02_2._t','M111-2020-06-26-TT02_3._t','M111-2020-06-26-TT02_4._t','M111-2020-06-26-TT02_5._t',...
  36. 'M111-2020-06-26-TT03_1.t','M111-2020-06-26-TT03_2._t','M111-2020-06-26-TT03_3._t','M111-2020-06-26-TT04_1.t','M111-2020-06-26-TT04_2._t','M111-2020-06-26-TT04_3._t','M111-2020-06-26-TT04_4._t',...
  37. 'M111-2020-06-26-TT05_1.t','M111-2020-06-26-TT05_2._t','M111-2020-06-26-TT05_3._t','M111-2020-06-26-TT05_4._t','M111-2020-06-26-TT06_1.t','M111-2020-06-26-TT06_2._t','M111-2020-06-26-TT06_3._t','M111-2020-06-26-TT06_4._t',...
  38. 'M111-2020-06-26-TT07_1.t','M111-2020-06-26-TT07_2.t','M111-2020-06-26-TT07_3._t','M111-2020-06-26-TT08_1._t','M111-2020-06-26-TT08_2._t'};
  39. ExpKeys.channelReference = [ ...
  40. ];
  41. % ExpKeys.channelDepths = [ ];
  42. % ExpKeys.goodGamma = {'.ncs'};
  43. ExpKeys.day = 4; % day from start of recording
  44. ExpKeys.phaseDay = 4; % day in current phase (hemisphere)
  45. ExpKeys.weight = []; % weight in grams, includes weight of array
  46. ExpKeys.fed = []; % given x amount in grams the previous day
  47. ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
  48. ExpKeys.odorLabels = {'Target 1' 'Context 2' 'Context 1' 'Target 2'};
  49. ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
  50. ExpKeys.rewardType = {'12% sucrose solution'};
  51. ExpKeys.lengthValve = 4; % length valve opened during sucrose water delivery, in ms
  52. %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
  53. %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
  54. %ExpKeys.task = [?; ?]; % time on task
  55. ExpKeys.VTConvFactor = [];