Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image_ema_project_test1-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

image_ema_project_test1-0.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page