-
Notifications
You must be signed in to change notification settings - Fork 0
Add nmrglue
extractor
#33
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
Changes from all commits
ebfca6f
ba20de1
856e150
2dd0278
1bcd18e
d516475
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: >- | ||
nmrglue | ||
name: >- | ||
nmrglue | ||
description: >- | ||
nmrglue is a module for working with NMR data in Python. When used with the numpy, | ||
scipy, and matplotlib packages nmrglue provides a robust interpreted environment | ||
for processing, analyzing, and inspecting NMR data. | ||
supported_filetypes: | ||
- id: jcamp-dx | ||
template: | ||
input_type: jcampdx | ||
description: >- | ||
Note: Only 1D NMR data is supported, not the full JCAMP-DX standard. Many | ||
other NMR data file formats are supported. | ||
license: | ||
spdx: BSD-3-Clause | ||
subject: | ||
- nuclear magnetic resonance | ||
- nuclear magnetic resonance spectrometry | ||
citations: | ||
- uri: doi:10.1007/s10858-013-9718-x | ||
creators: | ||
- J. J. Helmus | ||
- C. P. Jaroniec | ||
title: 'nmrglue: An open source Python package for the analysis of multidimensional | ||
NMR data' | ||
type: article | ||
- uri: https://github.com/jjhelmus/nmrglue | ||
title: nmrglue github repository | ||
type: software | ||
source_repository: https://github.com/jjhelmus/nmrglue | ||
documentation: https://nmrglue.readthedocs.io | ||
usage: | ||
- method: python | ||
setup: nmrglue | ||
command: nmrglue.fileio.{{ input_type }}.read | ||
Comment on lines
+36
to
+38
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Imagine so, presumably because you embed some provenance and traceability in your output format, where most other codes don't |
||
installation: | ||
- method: pip | ||
packages: | ||
- nmrglue ~= 0.11 | ||
requires_python: '>=3.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: added in #32.