How to Install and Uninstall python38-healpy Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "python38-healpy" package

Please follow the guidelines below to install python38-healpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-healpy

2. Uninstall "python38-healpy" package

Please follow the guidelines below to uninstall python38-healpy on openSuSE Tumbleweed:

$ sudo zypper remove python38-healpy

3. Information about the python38-healpy package on openSuSE Tumbleweed

Information for package python38-healpy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-healpy
Version : 1.15.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 5,2 MiB
Installed : No
Status : not installed
Source package : python-healpy-1.15.0-1.3.src
Summary : Python library to handle pixelated data on the sphere based on HEALPix
Description :
healpy is a Python package to handle pixelated data on the sphere. It is based
on the Hierarchical Equal Area isoLatitude Pixelization (HEALPix) scheme and
bundles the HEALPix C++ library.
healpy provides utilities to:
* convert between sky coordinates and pixel indices in HEALPix nested and ring schemes
* find pixels within a disk, a polygon or a strip in the sky
* apply coordinate transformations between Galactic, Ecliptic and Equatorial reference frames
* apply custom rotations either to vectors or full maps
* read and write HEALPix maps to disk in FITS format
* upgrade and downgrade the resolution of existing HEALPix maps
* visualize maps in Mollweide, Gnomonic and Cartographic projections
* transform maps to Spherical Harmonics space and back using multi-threaded C++ routines
* compute Auto and Cross Power Spectra from maps and create map realizations from spectra