unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 66454@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Andreas Enge <andreas@enge.fr>,
	Efraim Flashner <efraim@flashner.co.il>,
	Eric Bavier <bavier@posteo.net>
Subject: [bug#66454] [PATCH 1/5] gnu: Add python-radio-beam.
Date: Wed, 11 Oct 2023 02:39:31 +0100	[thread overview]
Message-ID: <101265d6eaec7ced3c208b58ad528d6efc7c1198.1696987806.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1696987806.git.sharlatanus@gmail.com>

* gnu/packages/astronomy.scm (python-radio-beam): New variable.
---
 gnu/packages/astronomy.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7c665cba4a..726d4b8a5b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3910,6 +3910,40 @@ (define-public python-rad
 Grace Roman Space Telescope.")
     (license license:bsd-3)))
 
+(define-public python-radio-beam
+  (package
+    (name "python-radio-beam")
+    (version "0.3.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "radio-beam" version))
+       (sha256
+        (base32 "0293hlbxb61h8js7yrvrbiw8108qn5s0rh2iy9rkhc012mzjacp0"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs
+     (list python-astropy
+           python-matplotlib
+           python-numpy
+           python-scipy
+           python-six))
+    (native-inputs (list python-pytest-astropy))
+    (home-page "https://radio-beam.readthedocs.io/en/latest/")
+    (synopsis "Operations for radio astronomy beams with Astropy")
+    (description
+     "Radio Beam is a simple toolkit for reading beam information from FITS
+headers and manipulating beams.
+Some example applications include:
+@itemize
+@item Convolution and deconvolution
+@item Unit conversion (Jy to/from K)
+@item Handle sets of beams for spectral cubes with varying resolution between
+channels
+@item Find the smallest common beam from a set of beams
+@item Add the beam shape to a matplotlib plot
+@end itemize")
+    (license license:bsd-3)))
+
 (define-public python-roman-datamodels
   (package
     (name "python-roman-datamodels")
-- 
2.41.0





  reply	other threads:[~2023-10-10 22:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11  1:34 [bug#66454] [PATCH 0/5] gnu: Add python-spectral-cube Sharlatan Hellseher
2023-10-11  1:39 ` Sharlatan Hellseher [this message]
2023-10-11  1:39 ` [bug#66454] [PATCH 2/5] gnu: Add python-pyavm Sharlatan Hellseher
2023-10-11  1:39 ` [bug#66454] [PATCH 3/5] gnu: Add python-pyregion Sharlatan Hellseher
2023-10-11  1:39 ` [bug#66454] [PATCH 4/5] gnu: Add python-aplpy Sharlatan Hellseher
2023-10-11  1:39 ` [bug#66454] [PATCH 5/5] gnu: Add python-spectral-cube Sharlatan Hellseher
2023-10-15 18:17 ` [bug#66454] Sharlatan Hellseher
2023-10-15 18:21   ` [bug#66454] Christopher Baines
2023-10-21 23:00 ` [bug#66454] Sharlatan Hellseher
2023-10-27 17:41 ` [bug#66454] Sharlatan Hellseher
2023-10-31 17:19   ` bug#66454: none Maxim Cournoyer
2023-10-31 20:26     ` [bug#66454] none Sharlatan Hellseher
2023-11-01  3:02       ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=101265d6eaec7ced3c208b58ad528d6efc7c1198.1696987806.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=66454@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).