Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Add Galvani entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Apr 24, 2024
1 parent f68cccd commit 4c3839f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions marda_registry/data/extractors/galvani.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
id: >-
galvani
name: >-
Galvani
description: >-
Read proprietary file formats from electrochemical test stations
supported_filetypes:
- id: biologic-mpr
description: >-
Note: support for MPR files created by ECLab >= 11.50 requires
`galvani>0.3`.
license:
spdx: GPL-3.0-only
subject:
- electrochemistry
- voltammetry
- impedance spectropscopy
citations:
- uri: https://github.com/echemdata/galvani
creators:
- C. Kerr
title: galvani github repository
type: software
source_repository: https://github.com/echemdata/galvani
usage:
- method: python
setup: galvani
command: galvani.BioLogic.MPRFile({{ input_path }})
installation:
- method: pip
packages:
- galvani~=0.3.0
requires_python: '>=3.6'

0 comments on commit 4c3839f

Please sign in to comment.