[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: Add python-spectral-cube.
From: |
guix-commits |
Subject: |
05/07: gnu: Add python-spectral-cube. |
Date: |
Tue, 31 Oct 2023 13:16:12 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 5e5547d1b39668ea4b0fa050db4eede038c4a699
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Oct 11 02:39:35 2023 +0100
gnu: Add python-spectral-cube.
* gnu/packages/astronomy.scm (python-spectral-cube): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/astronomy.scm | 53 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f7b92a50d2..2b0ff97f68 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2532,6 +2532,59 @@ positions of the sun: dawn, sunrise, solar noon, sunset,
dusk, solar
elevation, solar azimuth, rahukaalam, and the phases of the moon.")
(license license:asl2.0)))
+(define-public python-spectral-cube
+ (package
+ (name "python-spectral-cube")
+ (version "0.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "spectral-cube" version))
+ (sha256
+ (base32 "1xyqdflnz084hdx1pbrqd1jrfyyc7f8v3564rww2v1hjylzgsnnh"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-astropy
+ python-aplpy
+ python-casa-formats-io
+ python-dask
+ python-distributed
+ python-fsspec
+ ;; python-glue-core ; Not packed http://glueviz.org/, optional.
+ python-joblib
+ python-matplotlib
+ python-numpy
+ python-radio-beam
+ python-reproject
+ python-scipy
+ python-six
+ ;; python-yt ; Not packed https://yt-project.org/, optional.
+ python-zarr))
+ (native-inputs
+ (list ;; XXX: Introduce cycle with pvextractor, listed as extra
requiremnts
+ ;; in [noviz] option.
+ ;; python-pvextractor
+ python-pytest-astropy
+ python-regions
+ python-semantic-version))
+ (home-page "https://spectral-cube.readthedocs.io/en/latest/")
+ (synopsis "Library for reading and analyzing astrophysical spectral data
cubes")
+ (description
+ "The spectral-cube package provides an easy way to read, manipulate,
+analyze, and write data cubes with two positional dimensions and one spectral
+dimension, optionally with Stokes parameters.
+
+It provides the following main features:
+@itemize
+@item A uniform interface to spectral cubes, robust to the wide range of
conventions
+of axis order, spatial projections, and spectral units that exist in the wild.
+@item Easy extraction of cube sub-regions using physical coordinates.
+@item Ability to easily create, combine, and apply masks to datasets.
+@item Basic summary statistic methods like moments and array aggregates.
+@item Designed to work with datasets too large to load into memory.
+@end itemize")
+ (license license:bsd-3)))
+
(define-public python-spherical-geometry
(package
(name "python-spherical-geometry")
- branch master updated (5e7f27d6ca -> d96a9c7473), guix-commits, 2023/10/31
- 03/07: gnu: Add python-pyregion., guix-commits, 2023/10/31
- 01/07: gnu: Add python-radio-beam., guix-commits, 2023/10/31
- 07/07: gnu: python-radio-beam: Update to 0.3.6., guix-commits, 2023/10/31
- 04/07: gnu: Add python-aplpy., guix-commits, 2023/10/31
- 02/07: gnu: Add python-pyavm., guix-commits, 2023/10/31
- 05/07: gnu: Add python-spectral-cube.,
guix-commits <=
- 06/07: gnu: python-spectral-cube: Update to 0.6.3., guix-commits, 2023/10/31