diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-19 10:37:42 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:29 +0100 |
commit | ff374998f3ad4045f0e36910dd9a7d041de1a0ca (patch) | |
tree | 6c3847b1e4f3fc5f4fa10dd46add426976579c32 /sci-chemistry | |
parent | sci-chemistry/cluster: align longdescription opening and closing tags (diff) | |
download | gentoo-ff374998f3ad4045f0e36910dd9a7d041de1a0ca.tar.gz gentoo-ff374998f3ad4045f0e36910dd9a7d041de1a0ca.tar.bz2 gentoo-ff374998f3ad4045f0e36910dd9a7d041de1a0ca.zip |
sci-chemistry/nmrglue: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrglue/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sci-chemistry/nmrglue/metadata.xml b/sci-chemistry/nmrglue/metadata.xml index 71d8eb79fc18..83de058dacf2 100644 --- a/sci-chemistry/nmrglue/metadata.xml +++ b/sci-chemistry/nmrglue/metadata.xml @@ -6,23 +6,23 @@ <name>Gentoo Chemistry Project</name> </maintainer> <longdescription> -Nmrglue has the ability to read, write and convert between a number of NMR file -formats including Agilent/Varian, Bruker, NMRPipe, Sparky, SIMPSON, Rowland NMR -Toolkit files. The files, which are represented in Python as dictionaries of -spectral parameters and NumPy ndarray objects, can be easily examined, modified -and processed as desired. + Nmrglue has the ability to read, write and convert between a number of NMR file + formats including Agilent/Varian, Bruker, NMRPipe, Sparky, SIMPSON, Rowland NMR + Toolkit files. The files, which are represented in Python as dictionaries of + spectral parameters and NumPy ndarray objects, can be easily examined, modified + and processed as desired. -Nmrglue provides a number of functions for processing NMR data such as -apodization, spectral shifting, Fourier and other transformations, baseline -smoothing and flattening, and linear prediction modeling and extrapolation. -In addition new processing schemes can be implemented easily using the nmrglue -provided functions and the multitude of numerical routines provided by the NumPy -and SciPy packages. + Nmrglue provides a number of functions for processing NMR data such as + apodization, spectral shifting, Fourier and other transformations, baseline + smoothing and flattening, and linear prediction modeling and extrapolation. + In addition new processing schemes can be implemented easily using the nmrglue + provided functions and the multitude of numerical routines provided by the NumPy + and SciPy packages. -When used in conjunction with the matplotlib (or other) python plotting library -nmrglue can be used to create publication quality figures of NMR spectrum or -examine data interactively. -</longdescription> + When used in conjunction with the matplotlib (or other) python plotting library + nmrglue can be used to create publication quality figures of NMR spectrum or + examine data interactively. + </longdescription> <upstream> <remote-id type="github">jjhelmus/nmrglue</remote-id> </upstream> |