Skip to main content

No project description provided

Project description

OriginEC

A Python tool for visualizing and analyzing electrochemical measurement data using OriginPro.

Overview

OriginEC is a tool that automatically processes data obtained from electrochemical measurement devices (Gamry, BioLogic EC-Lab) and creates graphs in OriginPro. Data processing can be easily performed through a GUI interface.

Features

  • Cyclic Voltammetry (CV) Data Processing

    • Import and process CV data from Gamry format (.DTA, .txt)
    • Import and process CV data from BioLogic EC-Lab format
    • Normalization to current density by electrode area
    • Automatic scaling
    • Graph creation in OriginPro
  • Charge/Discharge Data Processing (BioLogic EC-Lab)

    • Import charge/discharge data from EC-Lab
    • Automatic separation of charge and discharge cycles
    • Automatic cycle number calculation
    • Charge/discharge curve creation in OriginPro
  • GUI Interface

    • File selection
    • Processing method selection (CV_Gamry, CV_Biologic, ChDis_ECLab)
    • Parameter input (electrode diameter, scan rate, etc.)

Requirements

  • Python >= 3.11
  • OriginPro (must be installed)

Dependencies

  • originpro >= 1.1.14
  • pandas >= 2.3.3
  • numpy >= 2.4.1
  • scipy >= 1.17.0
  • FreeSimpleGUI >= 5.2.0.post1

Installation

pip install originec

Or install from source:

git clone https://github.com/tomooki/originec.git
cd originec
poetry install

Usage

Launch in GUI Mode

from originec.origin_UI import main

main()

Or from command line:

python -m originec.origin_UI

Programmatic Usage

Processing Gamry CV Data

from originec.CV.cvorigin import CVMakerGamry

# Specify list of file paths
file_list = ["path/to/file1.DTA", "path/to/file2.DTA"]

# Normalize to current density by specifying electrode diameter (mm)
diameter = 3.0  # 3mm diameter electrode
CVMakerGamry(file_list, diameter=diameter)

Processing BioLogic CV Data

from originec.CV.cvorigin import CVMakerBiologic

# Copy data to clipboard from BioLogic EC-Lab (Alt+D) before running
CVMakerBiologic()

Processing BioLogic Charge/Discharge Data

from originec.Biologic.chdis_bio import ECLabChDisMaker

# Copy data to clipboard from EC-Lab before running
ECLabChDisMaker()

Data Formats

Gamry Format

  • .DTA files: Gamry raw data files
  • .txt files: Tab-delimited exported data

BioLogic EC-Lab Format

  • Data copied to clipboard from EC-Lab using Alt+D
  • CV data: Potential (Ewe/V) and current (I/mA, I/A, I/μA, etc.)
  • Charge/discharge data: Capacity (Capacity/mA.h/g) and potential (E/V)

License

Please contact the project owner regarding the license for this project.

Author

tomooki (tomooki0414@gmail.com)

Version

0.1.0

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

originec-0.1.0.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

originec-0.1.0-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file originec-0.1.0.tar.gz.

File metadata

  • Download URL: originec-0.1.0.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.5 Windows/11

File hashes

Hashes for originec-0.1.0.tar.gz
Algorithm Hash digest
SHA256 37d1e4ada6bf3c8fcfd04411653e0ebb7ad80e39da98c5c59910b3fbcdef33a1
MD5 b827d2bfccd6f0c6b0728b359cc5dcc1
BLAKE2b-256 a7139d9b57129e67135d38bf32ae383f98bae8990f41a6e94d2428be19d23fb4

See more details on using hashes here.

File details

Details for the file originec-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: originec-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.5 Windows/11

File hashes

Hashes for originec-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1d6d9fc455aed63d6e5d4594d91093d368fa75e29e53365d65bd42e7e72abaf5
MD5 68b8b53917856951b81f2ecda9349a35
BLAKE2b-256 574883b3966e7db930c0262cc5f1eb94050e110c623b24f2c95c56dd3fb28692

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page