Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Quantiphyse is a data viewer and analysis platform for volumetric medical imaging data
Viewer and data processing for 3D/4D medical imaging data
Quantiphyse provides tools for modelling and analysis of 3D/4D volumetric data, principally MRI data.
Core features:
Features available via plugins
See: http://quantiphyse.readthedocs.org/en/latest/ for full documentation.
Quantiphyse is available free under an academic (non-commercial) license. See the LICENSE
file for
full details, and contact OUI if interested in
commercial licensing.
See https://quantiphyse.readthedocs.io/en/latest/basics/install.html for current installation instructions
Running from source is recommended only if your are interested in developing the software further.
The list of Python dependencies is in requirements.txt
For example:
pip install -r requirements.txt
2. Build extensions
python setup.py build_ext --inplace
python qp.py
The scripts packaging/build.py is used to build a frozen distribution package in the form of a compressed archive (tar.gz
or .zip
)
and a platform-dependent package (deb
, msi
or dpg
). It should run autonomously, however you may need to input the sudo password
on Linux in order to build a deb
package.
The --snapshot
option removes the version number from package filenames so you can provided them for download without having to change the link URLs.
The --maxi
option builds a package which includes selected plugins, assuming these are downloaded
Current issues can be viewed on the GitHub issue tracker (https://github.com/physimals/quantiphyse/issues)
pyqtgraph
awaiting official release with Pyside2 supportMoCo/Registration
3D view
Add Jola's texture analysis which sounds cool, whatever it is
PK modelling validation
Simplify/rewrite generic Fabber interface
Improve memory usage by swapping out data which are not being displayed?
All widgets which process within ROI should work with the subimage within the bounding box of the ROI, not the whole image.
Support other file formats using NIBABEL.
Add semiquantitative measures
FAQs
Quantiphyse is a data viewer and analysis platform for volumetric medical imaging data
We found that quantiphyse 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.