Skip to content

Commit c201fad

Browse files
authored
Add nmrglue extractor (#33)
1 parent 1c9da0d commit c201fad

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

yard/data/extractors/nmrglue.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
id: >-
3+
nmrglue
4+
name: >-
5+
nmrglue
6+
description: >-
7+
nmrglue is a module for working with NMR data in Python. When used with the numpy,
8+
scipy, and matplotlib packages nmrglue provides a robust interpreted environment
9+
for processing, analyzing, and inspecting NMR data.
10+
supported_filetypes:
11+
- id: jcamp-dx
12+
template:
13+
input_type: jcampdx
14+
description: >-
15+
Note: Only 1D NMR data is supported, not the full JCAMP-DX standard. Many
16+
other NMR data file formats are supported.
17+
license:
18+
spdx: BSD-3-Clause
19+
subject:
20+
- nuclear magnetic resonance
21+
- nuclear magnetic resonance spectrometry
22+
citations:
23+
- uri: doi:10.1007/s10858-013-9718-x
24+
creators:
25+
- J. J. Helmus
26+
- C. P. Jaroniec
27+
title: 'nmrglue: An open source Python package for the analysis of multidimensional
28+
NMR data'
29+
type: article
30+
- uri: https://github.com/jjhelmus/nmrglue
31+
title: nmrglue github repository
32+
type: software
33+
source_repository: https://github.com/jjhelmus/nmrglue
34+
documentation: https://nmrglue.readthedocs.io
35+
usage:
36+
- method: python
37+
setup: nmrglue
38+
command: nmrglue.fileio.{{ input_type }}.read
39+
installation:
40+
- method: pip
41+
packages:
42+
- nmrglue ~= 0.11
43+
requires_python: '>=3.6'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:78c52213c65bef66916d366f89c8060db5baff8db795e8d522a4924fe53073e8
3+
size 44

yard/data/lfs/jcamp-dx/13c.jdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:67a886850d8eb72073966026464361a58f411f5a91ae0991532925b41310f2e5
3+
size 248042

0 commit comments

Comments
 (0)