Skip to content

Commit 6ea272c

Browse files
authored
Add navani extractor (#30)
1 parent cf259a0 commit 6ea272c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

yard/data/extractors/navani.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
id: >-
3+
navani
4+
name: >-
5+
navani
6+
description: >-
7+
Module for processing and plotting electrochemical data from battery cyclers.
8+
Contains functions to extract dQ/dV. Also supports Excel and text outputs from
9+
Arbin and Landt.
10+
supported_filetypes:
11+
- id: biologic-mpr
12+
- id: neware-nda
13+
- id: arbin-res
14+
description: >-
15+
Note: Arbin .res extraction requires the `mdbtools` (https://github.com/mdbtools/mdbtools)
16+
executable to be available at runtime.
17+
license:
18+
spdx: MIT
19+
subject:
20+
- electrochemistry
21+
- voltammetry
22+
citations:
23+
- uri: https://github.com/be-smith/navani
24+
creators:
25+
- B. Smith
26+
title: navani github repository
27+
type: software
28+
source_repository: https://github.com/be-smith/navani
29+
usage:
30+
- method: python
31+
setup: navani
32+
command: navani.echem.echem_file_loader({{ input_path }})
33+
installation:
34+
- method: pip
35+
packages:
36+
- navani ~= 0.1
37+
requires_python: '>=3.10'

0 commit comments

Comments
 (0)