-
Notifications
You must be signed in to change notification settings - Fork 45
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
read_probeinterface() does not read in device_channel_indices #194
Comments
Hi @ThetaS. |
128_ANbottom_map.csv For the calling part, I tried ndim = 2 and 3, both didn't work. Best |
Hi, |
Thank you very much for solving this problem and explain the backend logic! When plotting this probe I'm also a bit confused with the "plane axes" parameter. I don't think the doc explain this concept very well. Suppose my probe is 2D, may I know how this parameter is supposed to be tuned? Again, thank you very much for the feedback. |
The plan axes is a bit more complicated. This is used internally for rotation. And so not so well documentated. On this example : https://probeinterface.readthedocs.io/en/main/examples/ex_08_more_plotting_examples.html#sphx-glr-examples-ex-08-more-plotting-examples-py By default, you should not use this plan_axes and everything should be OK and with no rotation. |
I think the problem is how you're setting the probe in SpikeInterface! You need to use Basically you can do:
|
Hello,
I got this problem when attempting to attach a probe read in using read_probeinterface(). Since I have only one probe, I first convert the read in probegroup to dataframe then instantiate a Probe object from dataframe. The .json file was able to retain the device indices I saved but the read in function didn't take this column in as it was not in the dataframe. Is there something I misunderstood and did wrong, or it was a glitch of the function?
Thanks,
The text was updated successfully, but these errors were encountered: