Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing rig configuration maps for burung #27

Open
neuromusic opened this issue Jun 23, 2016 · 0 comments
Open

fixing rig configuration maps for burung #27

neuromusic opened this issue Jun 23, 2016 · 0 comments
Assignees

Comments

@neuromusic
Copy link
Member

The current configuration has some problems

port_site['bodegh16'] = {'Port_%d' % (i+1) : i+1 for i in range(16) }
port_site['burung16'] = port_site['bodegh16']

# Burung system with 32 channels trhough amps 2, 3, with no adapter
port_site['burung32'] = {'Port_%d' % (i+1+16) : i+1 for i in range(32)} 

# Buring system with the A32 adapter for neuronexus probes
port_site['burung32-A32-HST32V'] = apply_adapter(port_site['burung32'], site_headstage['A32-HST32V'])
  • burung16 is the configuration with the 16ch adapter in place
  • burung32-A32-HST32V is the mapping with the 32ch adapter in place
  • burung32 is a configuration "without an adapter" which doesn't make any sense because we need an adapter between the probe and the headstage

the problem here is with burung32 which returns an invalid configuration

solution: make sure burung32 returns the default headstage configuration (that is, the same config as burung32-A32-HST32V), like burung16 does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants