lavue


Namelavue JSON
Version 2.85.0 PyPI version JSON
download
home_pagehttps://github.com/lavue-org/lavue
SummaryLive image viewer application for photon science detectors.
upload_time2024-03-07 13:52:08
maintainer
docs_urlNone
authorJ.Kotanski, Ch.Rosemann, A.Rothkirch
requires_python
licenseGPLv2
keywords live viewer photon science detector
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LaVue - Live Image Viewer
=========================

|github workflow|
|docs|
|Pypi Version|
|Python Versions|

.. |github workflow| image:: https://github.com/lavue-org/lavue/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/lavue-org/lavue/actions
   :alt:

.. |docs| image:: https://img.shields.io/badge/Documentation-webpages-ADD8E6.svg
   :target: https://lavue-org.github.io/lavue/index.html
   :alt:

.. |Pypi Version| image:: https://img.shields.io/pypi/v/lavue.svg
                  :target: https://pypi.python.org/pypi/lavue
                  :alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/lavue.svg
                     :target: https://pypi.python.org/pypi/lavue/
                     :alt:

Authors: Christoph Rosemann <christoph.rosemann at desy.de>, Jan Kotański <jan.kotanski at desy.de>, André Rothkirch <andre.rothkirch at desy.de>

Introduction
------------

This is a simple implementation of a live viewer front end.
It is supposed to show a live image view from xray-detectors at PETRA3 @ desy.de,
e.g. ``Pilatus``, ``Lambda``, ``Eiger``, ``PerkinElmer``, ``PCO``, ``LimaCCD``, and others.

.. image:: https://github.com/lavue-org/lavue/blob/develop/doc/_images/lavue.png?raw=true


Installation
------------

LaVue requires the following python packages: ``qt5/qt4  pyqtgraph  numpy  zmq  scipy``

It is also recommended to install: ``pytango  hidra  pil  fabio  requests  h5py  pni  nxstools``


From sources
""""""""""""

Download the latest LaVue version from https://github.com/lavue-org/lavue

Extract sources and run

.. code-block:: console

   $ python setup.py install

The ``setup.py`` script may need: ``setuptools  sphinx  numpy  pytest`` python packages as well as ``qtbase5-dev-tools`` or ``libqt4-dev-bin``.

Debian packages
"""""""""""""""

Debian `bookworm`, `bullseye`, `buster` or Ubuntu  `lunar`, `jammy`, `focal` packages can be found in the HDRI repository.

To install the debian packages, add the PGP repository key

.. code-block:: console

   $ sudo su
   $ curl -s http://repos.pni-hdri.de/debian_repo.pub.gpg  | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg --import
   $ chmod 644 /etc/apt/trusted.gpg.d/debian-hdri-repo.gpg

and then download the corresponding source list, e.g.

.. code-block:: console

   $ cd /etc/apt/sources.list.d

and

.. code-block:: console

   $ wget http://repos.pni-hdri.de/bookworm-pni-hdri.list

or

.. code-block:: console

   $ wget http://repos.pni-hdri.de/bullseye-pni-hdri.list

or

.. code-block:: console

   $ wget http://repos.pni-hdri.de/jammy-pni-hdri.list

or

.. code-block:: console

   $ wget http://repos.pni-hdri.de/focal-pni-hdri.list

respectively.

Finally,

.. code-block:: console

   $ apt-get update
   $ apt-get install python3-lavue
   $ apt-get install lavue-controller

or

.. code-block:: console

   $ apt-get install lavue-controller3

for python 3 version (for older debian/ubuntu releases).

From pip
""""""""

To install it from pip you need to install pyqt5 in advance, e.g.

.. code-block:: console

   $ python3 -m venv myvenv
   $ . myvenv/bin/activate

   $ pip install PyQtWebKit

or

.. code-block:: console

   $ pip install pyqt5

or

.. code-block:: console

   $ pip install PyQt5==5.14

and then

.. code-block:: console


   $ pip install lavue

Moreover it is also good to install the following python packages:

.. code-block:: console

   $ pip install fabio
   $ pip install pillow
   $ pip install pyFAI
   $ pip install lavuefilters
   $ pip install pytango

Start the Viewer
----------------

To start LaVue

.. code-block:: console

   $ lavue

or

.. code-block:: console

   $ lavue3

for python 3 version (for older debian/ubuntu releases).

Start the Viewer in the expert mode
"""""""""""""""""""""""""""""""""""

Changing LaVue settings is available in the expert mode, i.e.

.. code-block:: console

   $ lavue -m expert

under an additional button: Configuration.

Launching options
"""""""""""""""""

To get all possible command-line parameters

.. code-block:: console

   $ lavue -h

Further reading
---------------

More information can be found at: `LaVue <https://lavue-org.github.io/lavue>`_

| ``Conflunce`` page: https://confluence.desy.de/display/FSEC/LaVue+-+Live+Image+Viewer
| ``LavueController`` Tango Server API: https://lavue-org.github.io/lavue/stable/doc_html



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lavue-org/lavue",
    "name": "lavue",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "live viewer photon science detector",
    "author": "J.Kotanski, Ch.Rosemann, A.Rothkirch",
    "author_email": "jan.kotanski@desy.de, christoph.rosemann@desy.de, andre.rothkirch@desy.de",
    "download_url": "https://files.pythonhosted.org/packages/fa/97/bd7b730999cf1bf385dfcbca1bd931b28b5b5456e822a5d9b53c0b20ae9f/lavue-2.85.0.tar.gz",
    "platform": null,
    "description": "LaVue - Live Image Viewer\n=========================\n\n|github workflow|\n|docs|\n|Pypi Version|\n|Python Versions|\n\n.. |github workflow| image:: https://github.com/lavue-org/lavue/actions/workflows/tests.yml/badge.svg\n   :target: https://github.com/lavue-org/lavue/actions\n   :alt:\n\n.. |docs| image:: https://img.shields.io/badge/Documentation-webpages-ADD8E6.svg\n   :target: https://lavue-org.github.io/lavue/index.html\n   :alt:\n\n.. |Pypi Version| image:: https://img.shields.io/pypi/v/lavue.svg\n                  :target: https://pypi.python.org/pypi/lavue\n                  :alt:\n\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/lavue.svg\n                     :target: https://pypi.python.org/pypi/lavue/\n                     :alt:\n\nAuthors: Christoph Rosemann <christoph.rosemann at desy.de>, Jan Kota\u0144ski <jan.kotanski at desy.de>, Andr\u00e9 Rothkirch <andre.rothkirch at desy.de>\n\nIntroduction\n------------\n\nThis is a simple implementation of a live viewer front end.\nIt is supposed to show a live image view from xray-detectors at PETRA3 @ desy.de,\ne.g. ``Pilatus``, ``Lambda``, ``Eiger``, ``PerkinElmer``, ``PCO``, ``LimaCCD``, and others.\n\n.. image:: https://github.com/lavue-org/lavue/blob/develop/doc/_images/lavue.png?raw=true\n\n\nInstallation\n------------\n\nLaVue requires the following python packages: ``qt5/qt4  pyqtgraph  numpy  zmq  scipy``\n\nIt is also recommended to install: ``pytango  hidra  pil  fabio  requests  h5py  pni  nxstools``\n\n\nFrom sources\n\"\"\"\"\"\"\"\"\"\"\"\"\n\nDownload the latest LaVue version from https://github.com/lavue-org/lavue\n\nExtract sources and run\n\n.. code-block:: console\n\n   $ python setup.py install\n\nThe ``setup.py`` script may need: ``setuptools  sphinx  numpy  pytest`` python packages as well as ``qtbase5-dev-tools`` or ``libqt4-dev-bin``.\n\nDebian packages\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nDebian `bookworm`, `bullseye`, `buster` or Ubuntu  `lunar`, `jammy`, `focal` packages can be found in the HDRI repository.\n\nTo install the debian packages, add the PGP repository key\n\n.. code-block:: console\n\n   $ sudo su\n   $ curl -s http://repos.pni-hdri.de/debian_repo.pub.gpg  | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg --import\n   $ chmod 644 /etc/apt/trusted.gpg.d/debian-hdri-repo.gpg\n\nand then download the corresponding source list, e.g.\n\n.. code-block:: console\n\n   $ cd /etc/apt/sources.list.d\n\nand\n\n.. code-block:: console\n\n   $ wget http://repos.pni-hdri.de/bookworm-pni-hdri.list\n\nor\n\n.. code-block:: console\n\n   $ wget http://repos.pni-hdri.de/bullseye-pni-hdri.list\n\nor\n\n.. code-block:: console\n\n   $ wget http://repos.pni-hdri.de/jammy-pni-hdri.list\n\nor\n\n.. code-block:: console\n\n   $ wget http://repos.pni-hdri.de/focal-pni-hdri.list\n\nrespectively.\n\nFinally,\n\n.. code-block:: console\n\n   $ apt-get update\n   $ apt-get install python3-lavue\n   $ apt-get install lavue-controller\n\nor\n\n.. code-block:: console\n\n   $ apt-get install lavue-controller3\n\nfor python 3 version (for older debian/ubuntu releases).\n\nFrom pip\n\"\"\"\"\"\"\"\"\n\nTo install it from pip you need to install pyqt5 in advance, e.g.\n\n.. code-block:: console\n\n   $ python3 -m venv myvenv\n   $ . myvenv/bin/activate\n\n   $ pip install PyQtWebKit\n\nor\n\n.. code-block:: console\n\n   $ pip install pyqt5\n\nor\n\n.. code-block:: console\n\n   $ pip install PyQt5==5.14\n\nand then\n\n.. code-block:: console\n\n\n   $ pip install lavue\n\nMoreover it is also good to install the following python packages:\n\n.. code-block:: console\n\n   $ pip install fabio\n   $ pip install pillow\n   $ pip install pyFAI\n   $ pip install lavuefilters\n   $ pip install pytango\n\nStart the Viewer\n----------------\n\nTo start LaVue\n\n.. code-block:: console\n\n   $ lavue\n\nor\n\n.. code-block:: console\n\n   $ lavue3\n\nfor python 3 version (for older debian/ubuntu releases).\n\nStart the Viewer in the expert mode\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nChanging LaVue settings is available in the expert mode, i.e.\n\n.. code-block:: console\n\n   $ lavue -m expert\n\nunder an additional button: Configuration.\n\nLaunching options\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nTo get all possible command-line parameters\n\n.. code-block:: console\n\n   $ lavue -h\n\nFurther reading\n---------------\n\nMore information can be found at: `LaVue <https://lavue-org.github.io/lavue>`_\n\n| ``Conflunce`` page: https://confluence.desy.de/display/FSEC/LaVue+-+Live+Image+Viewer\n| ``LavueController`` Tango Server API: https://lavue-org.github.io/lavue/stable/doc_html\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv2",
    "summary": "Live image viewer application for photon science detectors.",
    "version": "2.85.0",
    "project_urls": {
        "Homepage": "https://github.com/lavue-org/lavue"
    },
    "split_keywords": [
        "live",
        "viewer",
        "photon",
        "science",
        "detector"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8bbc9e0d4a3242e9884a1368b27e8c75f5122b3e475a576fe9bc09d5b194c28",
                "md5": "ece282981e0019878b4b44b6ddea05e2",
                "sha256": "a3a6504672b47fcaee028844224b03a89e37eca2e4ae61847da1239a4f4488e9"
            },
            "downloads": -1,
            "filename": "lavue-2.85.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ece282981e0019878b4b44b6ddea05e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11295443,
            "upload_time": "2024-03-07T13:52:01",
            "upload_time_iso_8601": "2024-03-07T13:52:01.861175Z",
            "url": "https://files.pythonhosted.org/packages/d8/bb/c9e0d4a3242e9884a1368b27e8c75f5122b3e475a576fe9bc09d5b194c28/lavue-2.85.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa97bd7b730999cf1bf385dfcbca1bd931b28b5b5456e822a5d9b53c0b20ae9f",
                "md5": "00a837e56504505bff6af835b7765fc3",
                "sha256": "ef76fb15806a255334f76fdb5c1febc3426ebf2b41eda867dc5cf4b7d093417c"
            },
            "downloads": -1,
            "filename": "lavue-2.85.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00a837e56504505bff6af835b7765fc3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32502251,
            "upload_time": "2024-03-07T13:52:08",
            "upload_time_iso_8601": "2024-03-07T13:52:08.309356Z",
            "url": "https://files.pythonhosted.org/packages/fa/97/bd7b730999cf1bf385dfcbca1bd931b28b5b5456e822a5d9b53c0b20ae9f/lavue-2.85.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 13:52:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lavue-org",
    "github_project": "lavue",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lavue"
}
        
Elapsed time: 0.31832s