M142_2020_10_06_keys.m 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 = 4200; % mm
  25. ExpKeys.cellStart = [4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.485e+07 4.386e+07 8.457e+07 5.903e+07...
  26. 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07 4.166e+07];
  27. ExpKeys.cellEnd = [1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 8.639e+07 8.89e+07 1.172e+08 1.172e+08...
  28. 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08 1.172e+08];
  29. ExpKeys.cellID = {'M142-2020-10-06-TT01_1.t','M142-2020-10-06-TT01_2._t','M142-2020-10-06-TT01_3._t','M142-2020-10-06-TT01_4._t','M142-2020-10-06-TT02_1.t','M142-2020-10-06-TT02_2._t','M142-2020-10-06-TT03_1.t','M142-2020-10-06-TT05_1._t','M142-2020-10-06-TT07_1._t','M142-2020-10-06-TT08_1.t','M142-2020-10-06-TT08_2._t',...
  30. 'M142-2020-10-06-TT11_1.t','M142-2020-10-06-TT11_2.t','M142-2020-10-06-TT11_3._t','M142-2020-10-06-TT11_4._t','M142-2020-10-06-TT12_1.t','M142-2020-10-06-TT12_2.t','M142-2020-10-06-TT12_3._t','M142-2020-10-06-TT12_4._t'};
  31. % ExpKeys.channelDepths = [ ];
  32. % ExpKeys.goodGamma = {'.ncs'};
  33. ExpKeys.day = 7; % day from start of recording
  34. ExpKeys.phaseDay = 3; % day in current phase (hemisphere)
  35. ExpKeys.weight = []; % weight in grams, includes weight of array
  36. ExpKeys.fed = []; % given x amount in grams the previous day
  37. ExpKeys.odors = {'methyl-butanol' 'propyl acetate' 'propyl formate' 'butanol'}; % Odors used
  38. ExpKeys.odorLabels = {'Target 2' 'Context 1' 'Context 2' 'Target 1'};
  39. ExpKeys.rewardPairs = [1 0 0 1]; % stands for C1-T1 C1-T2 C2-T1 C2-T2
  40. ExpKeys.rewardType = {'12% sucrose solution'};
  41. ExpKeys.lengthValve = 3.8; % length valve opened during sucrose water delivery, in ms
  42. %ExpKeys.prerecord = [?; ?]; % time on pedestal for pre-record
  43. %ExpKeys.postrecord = [?; ?]; %time on pedestal for post-record
  44. %ExpKeys.task = [?; ?]; % time on task
  45. ExpKeys.VTConvFactor = [];