-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I noticed that with NeuroNexus, all the probes that are in a directory called "neuronexus" have a manufacturer "neuronexus". You might think this pattern would be held throughout. However, with neuropixels, they are in a directory called "neuropixel" and have a manufacturer "Imec".
The reason this came up, is we want to point to probe interface library files in the BIDS bep32 extension of microelectrode electrophysiology, but it's unclear how to reference neuropixel probes. Our current instructions are to use the manufacturer and model ids. This should work in the sense that it uniquely defines a probe, but the way this repo is currently organized, where the path of a probe is not a simple function of these values, it is difficult to know (or develop a function to determine) where the probe lives.
Would it be possible to reorganize the probes so that they all follow the organizational structure where the directory name is the name of the manufacturer?