Python package for HEALPix discretisation of the sphere
Project description
healpix
Python and C package for HEALPix discretisation of the sphere
This package implements a lean set of routines for working with the HEALPix discretisation of the sphere. It supports NSIDE parameters up to 2^29.
The C library is based on the healpix_bare library, which was released under the 3-clause BSD license.
If you are using this code in your research, please consider citing the original paper in your publications:
Python
The Python package provides functions that deal with the discretisation of the sphere itself. It is not meant to be a replacement of healpy, and does not contain things such as functions for the visualisation of maps, or spherical harmonic transforms.
The Python package consists of two modules:
-
The low-level
chealpix
module, which is a native C extension, and efficiently vectorises the C library functions over arbitrary numpy array inputs (including scalars, of course). -
The high-level
healpix
module, which contains a more streamlined interface, and additional functionality:- Random point picking in HEALPix pixels.
The high-level functions in the healpix
module can be used more or less
interchangeably with functions from the healpy package. However, in some
cases, compatibility is sacrificed for consistency.
The Python package requires only numpy, and can be installed using pip:
pip install healpix
The vectorised C functions carefully avoid the creation of temporary arrays, and therefore have minimal memory overhead:
>>> import numpy as np, healpix, tracemalloc
>>>
>>> # random vectors with 1G of memory per component (less than a NSIDE=4K map)
>>> x, y, z = np.random.randn(3, 125_000_000)
>>>
>>> tracemalloc.start()
>>>
>>> lon, lat = healpix.vec2ang(x, y, z, lonlat=True)
>>>
>>> tracemalloc.get_traced_memory()
(2000010342, 2000013889) # current, peak
>>>
>>> # no memory overhead: only the 2G output arrays were used
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for healpix-2022.10.31-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6b8ebe4b8189f9a3fc5d173341d5ce04dc5109365a213eaabb41a8ffe83caf8 |
|
MD5 | b3e06d8154a10a05068d60c4d2e29104 |
|
BLAKE2b-256 | 9c8a1a6c83c4a58a51634ef46d1c45c3971be5a7a88475eafa6fdd4b6f7db8cd |
Hashes for healpix-2022.10.31-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f48d1d707a62830d9673d4e3639d6e5864d4950b0510b80050729f6b66563cc |
|
MD5 | 3e2d1f509f6f917ee8b799a53181390c |
|
BLAKE2b-256 | ed5baa0a437b1fda37c34b97ddc54d5fd5f28998862081abaf3c183e09e69900 |
Hashes for healpix-2022.10.31-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fc4fb0178251410a460ec46b8aaf6b1fb1f04688a8620e07ed0a9c9412411d7 |
|
MD5 | 9941b8f18e45281e6626f44b87c2099d |
|
BLAKE2b-256 | 3b8483fc689b748606ea1db263bb1b134386774c9a0dea17c19cb739c56ee9fa |
Hashes for healpix-2022.10.31-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0c7b93492447f93173fa8984aa9ea0d57365ff242b5973e20a37c8d2fec2ef7 |
|
MD5 | b23f857de8ee7f5e472f5910233304c1 |
|
BLAKE2b-256 | ca93e1e6f836b4fa05f668dcb9f7fd5c6b767780ad03c7b33af9722916850ff7 |
Hashes for healpix-2022.10.31-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9e1eafb613b91f0c6a49f2b9301ec41baef2173af4ee22a1ba44420e76fde79 |
|
MD5 | 8a9d885241bee9f4dfcd14d1956fd19a |
|
BLAKE2b-256 | e8b40f87979f4c9839427a3e30b1f944c3657b91c1ffe7dd6b1295ee51215299 |
Hashes for healpix-2022.10.31-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fb9f1c48298e062ccff130436b9b9351321e7c82ea82051477927802c95a86f |
|
MD5 | 5beeb6a33936ed813581abac98060786 |
|
BLAKE2b-256 | c47cc9d2e26a8d2f3114dfabccaf92f1b2e158de76d7d5491207ae39b6414aca |
Hashes for healpix-2022.10.31-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1a68e839e351fff3b8d36d73f37dd0bffeb993e04f395b7450882d890e9029f |
|
MD5 | 8e2794ffd479bee09578665550089cd2 |
|
BLAKE2b-256 | 226d78ed224a868a590902b87c14ee9cf8b07f5973a43b035c19379c79ad7aaf |
Hashes for healpix-2022.10.31-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dba25c7cca1ea0a4b3de4bf06317ce5bb29b90fdd0f3a6a1c0809eb789770ad |
|
MD5 | a3dd33a440857cb06464cacf347df327 |
|
BLAKE2b-256 | 33280aee384526189b8149fdc1195a86676995eef29dde83ebd58b7fd9c4349a |
Hashes for healpix-2022.10.31-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94da5d28df0929e4990689a77e184d6ef9394ea23c6f7060fa749e8ec0f6b84c |
|
MD5 | 81d6adaedb2c7070a79bcba1781aceb4 |
|
BLAKE2b-256 | b065eb3727c0cce8305fb9dfe433c2c603a81f268fa2bd512ab19e6989be12ed |
Hashes for healpix-2022.10.31-cp311-cp311-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4318a92dca07d972eaf5cf27e8cc95ddbfcd74634c8e5ba66ffd140baef2db32 |
|
MD5 | ea374615e8baa1fd12e49edb76134690 |
|
BLAKE2b-256 | 10265333ae4fbcbe01c456b55c59dd0a6e5eac70262c9030d3bb33507e35f2fe |
Hashes for healpix-2022.10.31-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36b8d84124894b79ca96fa9530793ba6e232973fae08b9d329001c43c0a912ac |
|
MD5 | e82729b9929f9fa119d6bedcc96f40bc |
|
BLAKE2b-256 | 63a3adb9de2aae9d7068d3d41357934db1c9a15bb575c75f2441483430aed075 |
Hashes for healpix-2022.10.31-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8577073229294e9fd970313f1126261411d2bb90752be6c00d4899c39f821d |
|
MD5 | 64a438fb2d188aa9cd6a3125340926ce |
|
BLAKE2b-256 | 0d4d8574f3efed2d46e6dc297a58f71455cecb5586abdfdf6ea2f40dbfdd5041 |
Hashes for healpix-2022.10.31-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be517924cb3bcb7e5caaf33afdb75375e1f17c6d6bf11f251ebb13a7e3c24246 |
|
MD5 | 9cf3ed2da095fcb516740f8dcb13fe3e |
|
BLAKE2b-256 | e54c8e642ef86890c38f646f0fb779c27be55685aefafea15e08d56165969e19 |
Hashes for healpix-2022.10.31-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77d511a749dcf9e7b18c1a73b0915728e9d3de240cd2d97c2a808aa7031a0f4d |
|
MD5 | de306bedd74d56e30f199c2edd7da0ce |
|
BLAKE2b-256 | 9d8122367309120abaf841e86a2665a716118c5381812d97245cc8d493c10593 |
Hashes for healpix-2022.10.31-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33a35420b52b5b3cc39eaa25148b58e57681f783a42921ca4a9c7722b4b013fc |
|
MD5 | 9ddbc487253c41c583d0098d40a589f4 |
|
BLAKE2b-256 | c7b646617e0a8e42be0cc4606bfef013fd33b14b84a506c234bf945157a8c537 |
Hashes for healpix-2022.10.31-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4d4bd23b16d1a80e2b879c96a4f010d797e08cafc4285e2a166b828ada92015 |
|
MD5 | 8d3d2f58357e74bb99b16325753d4354 |
|
BLAKE2b-256 | f7c4be184d077afaf4b4dfff4a14134802f633bc2dc6e2d38acc54877ea18b3d |
Hashes for healpix-2022.10.31-cp310-cp310-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70680920e791ac8efb7f05d73fae81d3dfcc12383aebc6a2cbbc9b6d04511991 |
|
MD5 | 5aadd93122d04b11283585e06c697d5b |
|
BLAKE2b-256 | d4da1a45ba870559f408b25e25a837d01acccf3b74693d195068d3694c317219 |
Hashes for healpix-2022.10.31-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa59e37c8d161e4b5b64056e70e3a1dea1da7d7712c42f3e5546df9c3ea4eb3 |
|
MD5 | 517f5ee8efae16f5d8b76e7502050f34 |
|
BLAKE2b-256 | 7060a7a7dfa6716b802db8b22af347f5549821495fb408a41fa359bfbe97901f |
Hashes for healpix-2022.10.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba720fdbd2ed42161c5e5ee7e434a8762da3adcc73aba93d121649f99d9211cb |
|
MD5 | 9d58682dfee26ab1b39fd218139a3a31 |
|
BLAKE2b-256 | 51566fd2ca4b3e2de859945396cc34680be9c146ab355584bbc67c1ed0519320 |
Hashes for healpix-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77b62bfb623353750cfa730067541f35214953b185d46afa34f3b0f04b2df7b2 |
|
MD5 | 43a55f8c038047e06e702c6385d805ea |
|
BLAKE2b-256 | c2c562f59c18d0c2b3fba3aa4d5828d0144a2f0648c83475e2dfe3fdaa6dd5c9 |
Hashes for healpix-2022.10.31-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfc7d307e607b9fe67e88eec5a37bacf3d20bf741a3354a4364dc3ff92c310b1 |
|
MD5 | 0ce3a01649acf3816622c32a3719f93b |
|
BLAKE2b-256 | 3c6d90fe66873945f70dd7e1f737ccf536442f425b39cd65469b35ae50b85277 |
Hashes for healpix-2022.10.31-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbcc81a20770e2816bed8fcc116f40e26de0f41215ab7cda65abf03be8ca09ab |
|
MD5 | 54f5f75e7f195feef886a67ee053c92c |
|
BLAKE2b-256 | 089c1715d633393156f1802cab8d22952086408d02b86ff39151289645ef0c47 |
Hashes for healpix-2022.10.31-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6565cce4d1939eb8ca70181aca4dc3ada12f6e2e25f330a22bf487ae7fa201d |
|
MD5 | 12c0bec63dc4a5c3396e5df781cb2e60 |
|
BLAKE2b-256 | ed1ccef0a4ec84bfe318253a348fe4be0cac1eeac4ca77d07896ed004e63cfe9 |
Hashes for healpix-2022.10.31-cp39-cp39-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1735fb89f16bf873c3caf7dbf014115d42581b61341b71661626f41fbede8f40 |
|
MD5 | c551f978a454a0d790eaf11495db1339 |
|
BLAKE2b-256 | b11d62e688c601fb3459a6cde91ec3453890ded46ac24b8e2239153b0a36245d |
Hashes for healpix-2022.10.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa163fdb1927b1e146cd7fcdde2a1ee7cfe4975bfeab734a2f2ac1375a647e01 |
|
MD5 | 07a34b199cde17b4255844e7e9f2312e |
|
BLAKE2b-256 | 47f5e012f1f53d97671757dd0a4abd13d641b2a960cca512194049a88d9c8b7c |
Hashes for healpix-2022.10.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746c10a2bdcd48b93094708432fde404916bda141855c9ad4dcc059322665d94 |
|
MD5 | 3154f08f43af351f764f3513ab82bc2b |
|
BLAKE2b-256 | f99174a8d5ef1db51e65c5a778652fc4f50798d8967742d3509c83c35e7273a1 |
Hashes for healpix-2022.10.31-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0dd0d3cdbabb7d498001ce149680b26b8bccca5ce2130e9440d862480a6d038 |
|
MD5 | 075c5ad88727595314f884debd61b219 |
|
BLAKE2b-256 | 4c2453df0f56769c58315e2bc3668215fe2b3f39b9f4afb137e942911a0faeba |
Hashes for healpix-2022.10.31-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 912bf5f494216cd5b3e230252c01d9cf95b57408cbd79ad718517a16ac4843f3 |
|
MD5 | bda519390e2cd276fc12b6ca8da1a408 |
|
BLAKE2b-256 | 55254a8afb25c1e3d312e556429bb009477ec5a4e308fed2bbd7bb9777780a7f |
Hashes for healpix-2022.10.31-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2e2372486d9c679de2ce0bc4007433538e4eb44a5d76392643fd8b417683e8e |
|
MD5 | ecb0dad9346b38e061c2272ad5a643ca |
|
BLAKE2b-256 | 834798b28f589afa249af37b4cb82ff325808e00a5645b03bb34479bc46d8cd8 |
Hashes for healpix-2022.10.31-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d44d20538c85e2778741190fb05e08836bd5878938157e2d28a8bb616c01b9dd |
|
MD5 | 47b1c4936d74406e819d11fd8e003693 |
|
BLAKE2b-256 | 6c89a50a88ef3417c8dcd0d3985be6e081bc7429fcad2469544277bbd9869bbe |
Hashes for healpix-2022.10.31-cp38-cp38-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63f249d98923cd9fd0f625daa68f8e15d8d8e989d9a5831af47cc4e8e90f81e1 |
|
MD5 | 0aedfbc5f53cfb9d9e4f95b7e2991549 |
|
BLAKE2b-256 | 6752d75b473e7f17947f1696884e037c19211f42373f85756231b959f408164c |
Hashes for healpix-2022.10.31-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aba3bc9cb386c71dd2a78a3416dc000877647647a744374869be3bd463a91058 |
|
MD5 | 8753c21adc444278522ddf55deb2875b |
|
BLAKE2b-256 | ee2ffad120d6ee4d7d921bd5c9fef1fdd0b8cb81badafc2342d7938d417021fe |
Hashes for healpix-2022.10.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f2888ce1cd7fd35df5a0224bc3a2878869eb1f7b2e4946c5fc604821026af14 |
|
MD5 | a117a3c388733e89bfdccd561d897fb7 |
|
BLAKE2b-256 | e7160029dc2c5b7bd8f3b95390cf356c335ba54595118929e6676bfb53b1cb8a |
Hashes for healpix-2022.10.31-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7d62d324c6a3c1424964b6c7c35188b430b03681d6554dcd053f6e63e8b627b |
|
MD5 | 16b8f5d542da20ff3c38881d28aff28b |
|
BLAKE2b-256 | 3330062550a514b74f55969641e40d164f22db662b8ed4b149adcedaa69a8670 |
Hashes for healpix-2022.10.31-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e405312222ef730b111ee68028efe04bc149da617ce398e2cc09e4a06e056b |
|
MD5 | 1bf2d32a411d128918520e92575fd223 |
|
BLAKE2b-256 | 342c80e427596598219aecbbba18aab063bf04d8379041261e82726b284aae7c |
Hashes for healpix-2022.10.31-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d487506ea376f3913017e9c6b59a5a2b2f774624cf34e37f86b47db0468f61a |
|
MD5 | e2bc756712bbb55ca62f162bc6424eba |
|
BLAKE2b-256 | 2cfa1ce9ebd3db885a13824de6675c72edacec4e7d52617ae5719b6fcb7fad1e |
Hashes for healpix-2022.10.31-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8138be2daa993b503bb8f54bd3466b86c0b0e27d90b2bc3ae8565a918ed36deb |
|
MD5 | c2aecb7b3ee4668608946b55b4f87223 |
|
BLAKE2b-256 | 6a97d91351f490dda578d0492485c1af33726e9f60981c5263161082ff57164f |
Hashes for healpix-2022.10.31-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 815be429f7aae7de2322742aed694b3dcfcddadabc338ef0489b62438ef46a70 |
|
MD5 | 3eb365086afda873d57276d8c69c6e02 |
|
BLAKE2b-256 | 563e7878f7020b3c91f4dbe3240ce194718de66ad11cb6b97eba3ed712a47de0 |
Hashes for healpix-2022.10.31-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 046fe3818c38a911cf2844db6270f3f80c3b89c08f2cc3fa48c45987813c98a4 |
|
MD5 | fe28b6792ad8fc1efce72fdeb14d9b91 |
|
BLAKE2b-256 | c429de4d17f9e1b115d2f26fe995494e8afbce3006ae1d617e871d2526ca0f82 |
Hashes for healpix-2022.10.31-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dcb5e8d906eeedd8a2e90b37afe5af14db0bcc61968f155d4cc2c89383b533b |
|
MD5 | d0a5de6f5e7613e1a2694ba8241bd64a |
|
BLAKE2b-256 | ad2f6928643608eea6ae3af05db696a51d447f80591bfa5e1f69ce530f0ec7b5 |
Hashes for healpix-2022.10.31-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffdc1e6c47255f3b1e5594b5d231300108ac150a0c9c7d40c6457c7b18dcaa0d |
|
MD5 | 463fa0a5980a982bcef808c7f45c50dc |
|
BLAKE2b-256 | e0614ae79175aa64db0f0df8e527bae97fe9c549b78f3a1ed7b49d1005ce5b56 |
Hashes for healpix-2022.10.31-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfa4dd0b8018220756e9251762d9b5bb82b72a70f63ba66660fecf3fb27c7fc8 |
|
MD5 | 7dc62b5cc1702de8be46bcef87034760 |
|
BLAKE2b-256 | bc53623debe377f830b7cde80e6f6b6cd2f440435100873cf39e1d9686547a49 |
Hashes for healpix-2022.10.31-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8706afc0cef0ba7ab93f28c49dfb8065c51d209da028950ca23624a891e9c162 |
|
MD5 | 41fbceafc07031697105de6e109c9fb9 |
|
BLAKE2b-256 | b4b54cb690751392c03ba282cefcca77c7864c383c7b4cf6bbf4eceaa2a6f6b8 |
Hashes for healpix-2022.10.31-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d46b1e1821719cad45db3e92e8ce2c41e55cf52f33bf0c254fdbcb64382492e |
|
MD5 | 04ed92424af33f92011252bf3973852c |
|
BLAKE2b-256 | 05c44926eef35a80ce01ae34b91062924eeac8b245923a806f97278d9204d6cc |
Hashes for healpix-2022.10.31-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07de04acf83e0c9d1749b2b1cbaeefd46215c826f598a4e33892b9b2222587aa |
|
MD5 | 660aa4cec8aa0585f9e9212e517d3ae0 |
|
BLAKE2b-256 | a52df4f540f97cfaa15e087608d8be829c2aae0f2be00a37d90bca3bb651a274 |
Hashes for healpix-2022.10.31-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2066d193f5eb61d57d4e8e3e99545823c063f62c65895bf497c5ea928cbf2c59 |
|
MD5 | db0a19345cd960bc1e45ae525a67dac4 |
|
BLAKE2b-256 | a76e22e954820546da009eccac4a7f121330e0ca1d36234ec8931e1bb5ab96db |
Hashes for healpix-2022.10.31-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 402fa57974e9f05efa812231ba1e5a6e45621ceb1f8818e7a7308b2be377c37f |
|
MD5 | 3bbeb112150e0a69db398692c9b81242 |
|
BLAKE2b-256 | 143b746eacd35582a0bd30d42872a88f370d8bdea14d1a021c13949b1d8a12cf |
Hashes for healpix-2022.10.31-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 844d8d9764e5327b9c6278b00f13bd0a1ee0f299086e3305450e81e3a172f486 |
|
MD5 | 1ffac61b437f01307868ee808ce7ae4e |
|
BLAKE2b-256 | e388fc47539e015214837c55f790c5abbf6021fe0f137fbe08b299ec0421e20a |