[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74497] [PATCH 05/46] gnu: Add python-hasasia.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74497] [PATCH 05/46] gnu: Add python-hasasia. |
Date: |
Sat, 23 Nov 2024 19:50:52 +0000 |
* gnu/packages/astronomy.scm (python-hasasia): New variable.
Change-Id: Iaf6df32037b9435da2731c080578042f1f03867c
---
gnu/packages/astronomy.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fc34cb7c40..cac446a6a3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2447,6 +2447,43 @@ (define-public python-halotools
from a cosmological simulation.")
(license license:bsd-3)))
+(define-public python-hasasia
+ (package
+ (name "python-hasasia")
+ (version "1.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hasasia" version))
+ (sha256
+ (base32 "0vs3935c9cqwp44dycxfsv4p9q4zbw8i5z3946928yy0nqmj1aw7"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-astropy
+ python-numpy
+ python-scipy))
+ (home-page "https://github.com/Hazboun6/hasasia")
+ (synopsis "Pulsar timing array sensitivity curves calculation in Python")
+ (description
+ "This package provides a Python package to calculate gravitational-wave
+sensitivity curves for pulsar timing arrays.
+
+Features:
+@itemize
+@item pulsar transmission functions
+@item inverse-noise-weighted transmission functions
+@item individual pulsar sensitivity curves
+@item pulsar timing array sensitivity curves as characteristic strain, strain
+sensitivity or energy density
+@item power-law integrated sensitivity curves
+@item sensitivity sky maps for pulsar timing arrays
+@end itemize")
+ (license license:expat)))
+
(define-public python-healpy
(package
(name "python-healpy")
--
2.46.0
- [bug#74497] [PATCH 00/46] Astro update 2024/11., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 02/46] gnu: Add julia-astroangles., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 03/46] gnu: Add python-kalepy., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 04/46] gnu: Add python-george., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 05/46] gnu: Add python-hasasia.,
Sharlatan Hellseher <=
- [bug#74497] [PATCH 10/46] gnu: gpredict: Update commentary note., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 01/46] gnu: Add cdf., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 06/46] gnu: Add python-cosmopy., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 11/46] gnu: healpix-source: Update commentary note., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 09/46] gnu: Add python-spisea., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 07/46] gnu: Add python-holodeck., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 14/46] gnu: python-asdf-astropy: Update to 0.7.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 08/46] gnu: Add python-vispy., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 16/46] gnu: python-astropy: Update to 6.1.6., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 18/46] gnu: python-crds: Update to 12.0.6., Sharlatan Hellseher, 2024/11/23