Shadow imaging of transiting objects
Project description
README
This version of EightBitTransit is an MIT-licensed python code redesigned to make use of GPU parallelization with Numba:
- Can calculate the light curve of any pixelated image transiting a star;
- Can invert a light curve to recover the "shadow image" that produced it.
Installation
To install EightBitTransit, download this directory, navigate to it, and run:
pip install .
Dependencies
- Numpy
- Scipy
- Numba
- imageio
- itertools
- matplotlib
Optionally (for the example notebook):
- jupyterlab
Examples
See ./examples/examples-gpu.ipynb for examples of both the forward and inverse shadow imaging problem, including for dip 5 of Boyajian's Star. This code reproduces figure 12 of Sandford & Kipping 2018 (https://arxiv.org/abs/1812.01618).
Note on memory
Repeated TransitingImage() calls can cause python to run out of memory in certain cases (thanks to textadactyl for pointing this out!)--when you are done with a TransitingImage object, deallocate it explicitly, i.e.:
ti = TransitingImage(...)
some operations on ti, etc.
ti = None
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 EightBitTransit-2.1.0.tar.gz.
File metadata
- Download URL: EightBitTransit-2.1.0.tar.gz
- Upload date:
- Size: 40.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f072bb6aa314a97637728ade2905dd1941feff48a363def7fa7701d24e0e4b2
|
|
| MD5 |
3b63fc96935940a303bd3adc84ffd5e3
|
|
| BLAKE2b-256 |
271e02b5d5c47e5530c548535cb8ea709c94a493ad497ad7d28d6cc29fe1a5a2
|
File details
Details for the file EightBitTransit-2.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: EightBitTransit-2.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 39.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b78a5693305dcbcc8b125ff18909d63e5eef171530dcc3c768502d8b272bbcfe
|
|
| MD5 |
dffc40ebcc2f926ee7be169748b42ab7
|
|
| BLAKE2b-256 |
ee25224fd7aad289609eb86ddec1232682a0f5b34f89a404e2db9765237db8fa
|