A simple example project for the 2019 High-speed Image Based Experimental Modal Analysis & Open Source Tools Summer School.
Project description
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.
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 Distribution
Built Distribution
File details
Details for the file image_ema_project_test1-0.0.1.tar.gz
.
File metadata
- Download URL: image_ema_project_test1-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ba9edfb3696ddc7016cae156526fe9267d0b7c764f843fd163b415e26a6bb1 |
|
MD5 | 15b8303598414f969bccb864b224407d |
|
BLAKE2b-256 | 5922439071134637b1659f8e96fff92251d363b5057bcb42c4bae49e94b7c68a |
File details
Details for the file image_ema_project_test1-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: image_ema_project_test1-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b59f533a6bc5411f0cdc20e52695e4453e6c5d496d9aa0b52120d8d7fd950972 |
|
MD5 | 16a22dd6ac0724d5b4ad846c96670430 |
|
BLAKE2b-256 | 9c230aad160712d33415ea1c551fda0d8fd82f82f4913a4c630ca610502291b1 |