Python bindings for `pix2vec` for converting between quadcube res15 pixel number to ecliptic unit vectors.
Project description
quadcube
Python library (written in rust) that currently provide one method pix2vec for converting between quadcube res15 pixel number to ecliptic unit vectors.
The code is a reimplementation of parts of the COBE DIRBE map binning routines provided by A.J. Banday. See the COBE Explanatory Supplement for more information.
Install
pip install quadcube
Example
import quadcube
quadcube.pix2vec(98477345)
# >>> array([[0.37147827],
# [0.62248052],
# [0.6888555 ]])
pixels = [315879751, 238749305, 408302824, 290970621, 427780527]
quadcube.pix2vec(pixels)
# >>> array([[ 0.90477257, -0.51544922, 0.91755844, 0.74030402, 0.98561299],
# [-0.40535959, 0.10338045, -0.39665074, -0.00232418, -0.00949373],
# [-0.13065298, 0.85066127, 0.02747185, -0.67226822, 0.16875101]])
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 Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quadcube-1.0.0.tar.gz.
File metadata
- Download URL: quadcube-1.0.0.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a10193ddb39f7324a0ca8365855ed01d707ff84f6f380fa904354c57bf0b6c79
|
|
| MD5 |
78ad5ce1e12a087f973acef6b8e2140d
|
|
| BLAKE2b-256 |
1be60f0bb12e37d7daef5583c0c857ac26f37e5d1a1d40f29729532fcd897fbd
|
File details
Details for the file quadcube-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quadcube-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 245.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72a3a53025ef437e437726d27d95b065e96d9a606ef795c82dcfd39795f19485
|
|
| MD5 |
a85e6fdbe41f939b07891250263bb0bb
|
|
| BLAKE2b-256 |
b4710089f0d9cb76173764d16a9799a026a1a63e16e58ca1e0c527645075a906
|