Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HiPERCAM/hipercam
Browse files Browse the repository at this point in the history
Getting a small fix from Stu for changes to headers
  • Loading branch information
trmrsh committed May 27, 2021
2 parents 9d81265 + 9e6371d commit 7e0ac9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/hlogger.py
Expand Up @@ -675,7 +675,7 @@ def hlogger(args=None):
itype = hd.get("IMAGETYP", '')
else:
itype = hd.get("DTYPE", '')
if itype == 'data caution':
if itype == 'acquisition' or itype == 'data caution':
itype = 'acquire'
nhtml.write(f'<td class="left">{itype}</td>')
brow.append(itype)
Expand Down

0 comments on commit 7e0ac9a

Please sign in to comment.