
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
A module to extract quantitative microstructure information from micrographs of morphologically complex microstructures.
An open source package and GUI for automatic analysis of micrographs containing morphologically complex multiphase materials. Designed especially for analysis of nanoporous metals and bicontinuous composites. Automatically returns quantitative mean and distribution measurements of microstructural features such as ligament/pore diameter, node-to-node length, particle/pore area, and area fraction. Measurements and summaries can be conveniently output into excel and pdf files.
For more information, see this paper <https://doi.org/10.1016/j.commatsci.2017.08.012>
_.
Installing
A standalone Windows version that does not require Python can be found `here <https://goo.gl/A8Y9Mq>`_.
The easiest way to install the Python version is with pip. In the command prompt type:
.. code:: python
pip install aquami
Running the program
Type the following in the command prompt pressing the key between lines:
.. code:: python
python
from aquami import gui
gui.run()
New in version 1.1.0
* Fix for Mac operating systems.
* Updates for depreciated functions in numpy and matplotlib.
FAQs
A module to extract quantitative microstructure information from micrographs of morphologically complex microstructures.
We found that aquami 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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.