Skip to content

Can't change the number of channels displayed in WaveformView #1333

@afmcelroy

Description

@afmcelroy

I am recording tetrode data, so my channels are arranged in groups of four. Currently, I can only see four channels at a time in WaveformView, like this:

Image

I'd like to be able to see 12 channels at a time, so I followed the instructions here. However, this fix didn't work and I can still only see four channels at a time, even after using phy template-gui params.py --clear-state.

In ~/.phy I have created the plugins directory and made a file named channel_view.py which is copied wholesale from the tutorial above. My phy_config.py looks like this:

c = get_config()
c.Plugins.dirs = [r'/home/mouse/.phy/plugins']
c.TemplateGUI.plugins = ['ExampleNspikesViewsPlugin']

Did I make a mistake arranging the plugin or is there some reason this doesn't work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions