-
Notifications
You must be signed in to change notification settings - Fork 20
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
Possible wrong channel order when loading an imro file for NP2 #25
Comments
The IMRO format can only be used to specify the mapping between channels and electrodes; the channel ordering within Open Ephys will always be the same, regardless of the order of the entries in the IMRO file. To display the channels in order in v0.5.x, you could try copying the changes from If there are specific plugins that are blocking you from switching to v0.6.x (e.g. Falcon Output), we'd be happy to help with the conversion (this is next on our to-do list anyway). |
Hello, I think that is the point that i am missing... For falcon-output, it is indeed why we are staying in the previous version. If it is the next to update, super great because i really don't have the time to work on it. What is the timeline ? Because me, I will have finish my contract in nerf in 1 month and half. Thank you |
I think the problem is arising from the fact that Each entry in the NP2 4-shank IMRO table must contain 5 values:
In this case, the shank ID and reference ID index are always 0, so we can ignore those. For a given Channel ID, there is only one possible Electrode ID for each Bank ID. For example, for channel 1, if Bank ID = 1 (Bank B), then the Electrode ID must be 385. In the "ordered" IMRO table, the Electrode ID is set to 4, which is not possible given the physical connections on the probe. Because of this redundancy, the Neuropixels plugin ignores the Electrode ID and only uses the Bank ID and Shank ID to select electrodes. Since these values are the same between the two files, the two configurations are identical. |
Re: Falcon Output, converting this to the v0.6 API is next on our to-do list, so we should have that ready soon. We plan to make changes similar to those for the ZMQ Interface (e.g. adding a channel selector). |
Hello, We detected a problem with loading the channelmap recently. (Note: we are still on the old API)
Lies want to see in open ephys viewer the signal ordered by depth. I saw this feature will be develop in the lfpviewer but anyway it won't be ready for the oe version we are using. (old api)
So, the easiest way to solve the problem I though was to order the channel by depth from the start inside the imro.
For example I have my usual channelmap and then I do that
That's work with probeinterface. See the image (ordered on the left / non-ordered on the right.
But when I load in open-ephys the channelmap, no matter which one ordered or non--ordered, it always re-shuffle everything to give me the non-ordered. So I don't understand what is happening here. Is it a bug in open ephys ? Is it me none understanding something on the imro format ? I give you in attached the two imro file too.
Thanks. Have a good day.
fourth_density_shank_0_original.txt
fourth_density_shank_0_ordered.txt
The text was updated successfully, but these errors were encountered: