config_IDIBAPS_WBS_WT4.yaml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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: '/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'
  19. CURATION_SCRIPT: 'curate_IDIBAPS_data.py'
  20. # Plot settings
  21. PLOT_TSTART: 0 # in s
  22. PLOT_TSTOP: 10 # in s
  23. PLOT_CHANNELS: [1,2,3] # int, list of ints, or 'None' (default) -> picks channel by random
  24. PLOT_FORMAT: 'png'
  25. # pixel size
  26. SPATIAL_SCALE: 0.55 # mm
  27. # specified in the data file
  28. SAMPLING_RATE: 'None' # Hz
  29. # time slice in s
  30. # if None, the entire recording is used
  31. T_START: None
  32. T_STOP: None
  33. # recommend top: ventral
  34. ORIENTATION_TOP: 'ventral'
  35. # recommended right: 'lateral' for right hemisphere, 'medial' for left hemisphere
  36. ORIENTATION_RIGHT: 'lateral'
  37. # Metadata
  38. ANNOTATIONS:
  39. technique: ecog
  40. doi: 10.25493/DZWT-1T8
  41. anesthetic: ketamine-medetomidine
  42. concentration: 100 & 13 mg/kg
  43. disease_model: 'WBS'
  44. model_type: 'WT'
  45. ARRAY_ANNOTATIONS: 'None'
  46. # The keyword arguments are passed as key value pairs.
  47. # Keywords must only contain letters, numbers, underscores, and spaces.
  48. # Values can be strings, int, float, bool, or None.
  49. # Values can also be aranged in 1D objects such as lists, or tuples
  50. # It is possible to specify nested subdict.
  51. KWARGS:
  52. ELECTRODE_ANNOTATION_NAME: 'phy_chan'
  53. NAME2COORDS:
  54. 0: (0,1)
  55. 1: (6,4)
  56. 2: (3,3)
  57. 3: (4,3)
  58. 4: (5,3)
  59. 5: (6,3)
  60. 6: (7,3)
  61. 7: (8,3)
  62. 8: (1,2)
  63. 9: (2,2)
  64. 10: (3,2)
  65. 11: (4,2)
  66. 12: (5,2)
  67. 13: (6,2)
  68. 14: (7,2)
  69. 15: (8,2)
  70. 16: (7,0)
  71. 17: (1,1)
  72. 18: (2,1)
  73. 19: (3,1)
  74. 20: (4,1)
  75. 21: (5,1)
  76. 22: (6,1)
  77. 23: (7,1)
  78. 24: (8,1)
  79. 25: (0,0)
  80. 26: (1,0)
  81. 27: (2,0)
  82. 28: (3,0)
  83. 29: (4,0)
  84. 30: (5,0)
  85. 31: (6,0)
  86. ELECTRODE_LOCATION:
  87. Visual Cortex: [1,4,5,6,7,12,13,14,15,21,22,23,24]
  88. Retrospenial Cortex: [16,31,30,29]
  89. Parietal Association Cortex: [3,11,20]
  90. Somatosensory Cortex: [2,8,9,10,17,18,19]
  91. Motor Cortex: [0,25,26,27,28]
  92. ELECTRODE_COLOR: # color scheme to match to figures in publication
  93. Visual Cortex: '#0C6BB1'
  94. Retrospenial Cortex: '#422F58'
  95. Parietal Association Cortex: '#01B24E'
  96. Somatosensory Cortex: '#F92600'
  97. Motor Cortex: '#EF6700'
  98. # dictionary mapping the channels (ELECTRODE_ANNOTATION_NAME) to their coordiantes on the grid (grid_size)