Python wrapper for Delay Differential Analysis
Project description
DDA: Python Wrapper for Delay Differential Analysis
Installation
Install the package from PyPI:
pip install dda-py
Download the DDA binary from here and put it in the root directory of the
project.
Define the path to the binary in the dda_binary_path variable in the init function.
Usage
from dda_py import dda
dda.init(dda_binary_path="path/to/dda")
Q = dda.run_dda(
input_file="path/to/input/file",
output_file="path/to/output/file",
channel_list=[1, 2, 3],
)
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
dda_py-0.1.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dda_py-0.1.0.tar.gz.
File metadata
- Download URL: dda_py-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfda177867c53c6235fcb7662a1799810b53d10eaeac8ddfca58dc83f24f6d8f
|
|
| MD5 |
ad1d7b020e27ae1b774fc6d27f197547
|
|
| BLAKE2b-256 |
2444a390bd8b4a83c870f13696694c45b80117f35b784f4c735ba9379765306a
|
File details
Details for the file dda_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dda_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da9acb7a314ff16d3d7201ee52ed8c8f2121b9149294a362e3cc38ab0ca6c1a0
|
|
| MD5 |
f232a87d5d48f7ed4d7d9649126e90fe
|
|
| BLAKE2b-256 |
2c4e34c896a34af357c736392041017cd0a18815ed927e3eb75d07e4455efb46
|