phy
phy copied to clipboard
Finding Spike Channel IDs
Hello, I sorted the data using SpykingCircus and exported to phy. When I run phy I can see channel ids for each cluster but I cannot find this data in the export folder. How can I access this information? (Ideally in Matlab). Best, Ali
You need to press the save icon in phy then look in the cluster_info.tsv file. One of the headings is the best channel for the cluster.
Best,
Michael
Thank you! Related: is it possible to do it automatically without running phy and pressing the save icon? (Lets assume all clusters were correct) Best, Ali
I do not know for sure but if you are comfortable writing a plugin this may do the trick
https://phy.readthedocs.io/en/latest/plugins/#saving-cluster-metadata-in-a-tsv-file
Best,
Michael
Thanks again. I will try.