Skip to main content

FPD: Fast pixelated detector data storage, analysis and visualisation.

Project description

News

21 December 2020 - Release 0.1.12 with several updates and improvements (see changelog for details).

1 November 2020 - Release 0.1.11 with lots of new features and improvements (see changelog for details).

4 September 2020 - Publication of Fast Pixelated Detectors in Scanning Transmission Electron Microscopy. Part II: Post Acquisition Data Processing, Visualisation, and Structural Characterisation, Microsc. Microanal. 26, 944 (2020), arXiv (2020).

21 August 2020 - Publication of open-data for 'Part 2' including all data and scripts: DOI

See https://fpdpy.gitlab.io/fpd/news.html for earlier news.

FPD package

The fpd package provides code for the storage, analysis and visualisation of data from fast pixelated detectors. The data storage uses the hdf5 based EMD file format, and the conversion currently supports the Merlin readout from Medipix3 detectors. Differential phase contrast imaging and several other common data analyses, like radial distributions, virtual apertures, and lattice analysis, are also implemented, along with many utilities.

The package is relatively lightweight, with most of its few dependencies being standard scientific libraries. All calculations run on CPUs and many use out-of-core processing, allowing data to be visualised and processed on anything from very modest to powerful hardware.

A degree of optimisation through parallelisation has been implemented. The development environment is Linux; the efficiency may vary on Windows because of how forking works, but the Windows 10 Linux subsystem has been reported to work well.

Citing

If you find this software useful and use it to produce results in a puplication, please consider citing the website or related paper(s).

An example bibtex entry with the date in the note field yet to be specified:

@Misc{fpd,
    Title                    = {{FPD: Fast pixelated detector data storage, analysis and visualisation}},
    howpublished             = {\url{https://gitlab.com/fpdpy/fpd}},
    note                     = {{Accessed} todays date}
}

Aspects of the library are covered in papers:

Publications

Some of the known scientific papers that used the fpd library are listed below. If you use the library for results contributing to a publication, please pass the paper details to developers for inclusion in this list.

Installation

The package currently supports both python versions 2.7 and 3.x. Hyperspy is used in a few places but most of the fpd module can be used without it being installed (simply install the package dependencies manually and ignore them when using pip by adding --no-deps to the install command).

Installation from source:

pip3 install --user .

Instalation from PyPI (https://pypi.org/project/fpd/):

pip3 install --user fpd

-U can be added to force an upgrade / reinstall; in combination with --no-deps, only the fpd package will be reinstalled.

The package can be removed with:

pip3 uninstall fpd

Usage

In python or ipython:

import fpd
d = fpd.DPC_Explorer(-64)
import fpd.fpd_processing as fpdp
rtn = fpdp.phase_correlation(data, 32, 32)

where data is any array-like object. For example, this can be an in-memory numpy array, an hdf5 object on disk, or a dask array, such as that used in 'lazy' hyperspy signals.

All functions and classes are documented and can be read, for example, in ipython by appending a ? to the object. E.g.:

import fpd
fpd.DPC_Explorer?

Documentation

Release: https://fpdpy.gitlab.io/fpd/

Development version: https://gitlab.com/fpdpy/fpd/builds/artifacts/master/file/pages_development/index.html?job=pages_development

Notebook demos: https://gitlab.com/fpdpy/fpd-demos.

Further documentation and examples will be made available over time.

Related projects

https://www.gla.ac.uk/schools/physics/research/groups/mcmp/researchareas/pixstem/

http://quantumdetectors.com/stem/

https://gitlab.com/fast_pixelated_detectors/merlin_interface

https://gitlab.com/fast_pixelated_detectors/fpd_live_imaging

https://gitlab.com/pixstem/pixstem

https://emdatasets.com/format

http://hyperspy.org/

http://gwyddion.net/

More packages will be added to the https://gitlab.com/fast_pixelated_detectors group as they develop.

Coverage

master coverage

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

fpd-0.1.12.tar.gz (151.0 kB view hashes)

Uploaded Source

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