Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

channels.yaml 462 B

12345678910111213141516171819202122
  1. daq:
  2. normalization:
  3. channels:
  4. - {id: 20, bottom: 5.10, top: 10.0, invert: true}
  5. # - {id: 99, bottom: 25.40, top: 29.7, invert: false}
  6. data_source: spike_rates #band_power
  7. spike_band_power:
  8. loop_interval: 50 # ms
  9. integrated_samples: 1500
  10. plot:
  11. channels: [20, 24, 99]
  12. feedback:
  13. hold_iterations: 2
  14. paradigms:
  15. feedback:
  16. states:
  17. #baseline: [0.5, 0.4, 0.6]
  18. up: [1.0, 0.7, 1.0]
  19. down: [0.0, 0.0, 0.3]