mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add webbpsf-data.
* gnu/packages/astronomy.scm (webbpsf-data): New variable. Change-Id: I8b9836053f81187e2367a943ac981906880856b9
This commit is contained in:
parent
213eae66c7
commit
b607cc9130
1 changed files with 23 additions and 0 deletions
|
@ -6438,6 +6438,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")
|
||||
|
|
Loading…
Reference in a new issue