Skip to content
Merged
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
37 changes: 37 additions & 0 deletions yard/data/extractors/navani.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
id: >-
navani
name: >-
navani
description: >-
Module for processing and plotting electrochemical data from battery cyclers.
Contains functions to extract dQ/dV. Also supports Excel and text outputs from
Arbin and Landt.
supported_filetypes:
- id: biologic-mpr
- id: neware-nda
- id: arbin-res
description: >-
Note: Arbin .res extraction requires the `mdbtools` (https://github.com/mdbtools/mdbtools)
executable to be available at runtime.
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