diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-17 10:42:14 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-17 10:42:14 +0100 |
commit | bcf9c6f13a0f6cd84b65c6762b8765c3f293bcb3 (patch) | |
tree | f5ac1ee4bdff740023f934f62b0a5597e30f748a /reproduce/software/config | |
parent | f95c0a53bb390795acc2c3eed8de5fcbded5cda3 (diff) |
SWarp is now into the pipeline
SWarp resamples and co-adds together FITS images using any arbitrary
astrometric projection defined in the WCS standard. It is a very useful
program for astronomy and that is why we added it to the pipeline.
With this commit, we also cite the paper for Astrometry-net that until
now was missing.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 5f686a8..270eb97 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -17,7 +17,7 @@ # <http://www.gnu.org/licenses/>. # C/C++ programs and libraries. -astrometry-version = 0.77 +astrometrynet-version = 0.77 atlas-version = 3.10.3 bash-version = 5.0 binutils-version = 2.31.1 @@ -66,6 +66,7 @@ pkgconfig-version = 0.29.2 python-version = 3.7.3 readline-version = 8.0 sed-version = 4.7 +swarp-version = 2.38.0 swig-version = 3.0.12 tar-version = 1.32 unzip-version = 6.0 |