tomwer is offering tools to automate acquisition and reconstruction processes for Tomography. It contains:
Be aware that some demo/tutorial
videos are available on https://www.youtube.com/@tomotools
This notebooks focus on how to run thinks with tomwer 1.x versions
It is available from the cluster by
salloc --partition gpu --gres=gpu:1 --mem=256G srun --pty bash -l
activate
scriptsource /scisoft/tomotools/activate {version}
version can be dev, stable, 1.0 for example
tomwer {command} {options}
like to launch the canvas
with a workflow file as a parameter:
tomwer canvas my_file.ows
Be aware that on beamlines computer you can have your own (editable / dedicated) python virtual environment with tomotools installed. They are usually on the /nobackup
partition.
Furthermore some aliases to those virtual environment can exists like
tomwer-1.0 {command} {options}
documentation can be found in https://tomotools.gitlab-pages.esrf.fr/tomwer/
if you end up with the following error:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
It most probably mean that you have troubles with the X forwarding.
As a reminder usually to connect to the cluster users must go with
ssh -XC {user}@cluster-access
Then some OS you might need to add the X forwarding (-x11
option) like:
salloc --partition gpu --exclude=p9-08 --gres=gpu:1 --mem=256G srun -x11 --pty bash -l