[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63806] [PATCH 07/18] gnu: Add python-tweakwcs.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63806] [PATCH 07/18] gnu: Add python-tweakwcs. |
Date: |
Tue, 30 May 2023 20:58:37 +0100 |
* gnu/packages/astronomy.scm (python-tweakwcs): New variable.
---
gnu/packages/astronomy.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2b0cd113e5..c2df8eae69 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2830,6 +2830,40 @@ (define-public python-suntime
datetime object.")
(license license:lgpl3+)))
+(define-public python-tweakwcs
+ (package
+ (name "python-tweakwcs")
+ (version "0.8.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "tweakwcs" version))
+ (sha256
+ (base32
+ "1500w737n9vf5hv16xkybk4shl7g4wfzb2ji9mc4vgzj41gkrwl4"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-astropy
+ python-gwcs
+ python-numpy
+ python-packaging
+ python-spherical-geometry
+ python-stsci-imagestats
+ python-stsci-stimage))
+ (native-inputs (list python-codecov
+ python-pytest
+ python-pytest-cov
+ python-scipy
+ python-semantic-version
+ python-setuptools-scm))
+ (home-page "https://tweakwcs.readthedocs.io/en/latest/")
+ (synopsis
+ "Algorithms for matching and aligning catalogs and for tweaking the WCS")
+ (description
+ "@code{tweakwcs} is a package that provides core algorithms for computing
and
+applying corrections to @code{WCS} objects such as to minimize mismatch between
+image and reference catalogs. Currently only aligning images with @code{FITS
+WCS} and @code{JWST gWCS} are supported.")
+ (license license:bsd-3)))
+
(define-public python-asdf
(package
(name "python-asdf")
--
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 <=
- [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, 2023/05/30
- [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