holypipette.gui.paramecium_device module

GUI for Paramecium electrophysiology

class holypipette.gui.paramecium_device.ParameciumDeviceGui(camera, pipette_interface)[source]

Bases: ManipulatorGui

paramecium_command_signal
paramecium_reset_signal
register_commands()[source]

Tie keypresses and mouse clicks to commands. Should call register_key_action and register_mouse_action. Overriding methods in subclass should call the superclass if they want to keep the commands registered by the superclass(es).