Skip to content

Commit

Permalink
fixed hlogger bug in accessing phase II data.
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Jul 13, 2021
1 parent d66e07d commit 4a7433a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hipercam/scripts/hlogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,7 @@ def make_positions(
print(f' Found {target} in phaseII data at RA={ra}, Dec={dec}')
pos = SkyCoord(f'{ra} {dec}',unit=(u.hourangle, u.deg))
targets.add_target(target, pos.ra.hour, pos.dec.value, target)
autoid, ra, dec = targets(target)

# save successful lookups
smessages.append(
Expand Down

0 comments on commit 4a7433a

Please sign in to comment.