Skip to content

Commit

Permalink
add abell2744clu wfss
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Nov 22, 2023
1 parent ac85ae8 commit 1a8775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grizli/aws/lambda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def run_grizli_fit(event):
args_file=args_file,
**event_kwargs)

if root.startswith('fresco-g'):
if root.startswith('fresco-g') | root.startswith('abell2744clu'):
try:
mb, tfit = res[0], res[3]
# 1D for FRESCO
Expand Down

0 comments on commit 1a8775a

Please sign in to comment.