config.toml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # As their name says, fields with the "_mandatory" arguments are... mandatory
  2. # Other fields are optional and can be commented by putting a "#" in front of them
  3. [DataInput]
  4. experiment_version_mandatory = "v2019.07:2p_imaging_head_fixed+Max"
  5. microscope_filepath_mandatory = "./data/v2019_07-2p-Max/TSeries-02042020-1448-001_trim.xml"
  6. teensy_filepath_mandatory = "./data/v2019_07-2p-Max/serialdata_m8_trim.txt"
  7. suite2pNpy_directory_mandatory = "./data/v2019_07-2p-Max/suite2p_trim"
  8. nwb_output_filepath_mandatory = "./data/v2019_07-2p-Max/output.nwb"
  9. [NWBFile]
  10. session_description_mandatory = "My awesome session"
  11. lab = "Fleischmann Lab"
  12. institution = "Brown University"
  13. timezone = "EST"
  14. experimenter = ""
  15. experiment_description = ""
  16. [Subject]
  17. age = "73w (ended)"
  18. description = "Mouse #8"
  19. genotype = "tdTomato +/-"
  20. sex = "male"
  21. species = "mouse"
  22. subject_id = 8
  23. weight = 31 # [grams]
  24. date_of_birth = 2019-02-18
  25. [Imaging]
  26. Device.Type_mandatory = "Microscope"
  27. Device.Description = "Ultima Investigator"
  28. Device.Manufacturer = "Bruker"
  29. OpticalChannelDescription_mandatory = "GCaMP/Green, tdTomado/red"
  30. emission_lambda_mandatory = 520
  31. PlaneDescription_mandatory = "My awesome imaging plane"
  32. CalciumIndicator_mandatory = "jGCaMP7f"
  33. ImagingLocation_mandatory = "PCX"
  34. 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
  35. grid_spacing_unit = "microns" # Measurement units for `grid_spacing`, the default value is [meters]
  36. reference_frame = "" # Describes position and reference frame of manifold based on position of first element in manifold