Create arbitrary boxes with isotropic power spectra
Project description
Make arbitrarily structured, arbitrary-dimension boxes and log-normal mocks.
powerbox is a pure-python code for creating density grids (or boxes) that have an arbitrary two-point distribution (i.e. power spectrum). Primary motivations for creating the code were the simple creation of log-normal mock galaxy distributions, but the methodology can be used for other applications.
Features
Works in any number of dimensions.
Really simple.
Arbitrary isotropic power-spectra.
Create Gaussian or Log-Normal fields
Create discrete samples following the field, assuming it describes an over-density.
Measure power spectra of output fields to ensure consistency.
Seamlessly uses pyFFTW if available for ~double the speed.
Installation
powerbox only depends on numpy >= 1.6.2, which will be installed automatically if powerbox is installed using pip (see below). Furthermore, it has the optional dependency of pyfftw, which if installed will offer ~2x performance increase in large fourier transforms. This will be seamlessly used if installed.
To install pyfftw, simply do:
pip install pyfftw
To install powerbox, do:
pip install powerbox
Alternatively, the bleeding-edge version from git can be installed with:
pip install git+git://github.com/steven-murray/powerbox.git
Finally, for a development installation, download the source code and then run (in the top-level directory):
pip install -e .
Acknowledgment
If you find powerbox useful in your research, please cite the Journal of Open Source Software paper at https://doi.org/10.21105/joss.00850.
QuickLinks
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
File details
Details for the file powerbox-0.5.6.tar.gz
.
File metadata
- Download URL: powerbox-0.5.6.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec35ea09e820796760af7723de17ad4af0b21b8de7e7b817c83fbb65029a6b20 |
|
MD5 | a5d1a1446d4cbe119c9e13d8b2ffdce5 |
|
BLAKE2b-256 | f92923167c7b160c0dc6ad4cd23e0fd2a2d6777636ebbd6ec492b47a432d49e7 |
File details
Details for the file powerbox-0.5.6-py3-none-any.whl
.
File metadata
- Download URL: powerbox-0.5.6-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccfa9a67d0b2c858932c0ee9087e4f371ed39815785fa4a03e95871c3b7e7387 |
|
MD5 | b2da331191f235ae9ca1ca5de3d9bcdd |
|
BLAKE2b-256 | 1ca3350afdfc143da5894105b23f498e29070a755ce7d9826ea924961d6be65b |