Skip to main content

ExoPix: Applying PSF Subtraction with pyKLIP to JWST

Project description

ExoPix

Powered by AstroPy Powered by pyKLIP

Tutorials to aid in understanding simulated data from the James Webb Space Telescope and estimate its performance imaging exoplanets.

Installation

The functions utilized in this notebook require Python version 3.8.5 or above.

To use these notebooks in your global environment, you'll need to install the packages in our requirements.txt. You can do this by running the following:

pip install -rf requirements.txt

OR

Run in a virtual environment using pipenv. This will ensure that your dependency graph is compatible.

pip3 install pipenv
git clone https://github.com/jeaadams/JWST-ERS-Pipeline.git
cd JWST_ERS_Pipeline
python3 -m pipenv shell

Alternatively, if you're on MacOS, you can install pipenv using Homebrew:

brew install pipenv
git clone https://github.com/jeaadams/JWST-ERS-Pipeline.git
cd JWST_ERS_Pipeline
pipenv shell

Then, you can install all the necessary packages with the following:

pipenv install

Tutorials

Once you've cloned our repository and set up all the necessary packages, you can open and run our tutorials!

cd tutorials
jupyter notebook

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

ExoPix-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

ExoPix-0.1.0-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page