
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
solartom
Advanced tools
🚧🚧🚧 This package is under heavy development and will likely change dramatically. 🚧🚧🚧
🚧🚧🚧 New features are on the way. 🚧🚧🚧
Tomography is the task of reconstructing a model based on observations. In this case, we use many 2D solar images to construct a 3D model of the solar environment.
This is a parallelized tomography projector and backprojector. It originates from solar tomography applications but could be used for other applications. It uses the Siddon algorithm as its core. The parallelization is done with Rust's Rayon library.
A similar package called TomograPy was originally authored by Nicolas Barbey. This is the second generation of that package. It is now updated and maintained by Marcus Hughes.

Above you can see an example input with its reconstruction from a solartom derived model cube. It's not perfect but shows the promise of this package.
This package still needs some features and much documentation to improve ease of use for solar physics settings. If you're interested in using it, please contact Marcus Hughes marcus.hughes@swri.org for more information on a timeline.
Until the code is released on PyPI (coming soon!), you have to clone the repo and then install using pip. I always recommend creating a virtual environment for each project.
git@github.com:jmbhughes/solartom.git
python -m venv venv
source venv/bin/activate
pip install .
Right now a simple toy example is available in example.py. More guidance is coming on how to use with STEREO and other data!
Coming soon!
Please reach out to Marcus Hughes at marcus.hughes@swri.org. I'd love to have your input and use case in mind when developing this software.
FAQs
Unknown package
We found that solartom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.