Skip to main content

Healpix tools package for Python

Project description

https://badge.fury.io/py/healpy.svg https://anaconda.org/conda-forge/healpy/badges/version.svg https://github.com/healpy/healpy/actions/workflows/cibuildwheel.yml/badge.svg Documentation Status https://mybinder.org/badge_logo.svg https://zenodo.org/badge/DOI/10.5281/zenodo.2605425.svg http://joss.theoj.org/papers/10.21105/joss.01298/status.svg

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.

HEALPix was developed to efficiently process Cosmic Microwave Background data from Cosmology experiments like BOOMERANG and WMAP but it is now used in other branches of Astrophysics to store data from all-sky surveys. The target audience used to be primarily the Cosmology scientific community but currently anyone interested in handling pixelated data on the sphere is very welcome to propose new features.

For an introduction to HEALPix and healpy, see Methods for CMB map analysis.

Capabilities

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

The documentation can be found at https://healpy.readthedocs.io, tutorial at https://healpy.readthedocs.io/en/latest/tutorial.html, or execute it on mybinder

Requirements

  • Python 3.10, 3.11, 3.12, 3.13, or 3.14

  • Numpy (tested with version >=1.19)

  • Matplotlib

  • Python development package is required for some distribution (e.g., python-dev package for Ubuntu)

  • Astropy

Quick installation with Pip

The quickest way to install Healpy is with pip (>= 1.4.2), which automatically fetches the latest version of Healpy and any missing dependencies:

pip install --user healpy

If you have installed with pip, you can keep your installation up to date by upgrading from time to time:

pip install --user --upgrade healpy

See INSTALL.rst for further details and other installation options.

Optional

Healpy depends on the HEALPix C++ and cfitsio C libraries. Source code is include with Healpy and you do not have to install them separately.

However, if you have them installed already, Healpy should detect and reuse them instead of building them from source. To use your own installations of HEALPix and cfitsio, you will also need:

See INSTALL.rst for further instructions, including details on pkg-config visibility.

Known issues

  • Building with OpenMP support: the underlying HEALPix C++ library can be built to use OpenMP to speed up some operations on systems with multiple cores. Most, but not all, modern C/C++ compilers support OpenMP, the notable exception being clang.

    If your Healpy build fails with an error message about being unable to link against -lgomp, then this typically means that Healpy detected an already-installed HEALPix C++ library that was built with OpenMP support, but you are trying to build Healpy with a compiler that does not support OpenMP. Try cleaning the build with python setup.py clean –all, and set the environment variables CC and CXX to point to an OpenMP-capable compiler, such as gcc/g++.

  • Healpy does not currently support Windows. See https://github.com/healpy/healpy/issues/25.

  • Incompatibility with cfitisio from HEASOFT: due to a conflict of header file names it is currently not possible to use the cfitsio library provided with the HEASOFT package for compilation of HEALPix C++. HEASOFT’s include directory contains a file called “rotmatrix.h” which clashes with HEALPix’s own rotmatrix.h.

  • Compilation problems in the C++ package: some gcc versions (we have reports for 4.4.5 and 4.4.6) crash with an internal compiler error during compilation of libsharp. Unfortunately we have not found a workaround for this compiler problem. To our knowledge, it has been fixed in gcc 4.4.7 and in the 4.5.x and newer versions.

  • Healpy pixel functions, e.g. ang2pix, do not support 32-bit platforms. See https://github.com/healpy/healpy/issues/194.

Support

For specific HOWTO questions please create a question on StackOverflow and tag it with the healpy tag, so that answers will be easily searchable on google.

If you think you found a bug or you have install issues, open an issue on GitHub: https://github.com/healpy/healpy/issues

Contribute

Project development takes place on github, http://github.com/healpy/healpy, please open an issue over there for reporting bugs or suggest improvements. Collaboration is very welcome, just fork the project on github and send pull requests back to the main repository.

Developers

Core developers:

  • Cyrille Rosset

  • Andrea Zonca

  • Martin Reinecke

  • Leo Singer

  • Daniel Lenz

List of contributors: https://github.com/healpy/healpy/graphs/contributors

Acknowledgements

  1. Cite the HEALPix and healpy papers, see the CITATION file in the repository.

  2. Add an acknowledgment statement: “Some of the results in this paper have been derived using the healpy and HEALPix packages”.

  3. at the first use of the HEALPix acronym, a footnote placed in the main body of the paper referring to the HEALPix web site, currently http://healpix.sf.net

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

healpy-1.20.0b1.tar.gz (4.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

healpy-1.20.0b1-cp314-cp314-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

healpy-1.20.0b1-cp314-cp314-musllinux_1_2_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

healpy-1.20.0b1-cp314-cp314-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

healpy-1.20.0b1-cp314-cp314-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

healpy-1.20.0b1-cp314-cp314-macosx_15_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

healpy-1.20.0b1-cp314-cp314-macosx_14_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

healpy-1.20.0b1-cp314-cp314-macosx_13_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

healpy-1.20.0b1-cp313-cp313-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

healpy-1.20.0b1-cp313-cp313-musllinux_1_2_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

healpy-1.20.0b1-cp313-cp313-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

healpy-1.20.0b1-cp313-cp313-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

healpy-1.20.0b1-cp313-cp313-macosx_15_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

healpy-1.20.0b1-cp313-cp313-macosx_14_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

healpy-1.20.0b1-cp313-cp313-macosx_13_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

healpy-1.20.0b1-cp312-cp312-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

healpy-1.20.0b1-cp312-cp312-musllinux_1_2_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

healpy-1.20.0b1-cp312-cp312-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

healpy-1.20.0b1-cp312-cp312-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

healpy-1.20.0b1-cp312-cp312-macosx_15_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

healpy-1.20.0b1-cp312-cp312-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

healpy-1.20.0b1-cp312-cp312-macosx_13_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

healpy-1.20.0b1-cp311-cp311-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

healpy-1.20.0b1-cp311-cp311-musllinux_1_2_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

healpy-1.20.0b1-cp311-cp311-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

healpy-1.20.0b1-cp311-cp311-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

healpy-1.20.0b1-cp311-cp311-macosx_15_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

healpy-1.20.0b1-cp311-cp311-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

healpy-1.20.0b1-cp311-cp311-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

healpy-1.20.0b1-cp310-cp310-musllinux_1_2_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

healpy-1.20.0b1-cp310-cp310-musllinux_1_2_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

healpy-1.20.0b1-cp310-cp310-manylinux_2_28_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

healpy-1.20.0b1-cp310-cp310-manylinux_2_28_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

healpy-1.20.0b1-cp310-cp310-macosx_15_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

healpy-1.20.0b1-cp310-cp310-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

healpy-1.20.0b1-cp310-cp310-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

Details for the file healpy-1.20.0b1.tar.gz.

File metadata

  • Download URL: healpy-1.20.0b1.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for healpy-1.20.0b1.tar.gz
Algorithm Hash digest
SHA256 90786d0a09c57ff861bddfd91418c0b00a23bddf532104b31fad1afee3d6ecf0
MD5 7368933cea9589908cee1d9ad38a6a4f
BLAKE2b-256 97b136f7b9a8e014874051feff94afc28b41bd401cd02119a756dc3cbf0b731b

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6eb3323122b3c5ff24afd7de24f062012ab7e20b964b4401b460b87d3bcbc251
MD5 6adacdf072846fefca470791b6301318
BLAKE2b-256 be250da0c3f7faf14502269f779d9a264d0fd2936921d0a03322c5c2169ad1b8

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90c71947cb13a0a4b4c62579f3691f2b225e51cf972395422fe449708b1d886e
MD5 b748de36730ac8b42a7123609aad2d03
BLAKE2b-256 7030516ff20dfdcfbf21244489c8ad0eb13ef92fe7bc9e266fc507b4cf9664b2

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c105341f9bfd2aeb08dacfb8530b647a3ed4a4f5b634ca974a908b4ce14ca5dd
MD5 7147b781ea8593b2c7a0984fb37fc8b4
BLAKE2b-256 e13663d53b45e13df85730c75edbd72c64374fb69dd989ab8036768b5abe8641

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6686f091933eec88bab6ccc99680b2047d10babd399f01420da6dc833925323
MD5 f9ed55a8890b223776304aac9d09590d
BLAKE2b-256 b8eb837ddb9f371617c4936905564d0ed798ba94cd8a1632fed27a266481dd27

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec4cecb11c94ab7a1d0ec1096962d06ba123c20c75d01219d143a4f26d00f415
MD5 25f15c1c7d526866c4c16374389a2fe8
BLAKE2b-256 b163b71d0496267981ba9ec3b1ae3bbc3d8b770445447b28f59f5b173fdfd8f0

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3923b05571afafc5d78c9be8085807b3b2127cd7bfbf15fc0288a0757acf575f
MD5 e3bb98a8ba1e99062bf2edc92452ea0d
BLAKE2b-256 ae58340983c839b719c5c980e933ee29b644c4024c5001d5cf9c3e40ec1257f5

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f779a3668b7bf7afc568868d53618c1b3fba383d1d6722302ca67df50569d88c
MD5 afbe6d2cb381bb2d991b6e0a05c97eee
BLAKE2b-256 ad5594a121ec060b7cd07b1b84f40baa320eb83d0e5f107fb4b67f5e9bbf747f

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da38d66482a83220bc841b9ea2f95cc37509a6554b8267758435091626dbac30
MD5 c290d1eae5385694293d406f06c295fd
BLAKE2b-256 901d3e1c3763f882f66891469a4ea0540ab86c1c4f2e4aa6e31067ef09129443

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 621500d3b7c134b38bb7d3812dcdfc85499a55b7d839678e18ad9777a6cded6c
MD5 d9195bde08207664ca8242269e1d9aa9
BLAKE2b-256 8d63396861b4778d0317c379cd6ea0a25942c19aa04e68ee42592568111144fb

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d07fc000b509f71de40613743ef6eb35424695ca2f5c9756cb0266a1a045bb36
MD5 6e4c9df2f54c58536194456b0c0241d0
BLAKE2b-256 51673124cc3d951758a07a7dcfa53088a4477e2e148cf3582001806b88e9b641

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c1aebca65882bd40a64f5b10f85dd343e94b7860ecdb47f26c6fd3f11585402
MD5 3362ebb29f15c75270d099f1ec59c555
BLAKE2b-256 97e5f1a0c14b8846cdc5eb5c75083f351a644e4ed6402677cc4a3b0518077fef

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f9021e26be3864af0d35b2ced74a0cd23a207653deddf20b5e9392ba4c13fa67
MD5 223293259cc24ac730fe96c916b64820
BLAKE2b-256 4949aa7024ce9e38a6c789bc552e9ef458c1a812011dd631e1b35967c87f0af4

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1ba73e5d9e1d5d92fa8b50cefa00290e761ab6f7cb93a3eaaa12e7f786fd387f
MD5 5f3432ede8318ebed01ac03e360e846b
BLAKE2b-256 466c9bdcecb39ed95f3285b9278c5dc750937e6bdaa8b5cb988990f446bc5bb7

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3124a04204a5b9d2273d22e4af5c62e5f057e0eaa779f123dca44b53dce01242
MD5 6ece815b3919d6937974d5f5daa6e74f
BLAKE2b-256 c1f75e24c20aa2140dfd0cf3ad490d0dcced7e7166978cdb6876fdd4925178ca

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d45ccd6ec7c93d7e3de179190629442c45ecce0445431419884f8ad701c9917
MD5 f76699c5fdba238d9d6239911f4942d8
BLAKE2b-256 6c7e16589bbc012e92607418f42d5fa3c231277550f48d83136cba3ac4168f02

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee83b358b17f4e36fa121353dd3ed90d834045c4ba76c46bd04d6f6af315db61
MD5 ec4f4f2b108461e277e5b764ac2bfe3d
BLAKE2b-256 df749be49b763c0851cd281515dbecddcb6f2528fb636d20cfb8bf4b95b8fc2f

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4469eba3200de982528d1b7ebc167bed7998da56c1020703004e4761dffea5b4
MD5 49044d9faf5782ccccb41ba9896646a4
BLAKE2b-256 e885e52d3b9ac345dfd38bdcfaea7102fd86f688a6b5653235bbb95aba963858

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c328e4b932edf9a12b36334808994123cca834ac7fad8c9c69dfaf46a19f8277
MD5 7b6659562c7762b837201e446db473fb
BLAKE2b-256 ad521302ed86e88dfb871a6a58c0e55bebc748bddba76c641ce73830513f8ac1

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 332ba535a1a9021782470bce6eda047fad914b891867b44a3b6274973c58fd55
MD5 1781a1dc5feca3654e2adac6b7c3af72
BLAKE2b-256 84ccf8527f84aa2ce080c14eefe643db34c103b176c764fc3721c0cc0af60279

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7217cbc26c52f00cae5558108dc9138cdb6b8fc1c9be7cf0e8189b6a2fa0174e
MD5 fef835f77a67b3f064491cbb7239517e
BLAKE2b-256 5c6620dc049573503fffd271b9c436371ae03e27fa56e31b03aa335c5a332e19

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 944ad4e7a7874f0158182cabc0a63578063e554387e6200a615b7c6f9e50e651
MD5 648753af842035503d5c20f1a2ccc51e
BLAKE2b-256 edfb8af72c88d7d465dcfd75e810a5ab623595fad5a9002cf42f6d17b5394223

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aea4b6d066579589d9fa038045f0162f0a2609c2fe2a9c7bc47700b0f7245a41
MD5 262595c1f624a8cdc8a39cb42f2c4712
BLAKE2b-256 72a0602f94c599ba5b61197fddd11f2bb65aca42722440cded1d654bd80555a7

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 472bc03de32d369e130c49d5a97c0d94a1da834d5fed9f244f92cb787b985d22
MD5 eceaeadab62a8cb5eab1ec00c824a9c3
BLAKE2b-256 4d3a65acdd4bdace24428d493eb7cd2f79e1b1669f62f998adf0bb1e937280ef

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8336dec3992be09012afb1d4a23b87ffbc2a69580b37afd6753f97bfad32f385
MD5 369618297992cf8a8474ec5a866a7d9e
BLAKE2b-256 dc3c92b522ff21ec405dd5240c2b804cd69af5e6046505963be23c2097bb356f

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f41299f6eb36d624335a34c153711757291259bbaabbbbbf59a92cc35a57eb8b
MD5 2ae5bd3f35cb15632cd5cbaf31103bf9
BLAKE2b-256 f6c651fd58b8a38b61cba9723b0a879cc0b79dcfbdecaa895fb4802387253aff

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a5aa1992756e4c31d326d6f5f1b778d5e8dac62ef86aacc10025f13ecb66401f
MD5 94f8206092a5428fd970f21b6347d79e
BLAKE2b-256 e0ca56a8ce031456369f6c2a32c26640410428e60fe9646396402e41ddc440b0

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 18dd54efa3dbbb4312a51ca992c43784c21efa0290d314100c85c9f31297a9e9
MD5 1b079ddc89fda82a8095786d1edbd242
BLAKE2b-256 2977d092f16d734b886a2fd5aa459d05cce30a5d2d84836e131d1cbcab337e2e

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 62bbe1feaf388ef697461808e4b0cc1e79de28e7de2923c91c4f2d0620a47ba9
MD5 63e640e8a949c9af7d4268050d1a5802
BLAKE2b-256 24df108054eb54e2bde33cc3a785ef5a8f26b61546b9bbd8c23ed4cf28c12ffd

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e0d52a60d49d731be88e74883ae6d1d292110f0cee9b38dfebad82f97d1c4d3
MD5 e3cb0be8982e9cb37be3ebd2a450d185
BLAKE2b-256 fcdaab9eba5afee69325b850bd90ec25bb8ff2831d6394be5fe3b8ef3ac5a794

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3790fa45e3091bc287d7d5fead502438988ee63531bc9b26fefa9f643a6ec469
MD5 6c828fc7beecd043b00756a9581d40e8
BLAKE2b-256 17d8c27b9d796ed1b77fd8c638795404d719fff3f304939177a40c9d6d511812

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aecaf4b49b2554cdad3229a43badc290401954b8bb488a69c148cfbdbebe71b3
MD5 2af81da198fca1f43ae5adcdd27751a5
BLAKE2b-256 9bf8b995adc0c354105e45b6d313ccb05273fb2daf42ce0ae0fbdb76826ef566

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6850b69af6eef3bb01b3718d2e9ea105cbd27056f09e678107794df1103795a8
MD5 89168586feff8e8e58c6482b3a577014
BLAKE2b-256 3f21e9330a2eb6511e73942093f15ebaa637c85bbf2b1b1db245a58a9653cc7f

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a2204e3f5a129bcdb67fd4f49babc7d74c6d55c9034931d4601b31749bb6a31d
MD5 f7e131b97fddbb6c076a44682c6dc14c
BLAKE2b-256 065a308c6cf6254353d7b99cb430a4ab7b2bf3c8fd863795d6dc78f781822719

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 641ecba1b8b06d493e643b5181bd74affaeb3143046a7a8d6d981f8507c2c0da
MD5 1c19393f6d5604e6f9cf5fab677940a8
BLAKE2b-256 739616f3f3178c73ca478e4b28103218408f5f4e49b6864f3d0b7ff4acd7d493

See more details on using hashes here.

File details

Details for the file healpy-1.20.0b1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for healpy-1.20.0b1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 362a72a2de190c2152244faf06e5aa1ec979626ce6a378ded1289f975daa0652
MD5 e8efa1325f4e07b6e3775f728eadd0db
BLAKE2b-256 4727820f38caa8c8ad92b491f3df83a8c1ba747b3c024a5da7fd66659a70e0bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page