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

Add Galvani entry #76

Closed
wants to merge 4 commits into from
Closed
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
46 changes: 46 additions & 0 deletions marda_registry/data/extractors/galvani.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: >-
galvani
name: >-
Galvani
description: >-
Read proprietary file formats from electrochemical test stations, including
BioLogic MPR and MPT files, and the res format from Arbin.

NB: The Arbin res format is not directly supported via datatractor as the data
returned in this case is a view into a sqlite database.
supported_filetypes:
- id: biologic-mpr
description: >-
Note: support for MPR files created by ECLab >= 11.50 requires
`galvani>=0.4`.
- id: biologic-mpt
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 }})
ml-evs marked this conversation as resolved.
Show resolved Hide resolved
supported_filetypes:
- biologic-mpr
- method: python
setup: galvani
command: galvani.BioLogic.MPTfile({{ input_path }})
supported_filetypes:
- biologic-mpt
installation:
- method: pip
packages:
- galvani ~= 0.4
requires_python: '>=3.6'
Loading