Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/JarronL/webbpsf_ext into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
JarronL committed Dec 3, 2024
2 parents 840db5e + 2c02067 commit bd233ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf_ext/imreg_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def read_ta_files(indir, pid, obsid, sca, file_type='rate.fits',
# Get TACQ
try:
fta = get_files(ta_dir, pid, obsid=obsid, sca=sca,
file_type=fta_type, exp_type='NRC_TACQ')[0]
file_type=fta_type, exp_type='NRC_TACQ')[-1]
except:
raise RuntimeError(f'Unable to determine NRC_TACQ file for PID {pid} Obs, {obsid}, {sca}')

Expand Down

0 comments on commit bd233ef

Please sign in to comment.