This is a test module that currently performs data reduction on arrays by different methods.
Project description
pyDRtest:
Data reduction test module
This is a test module that can perform data reduction in several ways.
Features
- Can perfrom data reduction on arrays
- Select from several data reduction methods
- Tested with an .abf file using pyabf module
Installation
pip install drtest
Usage
Importing:
import drtest as dr
Use the DataAnalysis class for some xdata, ydata:
da = dr.DataAnalysis(xdata, ydata)
Perform data reduction with different methods:
xdec, ydec = da.data_reduction(method='decimate', reduction_factor=4)
xavr, yavr = da.data_reduction(method='average', reduction_factor=4)
xmin, ymin = da.data_reduction(method='min', reduction_factor=4)
xmax, ymax = da.data_reduction(method='max', reduction_factor=4)
xminmax, yminmax = da.data_reduction(method='min/max', reduction_factor=4)
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
drtest-0.0.1.tar.gz
(2.4 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 drtest-0.0.1.tar.gz.
File metadata
- Download URL: drtest-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.62.3 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab39fae79ac55168ffb3fc5e5980bbcd7cc6f1dd46f3946bd9397f0095fe6624
|
|
| MD5 |
47f26084eae5af3c06e4516ce81502dc
|
|
| BLAKE2b-256 |
36ec056b521e0e21da02f8a258eeed5d7c0868695a17c50fc9bedf338a46568e
|
File details
Details for the file drtest-0.0.1-py3-none-any.whl.
File metadata
- Download URL: drtest-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.62.3 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
156075fb0f8e591d1ffe38ee9139dbad5c8c9c1ba8efb4af40f46ae6062a7d32
|
|
| MD5 |
c3388f10755986db1ad661b1003e6470
|
|
| BLAKE2b-256 |
faaa6b4623c8e411cdeaa1c07dfad66a073bffbbc62fd44b36124e8b4fbc19e9
|