M146_2020_09_27_keys.m 3.8 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 (0x0024).', ...
  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 2', ...
  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.sessionStart = 1.076e+08;
  26. ExpKeys.sessonEnd = 1.821e+08;
  27. ExpKeys.cellStart = [1.076e+08 1.29e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08...
  28. 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08 1.076e+08...
  29. 1.076e+08 1.076e+08 1.076e+08 1.076e+08];
  30. ExpKeys.cellEnd = [1.821e+08 1.821e+08 1.821e+08 1.821e+08 1.821e+08 1.595e+08 1.821e+08 1.821e+08 1.821e+08...
  31. 1.821e+08 1.821e+08 1.821e+08 1.821e+08 1.821e+08 1.821e+08 1.663e+08 1.821e+08 1.821e+08...
  32. 1.821e+08 1.821e+08 1.821e+08 1.821e+08];
  33. ExpKeys.cellID = {'M146-2020-09-27-TT01_1._t','M146-2020-09-27-TT01_2._t','M146-2020-09-27-TT02_1._t','M146-2020-09-27-TT03_1.t','M146-2020-09-27-TT03_2.t','M146-2020-09-27-TT03_3._t','M146-2020-09-27-TT04_1._t','M146-2020-09-27-TT04_2._t','M146-2020-09-27-TT04_3._t',...
  34. 'M146-2020-09-27-TT05_1.t','M146-2020-09-27-TT05_2.t','M146-2020-09-27-TT05_3._t','M146-2020-09-27-TT05_4._t','M146-2020-09-27-TT05_5._t','M146-2020-09-27-TT06_1._t','M146-2020-09-27-TT09_1._t','M146-2020-09-27-TT09_2._t','M146-2020-09-27-TT11_1._t',...
  35. 'M146-2020-09-27-TT12_1._t','M146-2020-09-27-TT12_2._t','M146-2020-09-27-TT13_1._t','M146-2020-09-27-TT13_2._t'};
  36. ExpKeys.channelReference = [ ...
  37. ];
  38. % ExpKeys.channelDepths = [ ];
  39. % ExpKeys.goodGamma = {'.ncs'};
  40. ExpKeys.day = 4; % day from start of recording
  41. ExpKeys.phaseDay = 4; % 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 = {'Context 1' 'Target 1' 'Target 2' 'Context 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 = [];