diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-23 22:54:07 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-23 22:54:07 +0100 |
commit | 217fd1b054546e475c1a4edba571b8611dfefcee (patch) | |
tree | f6aa08fbb7837f0b9d606af8cd82fe94acbd3c41 /reproduce/software/config | |
parent | 873257380912b88e9f5089bcbe6ec12e5ecef795 (diff) |
Python package sip_tpv added into the template
With this commit, we add `sip_tpv' Python package into the template.
This is a small package to convert SIP distorsion coefficients into PV
distorsion coefficients, and the other way around.
This package is useful in a astronomical context, specially when `swarp'
is going to be used in order to resample images. The reason is that
`swarp' only can understand PV distorsion coefficients.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/TARGETS.mk | 2 | ||||
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.mk index f1a27a2..7ed6960 100644 --- a/reproduce/software/config/installation/TARGETS.mk +++ b/reproduce/software/config/installation/TARGETS.mk @@ -38,4 +38,4 @@ top-level-programs = gnuastro # Python libraries/modules. -top-level-python = astropy sympy +top-level-python = astropy sip_tpv diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 0d1010b..7ee36aa 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -139,6 +139,7 @@ scipy-version = 1.2.1 secretstorage-version = 3.1.1 setuptools-version = 40.8.0 setuptools_scm-version = 3.2.0 +sip_tpv-version = 1.1 six-version = 1.12.0 soupsieve-version = 1.8 sympy-version = 1.4 |