A suite of Python libraries for high performance scientific computing of microscopy data.
Project description
See our homepage <https://pycroscopy.github.io/pycroscopy/> for more info. Our api documentation can be found at <http://pycroscopy.readthedocs.io/>.
0. Description
A python package for image processing and scientific analysis of imaging modalities such as multi-frequency scanning probe microscopy, scanning tunneling spectroscopy, x-ray diffraction microscopy, and transmission electron microscopy. Classes implemented here are ported to a high performance computing platform at Oak Ridge National Laboratory (ORNL).
1. Package Structure
- The package structure is simple, with 4 main modules:
io: Input/Output from custom & proprietary microscope formats to HDF5.
processing: Multivariate Statistics, Machine Learning, and Filtering.
analysis: Model-dependent analysis of image information.
viz: Visualization and interactive slicing of high-dimensional data by lightweight Qt viewers.
Once a user converts their microscope’s data format into an HDF5 format, by simply extending some of the classes in io, the user gains access to the rest of the utilities present in pycroscopy.*.
2. Installation
Pycroscopy requires many commonly used python packages such as numpy, scipy etc. To simplify the installation process, we recommend the installation of Anaconda which contains most of the prerequisite packages as well as a development environment - Spyder.
Uninstall existing Python 2.7 distribution(s) if installed. Restart computer afterwards.
Install Anaconda 4.2.13 Python 2.7 64-bit:
Install pycroscopy:
Open a terminal (mac / linux) or command prompt (windows, if possible with administrator priveleges) and type:
pip install pycroscopy
Enjoy pycroscopy!
If you would like to quickly view HDF5 files generated by and used in pycroscopy, we recommend HDF View - available at <https://support.hdfgroup.org/products/java/hdfview/>
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 Distributions
Built Distribution
Hashes for pycroscopy-0.0a38-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a81abdb8905f74d4e8febc266d0e96fe527326d53fa3819283e6e3363fefabac |
|
MD5 | e193b72a75b66e0a92b3f37391d835ab |
|
BLAKE2b-256 | f79b737e15dbb2cf1e625a17fcfe4d1d52e53f6ed69c45e402a61fdf922ad5d3 |