all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46161] [PATCH] Add new - stuff swarp weightwatcher
@ 2021-01-28 21:23 Sharlatan Hellseher
  2021-01-29 10:21 ` bug#46161: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-01-28 21:23 UTC (permalink / raw)
  To: 46161

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

Hi Guix team!

3 more small programs for astronomy without dependencies.

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-swarp.patch --]
[-- Type: text/x-patch, Size: 1543 bytes --]

From a7b548d5c4ca5ba6ff9fad061a50813b27d74d61 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 28 Jan 2021 21:20:37 +0000
Subject: [PATCH] gnu: Add swarp

* gnu/packages/astronomy.scm (swarp): New variable
---
 gnu/packages/astronomy.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6476a18d57..aa6533a117 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -345,6 +345,25 @@ generates object lists in ASCII which can read by the SkyMaker program to produc
 realistic astronomical fields.  Stuff is part of the EFIGI development project.")
     (license license:gpl3+)))
 
+(define-public swarp
+  (package
+    (name "swarp")
+    (version "2.38.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.astromatic.net/download/"
+                           name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1i670waqp54vin1cn08mqckcggm9zqd69nk7yya2vvqpdizn6jpm"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.astromatic.net/software/swarp")
+    (synopsis "Image regridding and co-addition")
+    (description
+     "SWarp is a program that resamples and co-adds together FITS images using
+any arbitrary astrometric projection defined in the WCS standard.")
+    (license license:gpl3+)))
+
 (define-public celestia
   (let ((commit "9dbdf29c4ac3d20afb2d9a80d3dff241ecf81dce"))
     (package
-- 
2.30.0


[-- Attachment #3: 0001-ghu-Add-weightwatcher.patch --]
[-- Type: text/x-patch, Size: 1485 bytes --]

From e8ec4fda81d86a06cb5436f47f7c2649abb4b7e1 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 28 Jan 2021 21:09:56 +0000
Subject: [PATCH] ghu: Add weightwatcher

* gnu/packages/astronomy.scm (weightwatcher): New variable
---
 gnu/packages/astronomy.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 58fefa04a0..4fce2d3530 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -150,6 +150,25 @@ coordinate systems in a @dfn{FITS} (Flexible Image Transport System) image
 header.")
     (license license:lgpl3+)))
 
+(define-public weightwatcher
+  (package
+    (name "weightwatcher")
+    (version "1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.astromatic.net/download/"
+                           name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1zaqd8d9rpgcwjsp92q3lkfaa22i20gppb91dz34ym54swisjc2p"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.astromatic.net/software/weightwatcher")
+    (synopsis "Weight-map/flag-map multiplexer and rasteriser")
+    (description
+     "Weightwatcher is a program that resamples and co-adds together FITS images using
+any arbitrary astrometric projection defined in the WCS standard.")
+    (license license:gpl3+)))
+
 (define-public gnuastro
   (package
     (name "gnuastro")
-- 
2.30.0


[-- Attachment #4: 0001-gnu-Add-stuff.patch --]
[-- Type: text/x-patch, Size: 1555 bytes --]

From 9123526a823831ecf4288c198f8c07c3e3ce09ea Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 28 Jan 2021 21:15:04 +0000
Subject: [PATCH] gnu: Add stuff

* gnu/packages/astronomy.scm (stuff): New variable
---
 gnu/packages/astronomy.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4fce2d3530..6476a18d57 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -325,6 +325,26 @@ can be used to control telescopes over a serial port for tracking celestial
 objects.")
     (license license:gpl2+)))
 
+(define-public stuff
+  (package
+    (name "stuff")
+    (version "1.26.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.astromatic.net/download/"
+                           name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1syibi3b86z9pikhicvkkmgxm916j732fdiw0agw0lq6z13fdcjm"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.astromatic.net/software/stuff")
+    (synopsis "Catalogue simulation")
+    (description
+     "Stuff is a program that simulates \"perfect\" astronomical catalogues.  It
+generates object lists in ASCII which can read by the SkyMaker program to produce
+realistic astronomical fields.  Stuff is part of the EFIGI development project.")
+    (license license:gpl3+)))
+
 (define-public celestia
   (let ((commit "9dbdf29c4ac3d20afb2d9a80d3dff241ecf81dce"))
     (package
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46161: [PATCH] Add new - stuff swarp weightwatcher
  2021-01-28 21:23 [bug#46161] [PATCH] Add new - stuff swarp weightwatcher Sharlatan Hellseher
@ 2021-01-29 10:21 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-29 10:21 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46161-done

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Patches pushed as c21ad767d4368dbd9ff37a6fd5cdea8aa37fec57 and following
with a few modifications on some URIs and descriptions.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-29 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 21:23 [bug#46161] [PATCH] Add new - stuff swarp weightwatcher Sharlatan Hellseher
2021-01-29 10:21 ` bug#46161: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.