aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-15 23:00:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-04-30 20:12:41 +0100
commit805624810c23ad861240ff6df8247dfac66d82ac (patch)
tree41213e07ef2f0056601ed1bbe4df64eeec23f8df
parent499be0bd4645f661c09a3c64e8eaa9e49456e6cf (diff)
downloadguix-805624810c23ad861240ff6df8247dfac66d82ac.tar.gz
guix-805624810c23ad861240ff6df8247dfac66d82ac.zip
gnu: Add python-gw-sky.
* gnu/packages/astronomy.scm (python-gw-sky): New variable. Change-Id: I02be95d9266fd4b446de6dec12c7a2625eaf466f
-rw-r--r--gnu/packages/astronomy.scm30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 330ac5554f..af0aec7aa6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3332,6 +3332,36 @@ across many files.")
(description "Multidimensional data visualization across files.")
(license license:bsd-3)))
+(define-public python-gw-sky
+ (package
+ (name "python-gw-sky")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "gw_sky" version))
+ (sha256
+ (base32 "0k2qgy6d443lgxb140w70q078hclaf2c1jl85czkzkmz77yiiblc"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list jupyter
+ python-pytest
+ python-healpy
+ python-nbconvert
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-astropy
+ python-matplotlib
+ python-numpy
+ python-scipy))
+ (home-page "https://github.com/Hazboun6/gw_sky")
+ (synopsis "Gravitational wave signals visualization tool")
+ (description
+ "Python package for making visuals of gravitational wave signals,
+specifically pulsar timing array signals.")
+ (license license:expat)))
+
(define-public python-gwcs
(package
(name "python-gwcs")