Skip to content

yadg: Update definition for compatibility with yadg-6.0. #24

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

Merged
merged 1 commit into from
Nov 16, 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
16 changes: 16 additions & 0 deletions yard/data/extractors/yadg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ description: >-
yadg is a set of tools to extract and parse raw instrument data.
supported_filetypes:
- id: biologic-mpr
template:
input_type: eclab.mpr
description: >-
Note: Several fields in file headers are not translated into meaningful
parameters.
- id: biologic-mpt
template:
input_type: eclab.mpt
- id: agilent-ch
template:
input_type: agilent.ch
- id: agilent-dx
template:
input_type: agilent.dx
description: >-
Note: Only .ch files contained in the .dx archive are parsed.
- id: phi-spe
template:
input_type: phi.spe
- id: panalytical-xrdml
template:
input_type: panalytical.xrdml
license:
spdx: GPL-3.0-only
subject:
Expand Down Expand Up @@ -60,6 +72,10 @@ usage:
setup: yadg
command: yadg.extractors.extract({{ input_type }}, {{ input_path }})
installation:
- method: pip
packages:
- yadg~=6.0
requires_python: '>=3.10'
- method: pip
packages:
- yadg~=5.0
Expand Down
Loading