Custom channel layout #41
Answered
by
Timothysit
adampavlinek
asked this question in
Q&A
-
|
How can we input a custom channel layout e.g. for an Axion16 (for 24-well plates)? |
Beta Was this translation helpful? Give feedback.
Answered by
Timothysit
Feb 24, 2024
Replies: 1 comment 11 replies
-
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
Timothysit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi, to input a custom channel layout, first, you need to go to the tab under "spike detection" and change the layout to "Custom". Then, go to the script AnalysisPipeline/Functions/getCoordsFromLayout.m, and edit the channel numbering and coordinates after line 149 (you can use the earlier lines for "Axion64" as a reference to how the channel ordering and layout numbers work). When you start running the pipeline, it should also print out the channel layout and numbering for you to double check it is what you wanted. Let me know if you have any issues!