python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

IntanRawIO: Update support of `rhs` files

Open zm711 opened this issue 1 year ago • 0 comments

This will be adding support for RHX rhs files with a separate header for rhs files. We haven't officially update RHS support since RHS 1.0 and we are on 3.x so this may take a bit of work. We will add tests files soon so that we can properly test this.

TODOS

  • [x] ~~Add support for supply and aux channels in RHS~~ Turns out that there isn't any from newest docs!
  • [x] Add support for one-file-per-signal
  • [x] Add support for one-file-per-channel
  • [x] Add test files for new formats
  • [x] Add access to digital channels like we did for rhd
  • [x] Try to understand the stim channels to see if we need to make updates
  • [x] Add channel_number_dict for one-file-per-signal
  • [x] Add analog-out in the one-file-per-channel-dict function

Neuroconv provenance https://github.com/catalystneuro/neuroconv/issues/789

zm711 avatar Apr 06 '24 15:04 zm711