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 https://github.com/healpy/healpy/actions/workflows/tests.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.0.tar.gz (66.3 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.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

healpy-1.20.0-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.0-cp314-cp314-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ x86-64

healpy-1.20.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

healpy-1.20.0-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.0-cp313-cp313-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

healpy-1.20.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

healpy-1.20.0-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.0-cp311-cp311-manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

healpy-1.20.0-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.0-cp310-cp310-manylinux_2_28_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

healpy-1.20.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for healpy-1.20.0.tar.gz
Algorithm Hash digest
SHA256 03b0e1551ae235c7290e9bfdf69fa9cdc194f8a2be51198c1924b15d826102ed
MD5 d9f6cf988b96f06fc299fc1270c22d74
BLAKE2b-256 3f54dd2fa7e6b12f8d3bcc34d61c72cbc1bbbad9b3142583d40803825abea2f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c217389ad8c80ac31428d53b92ea691793c4311e9e32842e6ed8687045b9b87
MD5 8ee377b86da158d9b9e908a221f457e3
BLAKE2b-256 18faeed66f825eff1d40013d239bb7d40c0583c6f01f8f5ddf13622f1a01eb07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 108f493c0b183c5752e65115a82419391139b57d20b8d94acf7ec590794d3901
MD5 dcd9b8dd41bfe25dc3a4af694c819c5f
BLAKE2b-256 fa782a2bd43f71a0d77bdb9f97a40fb27586649c0effc0839299eb03cc17fe48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a5572d87a0a75e05a2db7446f14a0447996ef680e55f82eb9c667a79e39e935
MD5 2fd9bef8dc9b37b86a55786e50bb37fd
BLAKE2b-256 38572d118c1f3aa0f269a848fb619098367d3efdd25545307dd8ef00499b564d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6fc791aa5c8c4b43f30e7d40abe390aa3c24b35accd4ba7322b7b2f9951638fb
MD5 7cceb13a39abb80006df5cc41b964969
BLAKE2b-256 ca7579276a5395c5edaeb30570ac7ae9c8c22e2070e7b71a053c728b2bac36af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 53cfa9cd9f4df24dc032c6f296b26f3cba64070f080c468ff0477d9437c58b36
MD5 80844f0b1d4423cea22802d43070e9a1
BLAKE2b-256 98c13878ecee122f5000690d5702be64bd86899e178375673dc50490f41a52ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7e527d8b8033602a401e44d95d850d7d8518ab980c54bc04589c95e379f67139
MD5 383bfba241e090b93d9c624a1bff8cbc
BLAKE2b-256 44c91667c9ff6948b50d99346d7e182c6d19dfb4c2d13c87ae6934b8f7248ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bcf4c736103c1d330f700ecaa1cd73167f6c17cf7e9c2b8ac849b44ec63ef77a
MD5 2e19c1a051c7e5437cd1e813b108e8d4
BLAKE2b-256 78814f89311a1a63512fb65d790b3b5b0bc1cd622c34c1f4095ed522de223d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a13c0294c3eec67656a1a706c4dc7c41484e9c58fe80af7a2c9e1a2b02e92cfc
MD5 1dd384d5301d868300489c3e905da0f6
BLAKE2b-256 65ed72253818321779655dfed8190fbc36b4ec4107a2ec8ff834d97acdcad4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b707a03a4f2dc5f0225c7ff41d4aaeac05ac239fc80e41543d397b42ab68984
MD5 9c5aef918beed80c4091906e833268cd
BLAKE2b-256 a24d8a9a314feee5e1fa9316871dcd826b23c65fe6f4767accc661636096d273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1408a6b6da26a9adf2b03915c8a0eefaf4bfa83b2179aa10490f85378545cabf
MD5 ef6eeab69f734d971b10fb54dfc5b55b
BLAKE2b-256 e57c5e5dc4035eee06ad5b6797f43cf0f07b6024fc49b7ac9d1856ae94990575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fe942685346e577aff37c309a089313e652907a48231a50cb6b260663ae116e
MD5 869a25784080edce8cd87e4de3c327b0
BLAKE2b-256 58707ef24ea6108f202eaaad4c106928509341382a9b632fa6e35d88d4797ba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 356af0ed99d903862bd74b24bafaee98d6f9d1d16927472b0647447f4ea1a5e4
MD5 e6d16e5845fdbd755b38370b97b4bca1
BLAKE2b-256 4b8949bf5e287aa17caff77afa6a50fc4b816eb063e8ff66fd6402792b65fe57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 03f735923f2d116f87ec9f5547dfd429b7d0739c244544be10b6173e701d5a17
MD5 7c812cfd8c8cbed84d3391a443ec74a5
BLAKE2b-256 efdaf9f8daff8e8e2a967fff8953b76d53218fc2510390a7e96570495c669e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a15dfceea17e6370f9ab34e725bfc3f42abb46a16b9ba0dd1af19b907ab8f8e5
MD5 8d06e9aa503c8d3ce7deec1c79b10789
BLAKE2b-256 78095745082640d125251252ec54b0c11d86bebb6cceced615fc7b681d44a5af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d0a025ce4229272e3bf1ec1ae6dbc61de7bfc4966c8351ebc009434842f353d
MD5 3e3dff44aa55bad52861e963606e20ed
BLAKE2b-256 586b389121c466a0181ace835b5111d5c9894d481c7ea7192c7c8d0ba25520cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96f475f05d0d55183393a19ca5ee2e615958ec4a5a92f8e2640bc7511d635c64
MD5 b476d422f8ff9a7b0fb829e34c1d5f41
BLAKE2b-256 bfe5765c2181b1b123bc80ae4dba8ad7cfb9112db26f7165016a6cc0879d28ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b261afa9fdb82af891aa16a708babf3a38209f0e05a93c777e2d5b9dc6397b27
MD5 3cb7b96ce291a6f5aa82ade67163571a
BLAKE2b-256 c3dbe0c1d6945d5fe75122be74dd227cdb54689608e940cf426bef6d6e624910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18b6495eb7416dca382e66656134f3a192ebe98b44ff9d38ab1169d3afb83cc5
MD5 9592f2e389d2a64e9232886d2b913779
BLAKE2b-256 64a6c92732724c3068dec0fa27ae5a2e227b373feccb6e28f9d9a4eac0d74800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ed709d88f5bd71894950bf0dd98ddf80b65b1085fe28199b8ce759a98a7a4445
MD5 823917fad44a0965937aaa1c94602f8b
BLAKE2b-256 882792fac6348f3f7ae7884f4f115e1126d38c2eccac075ebf1d17a065baf89a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e7e5caa8fbf35037a19cb4d656af2752ab543126879e6855572c2d751a536d50
MD5 026daf72b8386f9f587b1dc48294ba41
BLAKE2b-256 923890f2fb579dc0da10f0d0d4e41ad67691c17220e6e83c3ec602c8a23b63aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e662a31261d32fb38eaea55364576547132657ed5a8d5d075baf6c15f39a0a2
MD5 bf4c85e05d0c8164df080d12c0cbfd83
BLAKE2b-256 aae2c618d8693973b9565f7efcdef65c0e0ccbc42fc45e5349d54b02077e72a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c77051e42a270cbe8f5772c250219c23624354bf373f0e37666593af7efaa712
MD5 51080e0eadb0379282dd8d7407dc8726
BLAKE2b-256 eadc5512dce32e8816f28251601bd1336d047558d019e54a5a76a82b5d5a979f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e74e8a51681af92a5b9e12005fca966b2f89551c8815c5b57416d3cbf8a3e43
MD5 640fba4f2a11830fcd1fb2f400c230db
BLAKE2b-256 d00f556d238261e9787b5ca590d7b8d08945862beaf96965412e15102e40b6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35c598050df47d907c082612753a2c9cbfe78893b27a1cb09e0acd5878111eea
MD5 a6aa7caa46728c56c6048ac28559c13c
BLAKE2b-256 7c04c3ebdf5aed077f6eab207ff42c50628e49f1b5736b19af30266beb29a369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa7070fc081580cf5a30f1035b9f8f8fce7ba0e44ac19cdd58f0c852af375b04
MD5 635974fc32da2dfc7e21693cff5d7a54
BLAKE2b-256 7d3bf33d4e3db07bb55a56baebc07665060d1ffcfb244c7d4b1e63c8f14cb815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a592b760f65f1cb1d9bfa2f5293be8c8421309c89c4f350c34c7efd90f92eaa0
MD5 7a6a47b2cc9e8a1a72d6e7e94ed367a6
BLAKE2b-256 36f5eb088780211fb73ea70657caa30119994e7fba642956fe5fc3e50bd8ad49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f0456d69040c272f05cc4fb5967ac4cb5b82fb849d8a3e4de51507ba108a0a99
MD5 123f82ac6779b8a2af50710c074e32c4
BLAKE2b-256 88856bfa91e8a95d589f8319342b21bab6fc05023b46b39904e428204f06b732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 563cbd71fff614170a145d2cd39b32a27a1ef137224debbb76723c5a288ff93a
MD5 325ed4211121c0305c6a169a6215727c
BLAKE2b-256 39356ebe017a96ea65259d87b192609204aa37f137bec02fec4e82ffbf735d17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bcb39484bf63bf0508986265af6dd90258e73ec34b8931a325639d7db87cfc6
MD5 b134d94a4b47ef50fbda0fe5dd350638
BLAKE2b-256 430f51ae7cf78c9924d23ee608cae8a710fd2885e97e53aba6b616f1b3d18e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2d1bc41e2de8326a65cbffb39733e2cecfdddb7317b7f59b9ad183fa2a63182
MD5 a87140085e740f147873d60db89883e4
BLAKE2b-256 0e13a640c3f24bcb9936a22c0630aea53501d8940339c5c488d80344c411e5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f0748eba181d443e605bc3f4d9312e2ff8038e256d350d45076a4d1a71d20fb
MD5 743cdb1a3f72623a8f0bcd2a8a8cc752
BLAKE2b-256 b2ea7cd694b8209c9c0968ca625b7ba8154695d84c5a946b2aa80e9766c849bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38c91e40ee5d41da3c0fb631892cfaeff43d1bfb9d92f313522695048a2cdaba
MD5 52d3df852a23370e1cc1cc8b016eaa85
BLAKE2b-256 c64617bc25e180307a75dcb904f994ec83e7a2beeb0364efe306bd3045631c73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3eb90e1320ae558e5f15b64f509d7b6c214b855e563776b8ddcea10af6acfd88
MD5 71c61a2f631dbff3cbd7b4d26c612f0e
BLAKE2b-256 d779628ab6d21a8417b35b11710522820fb7fef630747fc21a07242e8004f6ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7146a59bbae929a7a928bdc24363f2b8ce8e682fdecdd39b08fce8592840759a
MD5 46ea7e6a9ee61422c91893d596322d4c
BLAKE2b-256 4d518f05dca69ad1bf3af31f3dd53536226041a156797986271503d694f1ce4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpy-1.20.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b0a7b4a326e6346429115c9d6916137d5473c841e5b3321dc452c837e30d5897
MD5 8914294e6f11bd0c2ee7be7af5008c05
BLAKE2b-256 0012ae2dacd1f79d1f9643e85193aa20a0a478413eaa0d8bf846836e5862f116

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