gnu: Add python-statmorph.

* gnu/packages/astronomy.scm (python-statmorph): New variable.

Change-Id: Ie1d71e17f46bdb85c7c109f25b55bbb3b72af08c
This commit is contained in:
Sharlatan Hellseher 2024-06-13 11:49:32 +01:00
parent 6ecdc437e2
commit 61e70aa499
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -3304,6 +3304,33 @@ spherical polygons that represent arbitrary regions of the sky.")
;; QD_LIBRARY_LICENSE.rst for bandeled QD source
(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
(package
(name "python-stsci-image")