Skip to content

Files

Latest commit

 

History

History
26 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 545 Bytes

DE API - Python

The DE API provides python bindings for basic operations for controlling Direct Electron's Mission Control Software. This API isn't functional without a working copy of Mission Control, (or the older DE Server) and a Direct Electron Detector.

Installation

The python api can be installed using either pip or anaconda.

Installing using pip

$ pip install deapi

Installing using conda

$ conda install -c conda-forge deapi

Usage and documentation is hosted here.