GNU bug report logs -
#77975
[PATCH 00/32] Astro update 2025/04.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/astronomy.scm (python-gw-sky): New variable.
Change-Id: I02be95d9266fd4b446de6dec12c7a2625eaf466f
---
gnu/packages/astronomy.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
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 @@ (define-public python-glue-qt
(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")
--
2.49.0
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.