Metadata-Version: 1.1
Name: elfcommander
Version: 0.1
Summary: Interface to the Janelia Elf.
Home-page: https://github.com/janelia-pypi/elf_commander_python
Author: Peter Polidoro
Author-email: polidorop@janelia.hhmi.org
License: BSD
Description: elf_commander_python
        ====================
        
        This Python package (elfcommander) creates a class named ElfCommander
        to communcate with and control the Janelia Elf. The Elf uses two
        hardware control devices, the mixed_signal_controller modular_device,
        and the bioshake_device. The mixed_signal_controller both switches the
        valves and reads the analog signals from the cylinder hall effect
        sensors. The bioshake_device controls the heater/shaker.
        
        Authors::
        
            Peter Polidoro <polidorop@janelia.hhmi.org>
        
        License::
        
            BSD
        
        Example Usage::
        
            from elfcommander import ElfCommander
            elf = ElfCommander('example_calibration.yaml','example_config.yaml')
            elf.run_protocol()
        
        
Keywords: elf elfcommander janelia modular_device bioshake
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
