tomwer


Nametomwer JSON
Version 1.3.12 PyPI version JSON
download
home_pagehttps://gitlab.esrf.fr/tomotools/tomwer
Summary"tomography workflow tools"
upload_time2024-05-16 14:51:13
maintainerNone
docs_urlNone
authordata analysis unit
requires_python>=3.6
licenseMIT
keywords orange3 add-on ewoks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tomwer
======

tomwer is offering tools to automate acquisition and reconstruction processes for Tomography.
It contains:

- a library to access each acquisition process individually
- gui and applications to control main processes (reconstruction, data transfert...) and execute them as a stand alone application.
- an orange add-on to help users defining their own workflow (http://orange.biolab.si)



.. image:: http://www.edna-site.org/pub/doc/tomwer/extra/tomwer_start_short.gif


.. |Gitlab Status| image:: https://gitlab.esrf.fr/tomotools/tomwer/badges/master/pipeline.svg
    :target: https://gitlab.esrf.fr/tomotools/tomwer/pipelines


Documentation
-------------

`Latest documentation <https://tomotools.gitlab-pages.esrf.fr/tomwer/>`_


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

Step 1 - tomwer
'''''''''''''''

To install it with all 'features':

.. code-block:: bash

    pip install tomwer[full]

alternatively you can install the master branch from

.. code-block:: bash

    pip install git+https://gitlab.esrf.fr/tomotools/tomwer/#egg=tomwer[full]


Step 2 - update orange-canvas-core and orange-widget-base (Optional)
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

To access 'processing' wheels and 'reprocess action' you might want to install forks of update orange-canvas-core and orange-widget-base. This is optional and projects works with native orange projects

.. code-block:: bash

    pip install git+https://github.com/payno/orange-canvas-core --no-deps --upgrade
    pip install git+https://github.com/payno/orange-widget-base --no-deps --upgrade


Launching applications
::::::::::::::::::::::

After the installation tomwer is embedding several applications.

Those applications can be launched by calling:

.. code-block:: bash

   tomwer appName {options}

.. note:: if you only call `tomwer` then the man page will be displayed.

.. note:: You can access each application help using ``

    .. code-block:: bash

       tomwer appName --help


tomwer canvas - orange canvas
'''''''''''''''''''''''''''''

You can launch the canvas to create workflows from the different 'bricks'

.. code-block:: bash

   tomwer canvas

.. note:: you can also use `orange-canvas`

.. note:: if your installed a virtual environment do not forget to active it :

    .. code-block:: bash

       source myvirtualenv/bin/activate


Documentation
:::::::::::::

.. code-block:: bash

   sphinx-build doc build/html

The documentation is build in doc/build/html and the entry point is index.html

.. code-block:: bash

   firefox build/html/index.html

.. note:: the build of the documentation need sphinx to be installed. This is not an hard dependacy. So you might need to install it.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.esrf.fr/tomotools/tomwer",
    "name": "tomwer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "orange3 add-on, ewoks",
    "author": "data analysis unit",
    "author_email": "henri.payno@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/57/ad/0dd3c19852401630b56fdf409ec7a08c32e1302513a6180d1b75c1e91843/tomwer-1.3.12.tar.gz",
    "platform": null,
    "description": "tomwer\n======\n\ntomwer is offering tools to automate acquisition and reconstruction processes for Tomography.\nIt contains:\n\n- a library to access each acquisition process individually\n- gui and applications to control main processes (reconstruction, data transfert...) and execute them as a stand alone application.\n- an orange add-on to help users defining their own workflow (http://orange.biolab.si)\n\n\n\n.. image:: http://www.edna-site.org/pub/doc/tomwer/extra/tomwer_start_short.gif\n\n\n.. |Gitlab Status| image:: https://gitlab.esrf.fr/tomotools/tomwer/badges/master/pipeline.svg\n    :target: https://gitlab.esrf.fr/tomotools/tomwer/pipelines\n\n\nDocumentation\n-------------\n\n`Latest documentation <https://tomotools.gitlab-pages.esrf.fr/tomwer/>`_\n\n\nInstallation\n------------\n\nStep 1 - tomwer\n'''''''''''''''\n\nTo install it with all 'features':\n\n.. code-block:: bash\n\n    pip install tomwer[full]\n\nalternatively you can install the master branch from\n\n.. code-block:: bash\n\n    pip install git+https://gitlab.esrf.fr/tomotools/tomwer/#egg=tomwer[full]\n\n\nStep 2 - update orange-canvas-core and orange-widget-base (Optional)\n''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''\n\nTo access 'processing' wheels and 'reprocess action' you might want to install forks of update orange-canvas-core and orange-widget-base. This is optional and projects works with native orange projects\n\n.. code-block:: bash\n\n    pip install git+https://github.com/payno/orange-canvas-core --no-deps --upgrade\n    pip install git+https://github.com/payno/orange-widget-base --no-deps --upgrade\n\n\nLaunching applications\n::::::::::::::::::::::\n\nAfter the installation tomwer is embedding several applications.\n\nThose applications can be launched by calling:\n\n.. code-block:: bash\n\n   tomwer appName {options}\n\n.. note:: if you only call `tomwer` then the man page will be displayed.\n\n.. note:: You can access each application help using ``\n\n    .. code-block:: bash\n\n       tomwer appName --help\n\n\ntomwer canvas - orange canvas\n'''''''''''''''''''''''''''''\n\nYou can launch the canvas to create workflows from the different 'bricks'\n\n.. code-block:: bash\n\n   tomwer canvas\n\n.. note:: you can also use `orange-canvas`\n\n.. note:: if your installed a virtual environment do not forget to active it :\n\n    .. code-block:: bash\n\n       source myvirtualenv/bin/activate\n\n\nDocumentation\n:::::::::::::\n\n.. code-block:: bash\n\n   sphinx-build doc build/html\n\nThe documentation is build in doc/build/html and the entry point is index.html\n\n.. code-block:: bash\n\n   firefox build/html/index.html\n\n.. note:: the build of the documentation need sphinx to be installed. This is not an hard dependacy. So you might need to install it.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"tomography workflow tools\"",
    "version": "1.3.12",
    "project_urls": {
        "Bug Tracker": "https://gitlab.esrf.fr/tomotools/tomwer/-/issues",
        "Homepage": "https://gitlab.esrf.fr/tomotools/tomwer"
    },
    "split_keywords": [
        "orange3 add-on",
        " ewoks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6fafc5e6c3d6f4d588bd88da23b7cbb2e180a915348c9624fe497d8dffd05f0",
                "md5": "29fa864a0ef417c06f26d069215e41b5",
                "sha256": "9e56d0ecbda4ae33afb3da4e68604179086fd2a81b387a42b0c4322e7d70d8c3"
            },
            "downloads": -1,
            "filename": "tomwer-1.3.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29fa864a0ef417c06f26d069215e41b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4427969,
            "upload_time": "2024-05-16T14:51:05",
            "upload_time_iso_8601": "2024-05-16T14:51:05.980076Z",
            "url": "https://files.pythonhosted.org/packages/e6/fa/fc5e6c3d6f4d588bd88da23b7cbb2e180a915348c9624fe497d8dffd05f0/tomwer-1.3.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57ad0dd3c19852401630b56fdf409ec7a08c32e1302513a6180d1b75c1e91843",
                "md5": "b04f93a632d1a64232db3a7b4124e421",
                "sha256": "b751d0f3d10af4cb0fab83aadd6b33350565e64a40e0ee7ad8619a83b2f3aebf"
            },
            "downloads": -1,
            "filename": "tomwer-1.3.12.tar.gz",
            "has_sig": false,
            "md5_digest": "b04f93a632d1a64232db3a7b4124e421",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3878631,
            "upload_time": "2024-05-16T14:51:13",
            "upload_time_iso_8601": "2024-05-16T14:51:13.676701Z",
            "url": "https://files.pythonhosted.org/packages/57/ad/0dd3c19852401630b56fdf409ec7a08c32e1302513a6180d1b75c1e91843/tomwer-1.3.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 14:51:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tomwer"
}
        
Elapsed time: 0.34682s