Skip to content

harshikhub/ScopeFoundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

895 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Requirements

  • Python 3.x
  • PySide, or PyQt5 (via qtpy shim package)
  • NumPy
  • PyQtGraph
  • h5py
  • xreload

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.9
$ source activate scopefoundry
(scopefoundry) $ conda install numpy pyqt qtpy h5py 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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.8%
  • Other 1.2%