pcdshub / adviewer

AreaDetector configuration (and one day viewing) tool / based on ophyd, typhon, and qtpynodeeditor
Other
0 stars 3 forks source link

=============================== adviewer

.. image:: https://img.shields.io/travis/pcdshub/adviewer.svg :target: https://travis-ci.org/pcdshub/adviewer

.. image:: https://img.shields.io/pypi/v/adviewer.svg :target: https://pypi.python.org/pypi/adviewer

AreaDetector configurator (and - one day - viewer)

adviewer - despite the viewer in its name - is primarily a configuration tool for already-running areaDetector IOCs. It can help you determine how any given plugin pipeline has been configured, displaying an interactively- reconfigurable node graph and tree-based view. It may also help you discover what plugins are installed for an unfamiliar installation.

Eventually, there will be a full-featured viewer based on PyDM integrated as well. For now, a simple PyDM user interface is spawned in a separate process when using the image plugin right-click context menu in the graph.

Requirements

Optionally:

Running adviewer

To install::

    $ pip install git+https://github.com/pcdshub/adviewer

To run::

    $ adviewer --help
    $ adviewer 13SIM1:
    $ adviewer --pvlist filename.pvlist

Running the Tests

::

$ python run_tests.py