Metadata-Version: 2.1
Name: pySPM
Version: 0.2.8
Summary: library to handle SPM and ToF-SIMS data
Home-page: https://github.com/scholi/pySPM
Author: Olivier Scholder
Author-email: o.scholder@gmail.com
License: Apache 2.0
Keywords: tof sims iontof spm sfm sxm afm kpfm pca imaging ita itm bruker nanonis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: matplotlib

[![Downloads](https://pepy.tech/badge/pyspm)](https://pepy.tech/project/pyspm)
![](https://travis-ci.org/scholi/pySPM.svg?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# pySPM
pySPM is a python library (python3, but should be compatible with python2) in order to read, handle and plot Scanning Probe Microscopy (SPM) images as well as ToF-SIMS data.

For now it support the following formats:
* Nanoscan .xml file format
* Bruker
* Iontof ToF-SIMS fileformats:
	* ITA
	* ITM
	* ITS
* Nanonis SXM file

## Important
This library is offered as it is and is still in development. Please note that reading the raw data was done by reverse engineering and guessing and not with a manual as the file format is proprietary. It seems to work well with the data used by the developer of this library, but there is **NO GUARANTY** that this library will work correctly with your own specific data.

If you find bugs and issues, please report them to the developer: https://github.com/scholi/pySPM/issues

## More information
Please visit the [github page](https://github.com/scholi/pySPM) of the project for additional information.


