Skip to content

NSLS-II-CSX/ophyd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Makefile 1.6%
  • Shell 1.6%