Library for processing scanning transmission electron microscopy data acquired using a pixelated detector
Project description
pixStem
Webpage: https://pixstem.org
Webpage (development version): https://gitlab.com/pixstem/pixstem/builds/artifacts/master/file/public_development/index.html?job=pages_development
Python library for analysing pixelated scanning transmission electron microscopy (STEM) datasets. Pixelated STEM is using a 2D detector to image the convergent beam electron pattern generated by the electron beam after passing through a material.
The library has implemented several common functions used with these types of datasets, like radial integration and center of mass. These are implemented as HyperSpy-type signals, where these new signals both inherit the old methods and add many new ones.
Installing
The easiest way is installing using with pip:
pip3 install pixstem
Using
import numpy as np
import pixstem.api as ps
s = ps.PixelatedSTEM(np.random.random(size=(5, 5, 10, 10)))
s_r = s.radial_integration()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pixstem-0.4.0.tar.gz
.
File metadata
- Download URL: pixstem-0.4.0.tar.gz
- Upload date:
- Size: 324.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
57294224571a3a8192974ef07a13ff5d5056e7ac941d1ece5a2eb5f2e2132cf3
|
|
MD5 |
cfe919a1cb75dbc633314d9a2214a0cc
|
|
BLAKE2b-256 |
f73b5fe66a81550a786d656b99e8eafc908f52e91de3890e1596fa9744cb167d
|
File details
Details for the file pixstem-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: pixstem-0.4.0-py3-none-any.whl
- Upload date:
- Size: 341.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
519ac343035293ceb436d84c94ce139b8cf0e989a95c6fc7ae066dd509d07f89
|
|
MD5 |
2f4c1cf8a9fd33988d5cdc9be1ffd19c
|
|
BLAKE2b-256 |
c9a114da3cf9cddba31fcc2cce500d99c48341ea3bb8a5d2fa9ada84af2c264d
|