[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63806] [PATCH 05/18] gnu: Add python-stsci-imagestats.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63806] [PATCH 05/18] gnu: Add python-stsci-imagestats. |
Date: |
Tue, 30 May 2023 20:58:35 +0100 |
* gnu/packages/astronomy.scm (python-stsci-imagestats): New variable.
---
gnu/packages/astronomy.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e2a8796149..41e79205ba 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2073,6 +2073,29 @@ (define-public python-stsci-image
Institute} image array manipulation functions")
(license license:bsd-3)))
+(define-public python-stsci-imagestats
+ (package
+ (name "python-stsci-imagestats")
+ (version "1.6.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "stsci.imagestats" version))
+ (sha256
+ (base32
+ "14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw"))))
+ (build-system python-build-system)
+ (arguments
+ (list #:tests? #f)) ;No teests
+ (propagated-inputs (list python-numpy))
+ (native-inputs (list python-setuptools-scm))
+ (home-page "https://github.com/spacetelescope/stsci.imagestats")
+ (synopsis "Compute sigma-clipped statistics on data arrays")
+ (description
+ "@code{stsci.imagestats} is a package designed to compute various
statistics on
+image data using sigma-clipping iterations. It is designed to replicate core
+behaviour of the IRAF's")
+ (license license:bsd-3)))
+
(define-public libnova
(package
(name "libnova")
--
2.40.1
- [bug#63806] [PATCH 00/18]: gnu: Add JWST (James Webb Space Telescope), Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 02/18] gnu: Add python-rad., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 01/18] gnu: Add python-pysynshot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 04/18] gnu: Add python-stsci-image., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 06/18] gnu: Add python-stsci-stimage., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 03/18] gnu: Add python-roman-datamodels., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 07/18] gnu: Add python-tweakwcs., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 09/18] gnu: Add python-stsynphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 08/18] gnu: Add python-synphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 05/18] gnu: Add python-stsci-imagestats.,
Sharlatan Hellseher <=
- [bug#63806] [PATCH 13/18] gnu: Add python-stpipe., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 11/18] gnu: Add python-crds., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 14/18] gnu: Add python-bayesicfitting., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 12/18] gnu: Add python-stdatamodels., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 10/18] gnu: Add python-parsley., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 15/18] gnu: Add python-wiimatch., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 16/18] gnu: Add python-drizzle., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 17/18] gnu: Add python-stcal., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 18/18] gnu: Add python-jwst., Sharlatan Hellseher, 2023/05/30