Skip to content
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

galvani: Fix biologic-mpr extractor definition #25

Merged
merged 1 commit into from
Nov 28, 2024
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
6 changes: 3 additions & 3 deletions yard/data/extractors/galvani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: >-
Galvani
description: >-
Read proprietary file formats from electrochemical test stations, including
BioLogic MPR and MPT files, and the res format from Arbin.
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
Note: support for MPR files created by ECLab >= 11.50 requires
`galvani>=0.4`.
- id: biologic-mpt
license:
Expand All @@ -31,7 +31,7 @@ source_repository: https://github.com/echemdata/galvani
usage:
- method: python
setup: galvani
command: galvani.BioLogic.MPRfile({{ input_path }})
command: galvani.BioLogic.MPRfile({{ input_path }}).data
supported_filetypes:
- biologic-mpr
- method: python
Expand Down
Loading