Metadata-Version: 2.1
Name: idoc
Version: 2.1.4
Summary: Individual Drosophila Optogenetics Conditioner
Home-page: https://github.com/shaliulab/idoc
Author: Antonio Ortega
Author-email: antonio.ortega@kuleuven.be
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypylon
Requires-Dist: opencv-python (>=4.1.1)
Requires-Dist: pyserial (>=3.4)
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyfirmata
Requires-Dist: pyaml
Requires-Dist: coloredlogs
Requires-Dist: bottle
Requires-Dist: cheroot
Requires-Dist: netifaces
Requires-Dist: requests

# IDOC
Individual Drosophila Optogenetic Conditioner

 * [Introduction](#introduction)
 * [How to do an experiment](#how-to-do-an-experiment)
    * [Open software](#open-software) 
    * [Run software](#run-software) 
    * [Start the experiment](#start-the-experiment)
    * [Browse and understand your results](Browse-and-understand-your-results)
    * [Analyze traces](#analyze-traces)
 * [Make a paradigm](#make-a-paradigm)
 * [Indices](#indices)
  * [Read the logs](#read-the-logs)
 * [Enhancements](#enhancements)

# Install

pip install git+ssh://git@github.com/shaliulab/idoc


