working_config.yaml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # Config file for Stage 1 - Data Entry
  2. # Name of stage, must be identical with folder name
  3. STAGE_NAME: stage01_data_entry
  4. # The profile name is the key for this parameter configuration. Results are stored in output_path/<PROFILE>/ (output_path is defined in settings.py)
  5. PROFILE: IDIBAPS_WBS_WT4
  6. # Name of stage output file.
  7. STAGE_OUTPUT: data.nix
  8. # File format in which all intermediate neo objects are stored
  9. NEO_FORMAT: nix
  10. # If True (default), the output file of a stage is created as symbolic link
  11. # to the last block output. If False, a duplicate is created (e.g. for cloud
  12. # application, where sym-links are not supported).
  13. USE_LINK_AS_STAGE_OUTPUT: true
  14. # Datasets which should be processed with identical settings.
  15. # To set as key-value pairs
  16. # Name_of_dataset: /path/to/data/files/
  17. DATA_SETS:
  18. IDIBAPS_WBS_WT4:
  19. /home/rgutzen/Sciebo/Slow_Wave_Analysis_Pipeline/Data/IDIBAPS_WBS/data-originals/WBS/WT/cond-WBS_type-WT_sub-4/hbp-01853_cond-WBS_type-WT_sub-4_chs-32_area-ALL_hem-RH_ana-K100M13_stim-SPN.smr
  20. # IDIBAPS_WBS_WT4: '/projects/wavescalephant/Data/IDIBAPS_WBS/data-originals/WBS/WT/cond-WBS_type-WT_sub-4/hbp-01853_cond-WBS_type-WT_sub-4_chs-32_area-ALL_hem-RH_ana-K100M13_stim-SPN.smr'
  21. CURATION_SCRIPT: curate_IDIBAPS_data.py
  22. # Plot settings
  23. PLOT_TSTART: 0 # in s
  24. PLOT_TSTOP: 10 # in s
  25. PLOT_CHANNELS: [1, 2, 3] # int, list of ints, or 'None' (default) -> picks channel by random
  26. PLOT_FORMAT: png
  27. # pixel size
  28. SPATIAL_SCALE: 0.55 # mm
  29. # specified in the data file
  30. SAMPLING_RATE: None # Hz
  31. # time slice in s
  32. # if None, the entire recording is used
  33. T_START: None
  34. T_STOP: None
  35. # recommend top: ventral
  36. ORIENTATION_TOP: ventral
  37. # recommended right: 'lateral' for right hemisphere, 'medial' for left hemisphere
  38. ORIENTATION_RIGHT: lateral
  39. # Metadata
  40. ANNOTATIONS:
  41. technique: ecog
  42. doi: 10.25493/DZWT-1T8
  43. anesthetic: ketamine-medetomidine
  44. concentration: 100 & 13 mg/kg
  45. disease_model: WBS
  46. model_type: WT
  47. ARRAY_ANNOTATIONS: None
  48. # The keyword arguments are passed as key value pairs.
  49. # Keywords must only contain letters, numbers, underscores, and spaces.
  50. # Values can be strings, int, float, bool, or None.
  51. # Values can also be aranged in 1D objects such as lists, or tuples
  52. # It is possible to specify nested subdict.
  53. KWARGS:
  54. ELECTRODE_ANNOTATION_NAME: phy_chan
  55. NAME2COORDS:
  56. 0: (0,1)
  57. 1: (6,4)
  58. 2: (3,3)
  59. 3: (4,3)
  60. 4: (5,3)
  61. 5: (6,3)
  62. 6: (7,3)
  63. 7: (8,3)
  64. 8: (1,2)
  65. 9: (2,2)
  66. 10: (3,2)
  67. 11: (4,2)
  68. 12: (5,2)
  69. 13: (6,2)
  70. 14: (7,2)
  71. 15: (8,2)
  72. 16: (7,0)
  73. 17: (1,1)
  74. 18: (2,1)
  75. 19: (3,1)
  76. 20: (4,1)
  77. 21: (5,1)
  78. 22: (6,1)
  79. 23: (7,1)
  80. 24: (8,1)
  81. 25: (0,0)
  82. 26: (1,0)
  83. 27: (2,0)
  84. 28: (3,0)
  85. 29: (4,0)
  86. 30: (5,0)
  87. 31: (6,0)
  88. ELECTRODE_LOCATION:
  89. Visual Cortex: [1, 4, 5, 6, 7, 12, 13, 14, 15, 21, 22, 23, 24]
  90. Retrospenial Cortex: [16, 31, 30, 29]
  91. Parietal Association Cortex: [3, 11, 20]
  92. Somatosensory Cortex: [2, 8, 9, 10, 17, 18, 19]
  93. Motor Cortex: [0, 25, 26, 27, 28]
  94. ELECTRODE_COLOR: # color scheme to match to figures in publication
  95. Visual Cortex: '#0C6BB1'
  96. Retrospenial Cortex: '#422F58'
  97. Parietal Association Cortex: '#01B24E'
  98. Somatosensory Cortex: '#F92600'
  99. Motor Cortex: '#EF6700'
  100. # dictionary mapping the channels (ELECTRODE_ANNOTATION_NAME) to their coordiantes on the grid (grid_size)
  101. STAGES:
  102. - stage01_data_entry
  103. - stage02_processing
  104. - stage03_trigger_detection
  105. - stage04_wave_detection
  106. - stage05_wave_characterization
  107. QUALITY: 5
  108. SCALE_X: 720
  109. SCALE_Y: 720
  110. FPS: 18
  111. BITRATE: 20M
  112. FRAME_RATE: None
  113. COLORMAP: twilight
  114. PLOT_EVENT: wavefronts
  115. MARKER_COLOR: r
  116. STAGE_INPUT: