mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add python-jwst-reffiles.
* gnu/packages/astronomy.scm (python-jwst-reffiles): New variable. Change-Id: I6c8f80e0b26109c31c610d242a364db0ac9a66a5
This commit is contained in:
parent
2541171580
commit
64566a599e
1 changed files with 41 additions and 0 deletions
|
@ -4225,6 +4225,47 @@ (define-public python-jwst
|
||||||
exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-jwst-reffiles
|
||||||
|
(package
|
||||||
|
(name "python-jwst-reffiles")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "jwst_reffiles" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1dlw955cw49qczdmimglmlcbal8vd3wbv5j48ckllvjgd59pwr3s"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; FIXME: Invistigate why it failes on python-jwst side where the
|
||||||
|
;; python-tweakwcs is built just fine:
|
||||||
|
;;
|
||||||
|
;; <...>/tweakwcs/matchutils.py:18: in <module>
|
||||||
|
;; from stsci.stimage import xyxymatch
|
||||||
|
;; E ModuleNotFoundError: No module named 'stsci.stimage'
|
||||||
|
#:tests? #f
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'sanity-check))))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-astropy
|
||||||
|
python-jwst
|
||||||
|
python-matplotlib
|
||||||
|
python-numpy
|
||||||
|
python-scipy))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-stsci-stimage))
|
||||||
|
(home-page "https://github.com/spacetelescope/jwst_reffiles")
|
||||||
|
(synopsis "Tool for JWST's CRDS-formatted reference files creation")
|
||||||
|
(description
|
||||||
|
"This package provides a tool to create @acronym{Calibration References
|
||||||
|
Data System,CRDS}-formatted reference files for @acronym{James Webb Space
|
||||||
|
Telescope,JWST} from a set of input dark current files and a set of flat field
|
||||||
|
files.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-pyerfa
|
(define-public python-pyerfa
|
||||||
(package
|
(package
|
||||||
(name "python-pyerfa")
|
(name "python-pyerfa")
|
||||||
|
|
Loading…
Reference in a new issue