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.5.0.tar.gz
(85.9 kB
view details)
Built Distribution
aelcha-0.5.0-py3-none-any.whl
(51.1 kB
view details)
File details
Details for the file aelcha-0.5.0.tar.gz
.
File metadata
- Download URL: aelcha-0.5.0.tar.gz
- Upload date:
- Size: 85.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 471f2a3360492e6f7459a14dfc22fc7fdaf1125122acc417d0ecdde081e14c2c |
|
MD5 | 9d55e5b6962b9e1f4183c3972f30166d |
|
BLAKE2b-256 | 3f51017fc19f77a2316f8f95bebfb1ef3732a047a33cc3c1ae0243bab5a6b06c |
File details
Details for the file aelcha-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: aelcha-0.5.0-py3-none-any.whl
- Upload date:
- Size: 51.1 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 | 0da9161bc2cb5cbbf5f04b6ea3e3e4f1b16e12cabc8666f52cede3980b36b9fb |
|
MD5 | 8b7dd50ab6e545e4ed6e20e052e32678 |
|
BLAKE2b-256 | d0768bfc34a2a4ae83b145415cca8aabd924127bfa274700e1e849cc5903bdc4 |