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

adding in ACS SBC, WFC3 and ACS narrow, and JWST filters and enhancing the filter plotting routine #799

Merged
merged 24 commits into from
May 23, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update variables to match reality
  • Loading branch information
karllark committed May 14, 2024
commit e6a8e36054feedad8b54650dc8249c4c0bdbb417
6 changes: 3 additions & 3 deletions beast/tools/make_libfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def make_libfile():
"f814w",
]

acs_hrc = [
acs_sbc = [
"f115lp",
"f125lp",
"f140lp",
Expand Down Expand Up @@ -280,8 +280,8 @@ def make_libfile():
pwaves.append(newfilt.lpivot.value)
comments.append("avg of wfc1 and wfc2")

# Loop through ACS HRC filters
for filt in acs_hrc:
# Loop through ACS SBC filters
for filt in acs_sbc:

# define ir mode
mode = "acs, sbc, " + filt
Expand Down