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

Mapping from ASSY-37-Fb .json is different from pi.get_probe(manufacturer, probe_name) #127

Closed
mfvd opened this issue Sep 28, 2022 · 2 comments

Comments

@mfvd
Copy link

mfvd commented Sep 28, 2022

Hello,

The channel mapping does not match when loading the file downloaded from HERE using probe1 = pi.read_probeinterface('ASSY-37-Fb.json') and when loading probe information using the function below

manufacturer = 'cambridgeneurotech'
probe_name = 'ASSY-37-Fb'
probe = pi.get_probe(manufacturer, probe_name)

Channel ids from the probe and device are correct and the mismatch is at the channel location on each shank. I believe this explains #92

@samuelgarcia
Copy link
Member

The mapping used to be wrong for some probe.
Nomaly, we corrected it on the library.
Please check here

The get_probe() is caching the probe into '/home/username/.config/probeinterface' or 'C:/User/username/.config/probeinterface' to avoid to much download.

Unlucky you, you certainly have the cached wrong version of the probe.
So delete this cache folder and try again.

@mfvd
Copy link
Author

mfvd commented Sep 28, 2022

OK, that makes sense! Works fine :)
cheers

@mfvd mfvd closed this as completed Sep 28, 2022
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