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

New Updates to PSF Match Notebook (Coe) #166

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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,296 changes: 2,296 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_Aperture_Photometry_lmc_real.ipynb

Large diffs are not rendered by default.

2,750 changes: 2,750 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_Aperture_Photometry_sim.ipynb

Large diffs are not rendered by default.

2,434 changes: 2,434 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F560W.ipynb

Large diffs are not rendered by default.

2,365 changes: 2,365 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F560W_makepsf.ipynb

Large diffs are not rendered by default.

1,344 changes: 1,344 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F560W_simple.ipynb

Large diffs are not rendered by default.

1,929 changes: 1,929 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F770W.ipynb

Large diffs are not rendered by default.

2,297 changes: 2,297 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F770W_makepsf.ipynb

Large diffs are not rendered by default.

1,366 changes: 1,366 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F770W_simple.ipynb

Large diffs are not rendered by default.

1,328 changes: 1,328 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_F770W_simple_backup.ipynb

Large diffs are not rendered by default.

1,147 changes: 1,147 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_PSF_plotting.ipynb

Large diffs are not rendered by default.

940 changes: 940 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_PSF_plotting_lmc.ipynb

Large diffs are not rendered by default.

1,233 changes: 1,233 additions & 0 deletions jdat_notebooks/MIRI_photometry/MIRI_PSF_plotting_model.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions jdat_notebooks/MIRI_photometry/installation_instructions.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 https://github.com/spacetelescope/jdat_notebooks\
git clone https://github.com/spacetelescope/dat_pyinthesky.git\
cd dat_pyinthesky\
git fetch -q https://github.com/spacetelescope/dat_pyinthesky.git refs/pull/164/head:miriphot\
git checkout miriphot\
conda create -n hackphot python=3.8.10\
conda activate hackphot\
cd jdat_notebooks/MIRI_photometry\
bash webbpsf_install.sh\
pip install -r requirements.txt\
}
10 changes: 10 additions & 0 deletions jdat_notebooks/MIRI_photometry/installation_instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
https://github.com/spacetelescope/jdat_notebooks
git clone https://github.com/spacetelescope/dat_pyinthesky.git
cd dat_pyinthesky
git fetch -q https://github.com/spacetelescope/dat_pyinthesky.git refs/pull/164/head:miriphot
git checkout miriphot
conda create -n hackphot python=3.8.10
conda activate hackphot
cd jdat_notebooks/MIRI_photometry
bash webbpsf_install.sh
pip install -r requirements.txt
10 changes: 10 additions & 0 deletions jdat_notebooks/MIRI_photometry/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
scipy >= 1.8.0
astropy >= 5.0.1
matplotlib == 3.5.1
specutils >= 1.7.0
jupyter >= 1.0.0
pandas >= 1.4.2
jwst >= 1.4.6
webbpsf >= 1.0.0
pysynphot >= 2.0.0
jdaviz >= 2.4.0
14 changes: 14 additions & 0 deletions jdat_notebooks/MIRI_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

Large diffs are not rendered by default.

Loading