Skip to content

ScopeFoundry: A Python platform for controlling custom laboratory experiments and visualizing scientific data

License

Notifications You must be signed in to change notification settings

siddjakes/ScopeFoundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScopeFoundry

A Python platform for controlling custom laboratory experiments and visualizing scientific data

http://www.scopefoundry.org

Maintainer

Edward S. Barnard esbarnard@lbl.gov

Contributors

  • Alan Buckley
  • Nick Borys
  • Frank Ogletree
  • Benedikt Ursprung
  • Clarice Aiello
  • Hao Wu

Requirements

  • Python 2.7, or 3.x
  • PyQt 4.7+, PySide, or PyQt5 (via qtpy shim package)
  • NumPy
  • PyQtGraph
  • h5py

Optional:

  • qtconsole
  • Ipython

Installation

If you have all the requirements:

pip install git+git://github.com/ScopeFoundry/ScopeFoundry.git

If you use the Anaconda python distribution, you can create an environment that has ScopeFoundry and its required dependencies. See the conda_env sub-directory for environment files and Windows batch files for environment setup.

Alternatively:

$ conda create -n scopefoundry python=3.5
$ source activate scopefoundry
(scopefoundry) $ conda install numpy pyqt qtpy h5py
(scopefoundry) $ pip install pyqtgraph
(scopefoundry) $ pip install git+git://github.com/ScopeFoundry/ScopeFoundry.git

Documentation

See http://www.scopefoundry.org

About

ScopeFoundry: A Python platform for controlling custom laboratory experiments and visualizing scientific data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%