holypipette.gui.paramecium_device2 module

Simplified Paramecium device GUI

GUI for Paramecium electrophysiology, with the immobilization device

class holypipette.gui.paramecium_device2.ParameciumDeviceGui(stage, microscope, camera, units, config_filename='paramecium_device.cfg')[source]

Bases: ManipulatorGui

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).