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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for image_ema_project_test1-0.0.1.tar.gz
Algorithm Hash digest
SHA256 94ba9edfb3696ddc7016cae156526fe9267d0b7c764f843fd163b415e26a6bb1
MD5 15b8303598414f969bccb864b224407d
BLAKE2b-256 5922439071134637b1659f8e96fff92251d363b5057bcb42c4bae49e94b7c68a

See more details on using hashes here.

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

Hashes for image_ema_project_test1-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b59f533a6bc5411f0cdc20e52695e4453e6c5d496d9aa0b52120d8d7fd950972
MD5 16a22dd6ac0724d5b4ad846c96670430
BLAKE2b-256 9c230aad160712d33415ea1c551fda0d8fd82f82f4913a4c630ca610502291b1

See more details on using hashes here.

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