[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73399] [PATCH v2 21/25] gnu: Add webbpsf-data.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73399] [PATCH v2 21/25] gnu: Add webbpsf-data. |
Date: |
Sat, 21 Sep 2024 14:55:53 +0100 |
* gnu/packages/astronomy.scm (webbpsf-data): New variable.
Change-Id: I8b9836053f81187e2367a943ac981906880856b9
---
gnu/packages/astronomy.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9652d232bb..74b0e63481 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6423,6 +6423,29 @@ (define-public wcstools
manipulate images.")
(license license:gpl2+)))
+(define-public webbpsf-data
+ (package
+ (name "webbpsf-data")
+ (version "1.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ ;; 70.1MiB archive
+ (uri
"https://stsci.box.com/shared/static/qxpiaxsjwo15ml6m4pkhtk36c9jgj70k.gz")
+ (file-name (string-append "webbpsf-data-" version ".tar.gz"))
+ (sha256
+ (base32 "0b3qxp6mrm2dwsdnqnprf4yrp0zbncknildqmf28wgginwa5sch8"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan #~'(("." "share/webbpsf-data"))))
+ (home-page "https://webbpsf.readthedocs.io/en/stable/installation.html")
+ (synopsis "JWST pupil shape, instrument throughputs, and aperture
positions data files")
+ (description
+ "This package contains FIT and CSV files requried for WebbPSF
+installation and distributed separatly from it.")
+ (license license:bsd-3)))
+
(define-public weightwatcher
(package
(name "weightwatcher")
--
2.46.0
- [bug#73399] [PATCH v2 10/25] gnu: python-jwst: Update to 1.16.0., (continued)
- [bug#73399] [PATCH v2 10/25] gnu: python-jwst: Update to 1.16.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 09/25] gnu: python-drizzle: Update to 1.15.3., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 13/25] gnu: python-regularizepsf: Update to 0.4.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 12/25] gnu: Add python-sep-pjw., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 15/25] gnu: python-stcal: Update to 1.9.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 16/25] gnu: python-stdatamodels: Update to 2.1.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 14/25] gnu: python-sbpy: Update to 0.5.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 17/25] gnu: python-sunpy: Update to 6.0.2., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 23/25] gnu: Add python-ci-watson., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 19/25] gnu: Add libsharp., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 21/25] gnu: Add webbpsf-data.,
Sharlatan Hellseher <=
- [bug#73399] [PATCH v2 18/25] gnu: Add healpix., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 22/25] gnu: Add python-webbpsf., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 20/25] gnu: Add healpix-cxx., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 25/25] gnu: Add python-healpy., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 24/25] gnu: Add python-pytest-cython., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH 00/26] Astronomy update 2024/09, Sharlatan Hellseher, 2024/09/30