Tools for controlling piezoelectric actuators.
Project description
Pypiezo
Pypiezo is a Python module to control piezoelectric actuators. It is mostly a set of convenient wrappers around pycomedi calls for keeping track of the relevant calibration constants. To get a feel for an “official” set of calibration constants, you can take a peek at veeco_header, which is the beginning of a saved Veeco NanoScope image file. It lists the parameters used by the NanoScope during imaging.
Installation
Packages
Gentoo
I’ve packaged pypiezo for Gentoo. You need layman and my wtk overlay. Install with:
# emerge -av app-portage/layman # layman --add wtk # emerge -av sci-libs/pypiezo
Dependencies
If you’re installing by hand or packaging pypiezo for another distribution, you’ll need the following dependencies:
Package |
||
---|---|---|
python-numpy |
dev-python/numpy |
|
python-scipy |
sci-libs/scipy |
|
python-matplotlib |
dev-python/matplotlib |
|
dev-python/h5config [1] |
||
dev-python/curses-check-for-keypress [1] |
||
python-nose |
dev-python/nose |
|
dev-python/pycomedi [1] |
Installing by hand
Pypiezo is available as a Git repository:
$ git clone git://tremily.us/pypiezo.git
See the homepage for details. To install the checkout, run the standard:
$ python setup.py install
Usage
See the module docstrings for simple examples.
Testing
Run internal unit tests with:
$ nosetests --with-doctest --doctest-tests pypiezo
Licence
This project is distributed under the GNU General Public License Version 3 or greater.
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
File details
Details for the file pypiezo-0.7.tar.gz
.
File metadata
- Download URL: pypiezo-0.7.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93bc44363847c640a4df07e014c69dd539f700894402eb56a18598b55a154ae5 |
|
MD5 | 18e043b409664a95c30dadc71662812f |
|
BLAKE2b-256 | 115b3baa82581360392859a29b27cd7b2101f0fd9eb134f0f07baf378bbecdad |