config.toml 905 B

123456789101112131415161718192021222324252627
  1. [DataInput]
  2. experiment_version = "v2021.05:2p_imaging_head_fixed+Simon"
  3. microscope_filepath = "./data/v2021_05-2p-Simon/TSeries-05112021-1455-001_trim.xml"
  4. teensy_filepath = "./data/v2021_05-2p-Simon/20210511_Mouse#513_Teensy_serial_data_trim.csv"
  5. suite2pNpy_directory = "./data/v2021_05-2p-Simon/suite2p_trim"
  6. nwb_output_filepath = "./data/v2021_05-2p-Simon/output.nwb"
  7. [NWBFile]
  8. session_description = "Test calimag with 2 channels"
  9. [Subject]
  10. age = "P73W"
  11. description = "Mouse #8"
  12. genotype = "tdTomato +/-"
  13. sex = "M"
  14. species = "Mus musculus"
  15. subject_id = 8
  16. weight = 31 # [grams]
  17. date_of_birth = 2019-02-18
  18. [Imaging]
  19. Device.Type = "Microscope"
  20. PlaneDescription = "My awesome imaging plane"
  21. OpticalChannelDescription = "GCaMP/Green, tdTomado/red"
  22. emission_lambda = 520
  23. CalciumIndicator = "jGCaMP7f"
  24. ImagingLocation = "PCX"