M111_2020_06_25_keys.m 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 = 4300; % mm
  25. ExpKeys.sessionStart = 4.593e+07;
  26. ExpKeys.sessonEnd = 1.162e+08;
  27. ExpKeys.cellStart = [6.075e+07 4.97e+07 4.593e+07 4.593e+07 4.593e+07 4.593e+07 5.643e+07 4.728e+07 6.530e+07...
  28. 4.593e+07 4.593e+07 4.593e+07 4.593e+07 4.593e+07 6.451e+07 1.162e+08 4.593e+07 4.593e+07];
  29. ExpKeys.cellEnd = [1.152e+08 8.358e+07 8.323e+07 8.454e+07 8.454e+07 8.454e+07 8.524e+07 8.965e+07 9.797e+07...
  30. 8.93e+07 7.845e+07 1.162e+08 1.162e+08 1.162e+08 6.482e+07 1.162e+08];
  31. ExpKeys.cellID = {'M111-2020-06-25-TT03_1._t','M111-2020-06-25-TT04_1.t','M111-2020-06-25-TT04_2.t','M111-2020-06-25-TT04_3.t','M111-2020-06-25-TT04_4._t','M111-2020-06-25-TT04_5._t','M111-2020-06-25-TT05_1.t','M111-2020-06-25-TT05_2._t','M111-2020-06-25-TT05_3._t',...
  32. 'M111-2020-06-25-TT06_1._t','M111-2020-06-25-TT06_2._t','M111-2020-06-25-TT06_3._t','M111-2020-06-25-TT06_4._t','M111-2020-06-25-TT07_1._t','M111-2020-06-25-TT08_1.t','M111-2020-06-25-TT08_2.t','M111-2020-06-25-TT08_3._t'};
  33. ExpKeys.channelReference = [ ...
  34. ];
  35. % ExpKeys.channelDepths = [ ];
  36. % ExpKeys.goodGamma = {'.ncs'};
  37. ExpKeys.day = 3; % day from start of recording
  38. ExpKeys.phaseDay = 3; % day in current phase (hemisphere)
  39. ExpKeys.weight = []; % weight in grams, includes weight of array
  40. ExpKeys.fed = []; % given x amount in grams the previous day
  41. ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
  42. ExpKeys.odorLabels = {'Target 1' 'Context 2' 'Context 1' 'Target 2'};
  43. ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
  44. ExpKeys.rewardType = {'12% sucrose solution'};
  45. ExpKeys.lengthValve = 4; % length valve opened during sucrose water delivery, in ms
  46. %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
  47. %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
  48. %ExpKeys.task = [?; ?]; % time on task
  49. ExpKeys.VTConvFactor = [];