M111_2020_07_01_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 = {'left'};
  23. ExpKeys.target = {'vStr'};
  24. ExpKeys.probeDepth = 4100; % mm
  25. ExpKeys.sessionStart = 2.812e+07;
  26. ExpKeys.sessonEnd = 1.023e+08;
  27. ExpKeys.cellStart = [2.812e+07 2.812e+07 2.812e+07 3.601e+07 4.636e+07 2.812e+07 2.812e+07...
  28. 3.708e+07 2.812e+07 4.172e+07 2.812e+07 4.661e+07 2.812e+07 6.01e+07 2.812e+07 5.969e+07];
  29. ExpKeys.cellEnd = [1.023e+08 1.023e+08 6.26e+07 1.023e+08 1.023e+08 1.023e+08 1.023e+08...
  30. 1.023e+08 1.023e+08 1.023e+08 1.023e+08 1.023e+08 1.023e+08 1.023e+08 1.023e+08 1.023e+08];
  31. ExpKeys.cellID = {'M111-2020-07-01-TT01_1.t','M111-2020-07-01-TT01_2._t','M111-2020-07-01-TT02_1.t','M111-2020-07-01-TT03_1._t','M111-2020-07-01-TT04_1._t','M111-2020-07-01-TT05_1._t','M111-2020-07-01-TT05_2._t',...
  32. 'M111-2020-07-01-TT06_1.t','M111-2020-07-01-TT06_2._t','M111-2020-07-01-TT06_3._t','M111-2020-07-01-TT07_1._t','M111-2020-07-01-TT07_2._t','M111-2020-07-01-TT07_3._t','M111-2020-07-01-TT07_4._t','M111-2020-07-01-TT08_1.t','M111-2020-07-01-TT08_2.t'};
  33. ExpKeys.channelReference = [ ...
  34. ];
  35. % ExpKeys.channelDepths = [ ];
  36. % ExpKeys.goodGamma = {'.ncs'};
  37. ExpKeys.day = 8; % 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 = [];