M474_2024_02_04_keys.m 1.0 KB

123456789101112131415161718192021222324252627
  1. ExpKeys.subject = "M474";
  2. ExpKeys.DOB = "2023-05-14";
  3. ExpKeys.species = "mouse";
  4. ExpKeys.genetics = "C57BL/6J";
  5. ExpKeys.sex = "Female";
  6. ExpKeys.probeDepth = 5.8; % in mm
  7. ExpKeys.experimenter = "Manish";
  8. ExpKeys.hemisphere = "Right";
  9. ExpKeys.date = "2024-02-04";
  10. ExpKeys.insertion_AP = -3.15; % in mm, relative to bregma, posterior is minus
  11. ExpKeys.insertion_ML = -0.4; % in mm, relative to bregma, left is plus, right is minus
  12. ExpKeys.insertion_pitch = 90; % pinpoint convention
  13. ExpKeys.insertion_yaw = 0; % pinpoint convention
  14. ExpKeys.insertion_roll = 38; % pinpoint convention
  15. ExpKeys.odor1_channel = "XA0";
  16. ExpKeys.odor2_channel = "XA1";
  17. ExpKeys.odor3_channel = "XA3";
  18. ExpKeys.odor4_channel = "XA4";
  19. ExpKeys.odor5_channel = "XA5";
  20. ExpKeys.neutral_odor_channel = "XA2";
  21. ExpKeys.odor1 = "0.04% benzaldehyde";
  22. ExpKeys.odor2 = "0.08% ethyl butyrate";
  23. ExpKeys.odor3 = "0.04% cinnamaldehyde";
  24. ExpKeys.odor4 = "0.04% isobutyric acid";
  25. ExpKeys.odor5 = "0.02% 2-heptanone";
  26. ExpKeys.notes = "Random odors (1s on, 1s off), alternating with neutral";