mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pynrrd: Improve description.
* gnu/packages/python-science.scm (python-pynrrd) [description]: Add definition of NRRD. Change-Id: I0335df0eb4be600d81799da64374ddfb49b06720
This commit is contained in:
parent
36f5db706c
commit
ac18dfc675
1 changed files with 4 additions and 2 deletions
|
@ -2622,8 +2622,10 @@ Providers}.")
|
||||||
(home-page "https://github.com/mhe/pynrrd")
|
(home-page "https://github.com/mhe/pynrrd")
|
||||||
(synopsis "Python module for reading and writing NRRD files")
|
(synopsis "Python module for reading and writing NRRD files")
|
||||||
(description
|
(description
|
||||||
"@code{pynrrd} is a Python module for reading and writing NRRD
|
"@code{pynrrd} is a Python module for reading and writing @acronym{NRRD,
|
||||||
files into and from numpy arrays.")
|
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)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-libneuroml
|
(define-public python-libneuroml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue