A DIgital Image Correlation implementation in Python using the SciPy stack.
Project description
pyDIC
A Digital Image Correlation application, developed in Python.
Getting Started
This package is hosted on pypi. To install it, simply run:
$ python -m pip install py_dic
You can now start the GUI by running:
$ python -m py_dic
Running the source code
Clone or download the contetnts into a local directory. Install the package via setupy.py
or run the main.py
file and follow the on-screen instructions.
$ python -m py_dic.main
To change the default analysis settings, edit the settings.ini
file.
You can use the run.bat
file to start the GUI on Windows, but it expects the Python interpreter to be located in the ./venv/Scripts
folder inside the project's root directory. To achieve this, run the following commands (on a Windows machine):
$ cd pyIDC
$ python -m pip virtualenv venv
$ venv\Scripts\activate.bat
to create a ner virtual environment inside the venv
folder and activate is. Now, install the project requirements into this activated virtual environment:
$ python -m pip install -r requirements.txt
Now, you can execute the run.bat
file to start the pyDIC GUI.
Authors
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 py_dic-0.1.1.tar.gz
.
File metadata
- Download URL: py_dic-0.1.1.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512b9593797b1f6ffd27830877c4accaec7cf3cdfd15b569b1235373d192b461 |
|
MD5 | d9d5d078713cd0fe27297e9f07aa74a5 |
|
BLAKE2b-256 | 73065c6a745685305614d0812e14570a950c5522d390b5f299f85e5c454d068b |
File details
Details for the file py_dic-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: py_dic-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8e35037398a070769c6eda21c6eebff7628f8fd80b336facdfb1fa470dacd78 |
|
MD5 | 622c69a3c9aca254f97771e4825791bf |
|
BLAKE2b-256 | 5f55bc3fbbfcd53eb6fc74521f47d74e65abfa3c7e4385020a7eec65e882c47c |