mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-statmorph.
* gnu/packages/astronomy.scm (python-statmorph): New variable. Change-Id: Ie1d71e17f46bdb85c7c109f25b55bbb3b72af08c
This commit is contained in:
parent
6ecdc437e2
commit
61e70aa499
1 changed files with 27 additions and 0 deletions
|
@ -3304,6 +3304,33 @@ spherical polygons that represent arbitrary regions of the sky.")
|
||||||
;; QD_LIBRARY_LICENSE.rst for bandeled QD source
|
;; QD_LIBRARY_LICENSE.rst for bandeled QD source
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-statmorph
|
||||||
|
(package
|
||||||
|
(name "python-statmorph")
|
||||||
|
(version "0.5.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "statmorph" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "06rbwrqlvdzn9innx05kjjmm4mmacd8kwwsfdf5idbwzby5ny5lw"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-astropy
|
||||||
|
python-numpy
|
||||||
|
python-photutils
|
||||||
|
python-scikit-image
|
||||||
|
python-scipy))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest))
|
||||||
|
(home-page "https://github.com/vrodgom/statmorph")
|
||||||
|
(synopsis "Non-parametric morphological diagnostics of galaxy images")
|
||||||
|
(description
|
||||||
|
"The package @code{statmorph} implements functionality of calculating
|
||||||
|
non-parametric morphological diagnostics of galaxy images (e.g., Gini-M_{20}
|
||||||
|
and CAS statistics), as well as fitting 2D Sérsic profiles.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-stsci-image
|
(define-public python-stsci-image
|
||||||
(package
|
(package
|
||||||
(name "python-stsci-image")
|
(name "python-stsci-image")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue