summary refs log tree commit diff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-02-06 19:49:50 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-06 19:49:50 +0000
commitac18dfc675cd289c28bc312ae9d859e358a30107 (patch)
tree46beef784cc7dfb1c4c7741dfa7fae4e01d4ca3b
parent36f5db706c22d7d643154fc841d0a4018195189b (diff)
downloadguix-ac18dfc675cd289c28bc312ae9d859e358a30107.tar.gz
gnu: python-pynrrd: Improve description.
* gnu/packages/python-science.scm (python-pynrrd) [description]: Add
definition of NRRD.

Change-Id: I0335df0eb4be600d81799da64374ddfb49b06720
-rw-r--r--gnu/packages/python-science.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d2404529bc..3b3faecde2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2622,8 +2622,10 @@ Providers}.")
     (home-page "https://github.com/mhe/pynrrd")
     (synopsis "Python module for reading and writing NRRD files")
     (description
-     "@code{pynrrd} is a Python module for reading and writing NRRD
-files into and from numpy arrays.")
+     "@code{pynrrd} is a Python module for reading and writing @acronym{NRRD,
+Nearly Raw Raster Data} files (format designed to support scientific
+visualization and image processing involving N-dimensional raster data) into
+and from numpy arrays.")
     (license license:expat)))
 
 (define-public python-libneuroml