New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

snom-analysis

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snom-analysis

Package for displaying and manipulating SNOM and AFM data

0.1.22
Source
PyPI
Maintainers
1

A package to load, manipulate and visualize SNOM and AFM data.

Overview

The package contains several classes, one for each implemented measurement type (so far: SNOM/AFM images, approach/deproach curves and 3D scans (2D approach curves)). These classes need the path to the measurement folder as well as the channels as input. The classes will then load the data of all specified channels as well as the measurement parameters and the header information of the measurement files. The data can then be manipulated and plotted. Each manipulation changes the data in the memory and also the parameter dictionaries if necessary. The data can then also be saved with the changes.

The package will also create a folder in the users home directory to store several files like a config file, a plot memory, a matplotlib style file and a general plotting parameters file. Making it easier to adjust the package to your needs.

Installation

The package can be installed via pip::

pip install snom-analysis

If you install via pip all dependencies will be installed automatically. I recommend to use a virtual environment.

Documentation

The documentation can be found at https://snom-analysis.readthedocs.io/en/latest/index.html

Keywords

snom

FAQs

Did you know?

Socket

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.

Install

Related posts