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

Last updated: May 20,2024

1. Install "python39-healpy" package

Here is a brief guide to show you how to install python39-healpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-healpy

2. Uninstall "python39-healpy" package

Please follow the instructions below to uninstall python39-healpy on openSuSE Tumbleweed:

$ sudo zypper remove python39-healpy

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

Information for package python39-healpy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-healpy
Version : 1.16.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.2 MiB
Installed : No
Status : not installed
Source package : python-healpy-1.16.6-1.2.src
Upstream URL : https://github.com/healpy/healpy
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