Skip to content

gjwillms/ophyd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

342 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ophyd Data Collection Framework

Project structure::

../ophyd
|-- context
|   |-- contextmgr.py
|   `-- __init__.py
|-- controls
|   |-- areadetector.py
|   |-- detector.py
|   |-- __init__.py
|   |-- mcadetector.py
|   |-- positioner.py
|   `-- signal.py
|-- doc
|-- README.md
|-- runengine
|   |-- demuxer.py
|   |-- __init__.py
|   `-- runengine.py
|-- userapi
|   |-- ca_api.py
|   |-- cli_api.py
|   `-- __init__.py
|-- utils
|   |-- exlog.py
|   `-- __init__.py
`-- writers
    |-- __init__.py
    |-- nsls2_writer.py
    |-- spec_writer.py
    `-- stdout_writer.py

About

Python/EPICS based data collection for NSLS-II

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • Shell 0.2%