A Python package providing the code for Automated Electrochemical Analysis (aElChA)
Project description
aElChA
A Python package providing the code for Automated Electrochemical Analysis (aElChA)
A longer description of your project goes here...
Installation
pip install aelcha-package
Usage
Excel as User Interface
- Open the File_Selection.xlsx from the examples folder
- Enter the files you like to process in the first sheet "Selection"
- Enter the parameters for the analysis
- General parameters in the second sheet "Configuration"
- File specific parameters in the first sheet "Selection"
- Run the script
python <path_to_repository>/examples/script.py
Python as User Interface
from aelcha.core import process_file
from aelcha.user_interface import SelectionRow, Configuration
from aelcha.common import MaccorPreprocessingOption
config = Configuration(
input_dir_default='path/to/input',
export_dir_default='path/to/output',
input_source_type=MaccorPreprocessingOption.mims_client1
)
row = SelectionRow(
index=0,
file_name='file_name.txt',
sample_name='sample_name',
)
process_file(row, config)
Note
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.
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
aelcha-0.4.1.tar.gz
(85.8 kB
view details)
Built Distribution
aelcha-0.4.1-py3-none-any.whl
(51.0 kB
view details)
File details
Details for the file aelcha-0.4.1.tar.gz
.
File metadata
- Download URL: aelcha-0.4.1.tar.gz
- Upload date:
- Size: 85.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd666cb1a20f36fbbeb6a63c55f43766123158b20b0f22817c22e61293f62b60 |
|
MD5 | ef2b95839817587f34fc8691a9388488 |
|
BLAKE2b-256 | 497d89b3541284898e5310871fd880fc70bbcf95e5b1206c7b13d23c0ca85fc0 |
File details
Details for the file aelcha-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: aelcha-0.4.1-py3-none-any.whl
- Upload date:
- Size: 51.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29cc8bd8e46b6535cb1efcb1943920ae9e43d6a9f611336623cda26eee8efa8e |
|
MD5 | b54f5a13cf81bf155efa709cd2af1deb |
|
BLAKE2b-256 | d102d5b98692dd7947621966aff018194ea2939bd83fad1e793e6807f4419dfe |