Metadata-Version: 2.1
Name: pyfastspm
Version: 0.11.0
Summary: A python package for loading, processing and exporting scanning probe microscopy movies acquired with the FAST unit.
Home-page: https://gitlab.com/faststm/pyfastspm
Author: Carlo Dri
Author-email: carlo.dri@gmail.com
License: MIT
Project-URL: Issue Tracker, https://gitlab.com/faststm/pyfastspm/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

# FAST movie processor #
[![pipeline status](https://gitlab.com/faststm/pyfastspm/badges/master/pipeline.svg)](https://gitlab.com/faststm/pyfastspm/commits/master)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A python package for loading, processing and exporting scanning tunneling microscopy movies acquired with the FAST unit.

The package documentation can be found at [this link](http://faststm.gitlab.io/pyfastspm/).

**Note:** add relevant fixes, new features, or solved issues at the top. Please follow [this](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) as an example of good practices.

## 0.9.12 (2019-07-03)

- added new interpolation function thanks to @KarlBriegel (!38)

The MIT License (MIT)

Copyright (c) 2021

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


