Skip to content

Add navani extractor #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions yard/data/extractors/navani.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
id: >-
navani
name: >-
navani
description: >-
Module for processing and plotting electrochemical data from battery cyclers. Contains functions to extract dQ/dV.
supported_filetypes:
- id: biologic-mpr
- id: neware-nda
- id: landt-excel
- id: arbin-excel
- id: arbin-res
- id: ivium-txt
license:
spdx: MIT
subject:
- electrochemistry
- voltammetry
citations:
- uri: https://github.com/be-smith/navani
creators:
- B. Smith
title: navani github repository
type: software
source_repository: https://github.com/be-smith/navani
usage:
- method: python
setup: navani
command: navani.echem.echem_file_loader({{ input_path }})
installation:
- method: pip
packages:
- navani ~= 0.1
requires_python: '>=3.10'
Loading