Skip to content

Commit

Permalink
miss file name
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Jun 9, 2024
1 parent d88d55b commit 892ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rsValidation_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def write_html_jinja(valid_apo, valid_lco, designmode,
plan=plan)
else:
raise MugatuError(message='Improper Validation Type')
valid_apo = fits.open(path + '/' + file)[1].data
valid_lco = fits.open(path + '/' + file)[1].data
header = fits.open(path + '/' + file)[0].header
kaiju_v = header['kaiju_version']
coordio_v = header['coordio_version']
Expand Down

0 comments on commit 892ca7b

Please sign in to comment.