/fuelcell

Electrochemical data analysis package

Primary LanguagePythonOtherNOASSERTION

Documentation Status License: MIT status DOI

fuelcell

fuelcell is a Python package which streamlines electrochemical data analysis.

fuelcell includes both a standard Python package which can be used programmatically and incorporated into an existing workflow, as well as a standalone graphical user interface for interactive use.

If you have a feature request or find a bug, please file an issue or submit a pull request. This is designed to be an open-source tool which the entire electrochemical community can build upon and use.

Installation

fuelcell can be installed from PyPI using pip:

pip install fuelcell

GUI

The latest version of the standalone GUI can be downlaoded here. There are separate versions for Mac and Windows operating systems.

Documentation

The documentation can be found at fuelcell.readthedocs.io

Package Structure

  • datums.py: Data processing functions
  • visuals.py: Data visualization functions
  • utils.py: File handling and general auxilliary functions
  • model.py: Datum class to store electrochemical data along with associated features and expereimental parameters
  • fuelcell_gui.py: Graphical user interface for interactive use

License

MIT