
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
tomwer
Advanced tools
.. image:: doc/img/tomwer.png :alt: Tomwer Logo :align: left :width: 400px
Tomwer provides tools to automate acquisition and reconstruction processes for tomography. The package includes:
Orange3 <http://orange.biolab.si>_).Tomwer relies on Nabu <https://gitlab.esrf.fr/tomotools/nabu>_ for tomographic reconstruction.
Note: Currently, the software is only compatible with Linux.
The latest version of the documentation is available here <https://tomotools.gitlab-pages.esrf.fr/tomwer/>_.
Step 1: Installing Tomwer '''''''''''''''''''''''''
To install Tomwer with all features:
.. code-block:: bash
pip install tomwer[full]
Alternatively, you can install the latest development branch from the repository:
.. code-block:: bash
pip install git+https://gitlab.esrf.fr/tomotools/tomwer/#egg=tomwer[full]
Step 2: (Optional) Update Orange-CANVAS-CORE and Orange-WIDGET-BASE ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
If you need access to additional 'processing' wheels and 'reprocess action,' you may want to update these Orange forks. This is optional, as the project works with the native Orange libraries.
.. 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
After installation, Tomwer includes several applications. You can launch an application by running:
.. code-block:: bash
tomwer <appName> [options]
tomwer without arguments, a manual page will be displayed... code-block:: bash
tomwer <appName> --help
You can launch the Orange canvas to create workflows using the available building blocks:
.. code-block:: bash
tomwer canvas
orange-canvas... code-block:: bash
source myvirtualenv/bin/activate
To build the documentation:
.. code-block:: bash
sphinx-build doc build/html
The documentation will be generated in doc/build/html, and the entry point is index.html. To view the documentation in a browser:
.. code-block:: bash
firefox build/html/index.html
Note: Building the documentation requires sphinx to be installed, which is not a hard dependency of Tomwer. If needed, install it separately.
FAQs
Tomography workflow tools
We found that tomwer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.