[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71702] [PATCH 27/30] gnu: Add python-statmorph.
From: |
Sharlatan Hellseher |
Subject: |
[bug#71702] [PATCH 27/30] gnu: Add python-statmorph. |
Date: |
Fri, 21 Jun 2024 19:38:49 +0100 |
* gnu/packages/astronomy.scm (python-statmorph): New variable.
Change-Id: Ie1d71e17f46bdb85c7c109f25b55bbb3b72af08c
---
gnu/packages/astronomy.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4e8ebc3830..7dbb95f788 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3304,6 +3304,33 @@ (define-public python-spherical-geometry
;; 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")
--
2.41.0
- [bug#71702] [PATCH 20/30] gnu: python-sunpy: Update to 5.1.4., (continued)
- [bug#71702] [PATCH 20/30] gnu: python-sunpy: Update to 5.1.4., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 16/30] gnu: python-stpipe: Update to 0.5.2., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 14/30] gnu: python-spherical-geometry: Update to 1.3.2., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 18/30] gnu: python-stsci-imagestats: Update to 1.8.3., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 19/30] gnu: python-stsci-stimage: Update to 0.2.9., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 23/30] gnu: Add python-fast-histogram., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 24/30] gnu: Add python-naima., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 21/30] gnu: python-jwst: Replace reference to external configobj., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 25/30] gnu: Add python-regularizepsf., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 26/30] gnu: Add python-schwimmbad., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 27/30] gnu: Add python-statmorph.,
Sharlatan Hellseher <=
- [bug#71702] [PATCH 15/30] gnu: python-stcal: Update to 1.7.1., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 28/30] gnu: Add python-yt-astro-analysis., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 29/30] gnu: Add specification-specreduce-data., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 30/30] gnu: Add python-jwst-reffiles., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 22/30] gnu: Add python-corner., Sharlatan Hellseher, 2024/06/21
- bug#71702: [PATCH 00/30] Astronomy update 2024/06, Sharlatan Hellseher, 2024/06/30