Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miriphot #191

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,358 changes: 2,358 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/MIRI_F560W_lmc_stphot.ipynb

Large diffs are not rendered by default.

1,917 changes: 1,917 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/MIRI_F560W_makepsf_lmc.ipynb

Large diffs are not rendered by default.

1,811 changes: 1,811 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/MIRI_F770W_makepsf_lmc.ipynb

Large diffs are not rendered by default.

879 changes: 879 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/MIRI_PSF_plotting_psf_lmc.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
jdaviz
jwst
scipy
astropy
webbpsf
git+https://github.com/astropy/photutils
14 changes: 14 additions & 0 deletions jdat_notebooks/MIRI_PSF_Photometry/webbpsf_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash

set -e

mkdir -p webbpsf-data
FILE_URL='https://stsci.box.com/s/slmgdud1vz9mmbucbsl1bo4dzm9ft4t3'
filename=$(basename $FILE_URL)

if [ ! -f "$filepath" ]; then
wget https://stsci.box.com/shared/static/34o0keicz2iujyilg4uz617va46ks6u9.gz --no-check-certificate
tar -xf 34o0keicz2iujyilg4uz617va46ks6u9.gz
export WEBBPSF_PATH=./webbpsf-data
fi
exit 0
Loading