config-disable-h5io.toml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [DataInput]
  2. experiment_version = "v2019.07:2p_imaging_head_fixed+Max"
  3. microscope_filepath = "./data/v2019_07-2p-Max/TSeries-02042020-1448-001_trim.xml"
  4. teensy_filepath = "./data/v2019_07-2p-Max/serialdata_m8_trim.txt"
  5. suite2pNpy_directory = "./data/v2019_07-2p-Max/suite2p_trim"
  6. nwb_output_filepath = "./data/v2019_07-2p-Max/output-disable-h5io.nwb"
  7. [NWBFile]
  8. session_description = "My awesome session"
  9. lab = "Fleischmann Lab"
  10. institution = "Brown University"
  11. timezone = "EST"
  12. experimenter = "Fleischmann, Juniper"
  13. experiment_description = "My awesome experiment"
  14. [Subject]
  15. age = "P73W"
  16. description = "Mouse #8"
  17. genotype = "tdTomato +/-"
  18. sex = "M"
  19. species = "Mus musculus"
  20. subject_id = 8
  21. weight = 31 # [grams]
  22. date_of_birth = 2019-02-18
  23. [Imaging]
  24. Device.Type = "Microscope"
  25. Device.Description = "Ultima Investigator"
  26. Device.Manufacturer = "Bruker"
  27. OpticalChannelDescription = "GCaMP/Green, tdTomado/red"
  28. emission_lambda = 520
  29. PlaneDescription = "My awesome imaging plane"
  30. CalciumIndicator = "jGCaMP7f"
  31. ImagingLocation = "PCX"
  32. grid_spacing = [2.0, 2.0, 30.0] # Space between pixels in (x, y) or voxels in (x, y, z) directions, in the specified unit, assumes imaging plane is a regular grid
  33. grid_spacing_unit = "microns" # Measurement units for `grid_spacing`, the default value is [meters]
  34. reference_frame = "" # Describes position and reference frame of manifold based on position of first element in manifold
  35. [H5IO]
  36. enable = false