[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/26: gnu: Add webbpsf-data.
From: |
guix-commits |
Subject: |
22/26: gnu: Add webbpsf-data. |
Date: |
Mon, 30 Sep 2024 17:34:23 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b607cc9130e620eb0782c3fbf7b3c5c258f3b5fa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 19 15:15:17 2024 +0100
gnu: Add webbpsf-data.
* 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 7e69584127..28180aa533 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6438,6 +6438,29 @@ the image to position on the sky. Auxillary programs
search star catalogs and
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")
- 03/26: gnu: cfitsio: Update to 4.5.0., (continued)
- 03/26: gnu: cfitsio: Update to 4.5.0., guix-commits, 2024/09/30
- 25/26: gnu: Add python-pytest-cython., guix-commits, 2024/09/30
- 04/26: gnu: siril: Update to 1.2.4., guix-commits, 2024/09/30
- 12/26: gnu: python-pysiaf: Update to 0.23.3., guix-commits, 2024/09/30
- 10/26: gnu: python-drizzle: Update to 1.15.3., guix-commits, 2024/09/30
- 21/26: gnu: Add healpix-cxx., guix-commits, 2024/09/30
- 15/26: gnu: python-sbpy: Update to 0.5.0., guix-commits, 2024/09/30
- 09/26: gnu: python-crds: Update to 11.18.4., guix-commits, 2024/09/30
- 19/26: gnu: Add healpix., guix-commits, 2024/09/30
- 08/26: gnu: python-ginga: Fix tests., guix-commits, 2024/09/30
- 22/26: gnu: Add webbpsf-data.,
guix-commits <=