Image-EMA IDI Project
A simple example project for the 2019 High-speed Image Based Experimental Modal Analysis & Open Source Tools Summer School.
Quickstart
At the end of the summer school, the image-ema-project will be available on PyPI and can be installed with pip.
$ pip install image_ema_project
After installing image-ema-project you can use it like any other Python module.
Here is a simple example:
import image_ema_project as iep
import numpy as np
import matplotlib.pyplot as plt
video = np.load('examples/speckle.npy', mmap_mode='r')
results = iep.get_displacements(video, point=[5, 5], roi_size=[7, 7])
plt.figure()
plt.plot(results[0], label='x [px]')
plt.plot(results[1], label='y [px]')
plt.legend()
plt.show()
You can also run this basic example by running the following commain in the project base direcotry:
$ python -m examples.basic_example
The Read the Docs page provides the project documentation.
Release files for image-ema-project-test1 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| image_ema_project_test1-0.0.1.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| image_ema_project_test1-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.4 kB
Release files / image_ema_project_test1-0.0.1.tar.gz
| Download URL | image_ema_project_test1-0.0.1.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94ba9edfb3696ddc7016cae156526fe9267d0b7c764f843fd163b415e26a6bb1
|
|
BLAKE2b-256 checksum How to use checksums |
5922439071134637b1659f8e96fff92251d363b5057bcb42c4bae49e94b7c68a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.6.7
|
Release files / image_ema_project_test1-0.0.1-py3-none-any.whl
| Download URL | image_ema_project_test1-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b59f533a6bc5411f0cdc20e52695e4453e6c5d496d9aa0b52120d8d7fd950972
|
|
BLAKE2b-256 checksum How to use checksums |
9c230aad160712d33415ea1c551fda0d8fd82f82f4913a4c630ca610502291b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.6.7
|