Skip to main content

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:

  1. Can calculate the light curve of any pixelated image transiting a star;
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EightBitTransit-2.1.0.tar.gz (40.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

EightBitTransit-2.1.0-py2.py3-none-any.whl (39.0 kB view details)

Uploaded Python 2Python 3

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

Hashes for EightBitTransit-2.1.0.tar.gz
Algorithm Hash digest
SHA256 4f072bb6aa314a97637728ade2905dd1941feff48a363def7fa7701d24e0e4b2
MD5 3b63fc96935940a303bd3adc84ffd5e3
BLAKE2b-256 271e02b5d5c47e5530c548535cb8ea709c94a493ad497ad7d28d6cc29fe1a5a2

See more details on using hashes here.

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

Hashes for EightBitTransit-2.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b78a5693305dcbcc8b125ff18909d63e5eef171530dcc3c768502d8b272bbcfe
MD5 dffc40ebcc2f926ee7be169748b42ab7
BLAKE2b-256 ee25224fd7aad289609eb86ddec1232682a0f5b34f89a404e2db9765237db8fa

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