Skip to main content

Library for tomography workflow

Project description

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)

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

Documentation

Documentation of latest release is available at http://www.edna-site.org/pub/doc/tomwer/latest

Installation

Step 0 - Create a virtual env

It is recommended to create a python virtual environment to run the workflow tool. Virtual environment might avoid some conflict between python packages. But you can also install it on your ‘current’ python environment and move to step 1.

virtualenv --python=python3 --system-site-packages myvirtualenv

Then activate the virtual environment

source myvirtualenv/bin/activate

First update pip and setuptools to avoid some potential errors

pip install --upgrade pip
pip install setuptools --upgrade

Step 1 - Orange3 installation

You will need a fork of the original Orange project in order to run the tomwer project. This is needed because small modification have been made in order to get the behavio we wanted (has looping workflows).

The fork is accessible here : https://github.com/payno/orange3.git

So install this fork :

pip install git+https://github.com/payno/orange3.git

Step 2 - tomwer

From wheel

To install it with the ‘minimal’ features:

pip install tomwer

To install it with all the potential ‘feature’:

pip install tomwer[full]

From source

clone the tomwer project

git clone git@gitlab.esrf.fr:payno/tomwer.git

then install it

cd tomwer
pip install .

or for the ‘full’ version

pip install .[full]

Step 3 - web log

the workflow tool can send some log into graylog in order to get view of the status of the workflow execution. If this is active (by default) then you will be able to see important log from a web interface.

To get more information see https://www.graylog.org/

Launching applications

After the installation tomwer is embedding several applications.

Those applications can be launched by calling:

tomwer appName {options}

tomwer canvas - orange canvas

You can launch the canvas to create workflows from the different ‘bricks’

tomwer canvas

Documentation

cd doc
make html

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

firefox build/html/index.html

You also should generate documentation to be accessible from Orange GUI (pressing the F1 key).

cd doc
make htmlhelp

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tomwer-0.8.0a0.linux-x86_64.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

tomwer-0.8.0a0-py3-none-any.whl (4.4 MB view details)

Uploaded Python 3

File details

Details for the file tomwer-0.8.0a0.linux-x86_64.tar.gz.

File metadata

  • Download URL: tomwer-0.8.0a0.linux-x86_64.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3

File hashes

Hashes for tomwer-0.8.0a0.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 e325787d83698364be500e775b62830f503bad6875732011a833851737392169
MD5 2da63a8c74a6636c8b5d07e3e1b67c3e
BLAKE2b-256 e435e72f2ce2854d53157e1f89a595573d8d87f27de38f08855f094d05e59bff

See more details on using hashes here.

File details

Details for the file tomwer-0.8.0a0-py3-none-any.whl.

File metadata

  • Download URL: tomwer-0.8.0a0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3

File hashes

Hashes for tomwer-0.8.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2ccd6df46884fa3e4f02d53f13e0e053c5c6195955d12d6af8188ddd40e8b56
MD5 9443a5cf4013b644d3ab87763962c785
BLAKE2b-256 9a365eb4084712b61fff0a23d7ca39f6e77aed04160eba69d488f04b30b195e9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page