Giter Site home page Giter Site logo

mypydavid / elchempy Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 12.59 MB

A Python framework for the processing and analysis of different types of electrochemical experiments.

License: MIT License

Python 90.17% Batchfile 0.03% Jupyter Notebook 5.09% Makefile 0.13% TeX 0.71% HTML 3.86%
electrochemistry electrochemical scientific-research python

elchempy's Introduction

elchempy

This repository contains packages for the processing of electrochemical (EC) experiments in Python. I have used these packages for my scientific projects. However, this repository is an attempt to refactor and develop these packages into a clear application architecture. Therefore...

๐Ÿšจ ๐Ÿšง ๐Ÿ—๏ธ This repo is still under construction ๐Ÿ‘ทโ€โ™‚๏ธ...

However... A first test run can be made. Files (*.par) should be placed in the data/raw folder at the repo top. For this to work, the package should be cloned and installed in editable mode.

import elchempy
from elchempy.api import N2_testrun
N2_scans = N2_testrun()
# inline plotting multiple figures
[i._test_plot_scanrates() for i in N2_scans]
[i._test_plot_Cdl() for i in N2_scans]

Getting started

To start contributing to elchempy, run the following commands in your shell:

make requirements

Requirements

Required secrets and credentials

To run this project, you need a .secrets file with secrets/credentials as environmental variables; see the documentation for further guidance. The secrets/credentials should have the following environment variable name(s):

Secret/credential Environment variable name Description
Secret 1 SECRET_VARIABLE_1 Plain English description of Secret 1.
Credential 1 CREDENTIAL_VARIABLE_1 Plain English description of Credential 1.

Once you've added these environment variables to .secrets you will need to load them via .envrc.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

Contributing

If you want to help us build, and improve elchempy, view our contributing guidelines.

Acknowledgements

This project structure is based on the govcookiecutter template project.

elchempy's People

Contributors

mypydavid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

redstar-iron

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.