Skip to main content

Library for processing scanning transmission electron microscopy data acquired using a pixelated detector

Project description

pixStem

Webpage: http://pixstem.org

Webpage (development version): https://gitlab.com/pixstem/pixstem/builds/artifacts/master/file/pages_development/index.html?job=pages_development_branch

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 inherit various HyperSpy signal.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixstem-0.3.1.tar.gz (36.2 kB view hashes)

Uploaded Source

Built Distribution

pixstem-0.3.1-py3-none-any.whl (40.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page