Python wrapper for Delay Differential Analysis
Project description
dda-py: Python Wrapper for Delay Differential Analysis
Installation
Install the package from PyPI:
pip install dda-py
Download the appropriate DDA binary from here (select the correct one for your platform) and place 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.4.tar.gz
(6.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.4.tar.gz.
File metadata
- Download URL: dda_py-0.1.4.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c68c687bc098ba0cd60ef1b110049b9d7c5e67c226ff2904710b3944b6050ab3
|
|
| MD5 |
70a86d3166527c9f9a7acb5c5fb3a5bb
|
|
| BLAKE2b-256 |
5352a07f5cafabfb6fe09cf99fd296eb5bd04f518eb003421bb4a95696f0cb15
|
File details
Details for the file dda_py-0.1.4-py3-none-any.whl.
File metadata
- Download URL: dda_py-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc51bfc2494d0aa7d8a405d6fc5d70027ac7fcd5330f0cc74a1504960ed8f0af
|
|
| MD5 |
941a877654bd94cd5c2d38f4b56d60f2
|
|
| BLAKE2b-256 |
6455f990944cc3e8f43aa7f89c7e62ddc0517c828efdc6349ee86ede15bd1416
|