Skip to content

Commit

Permalink
Remove more cruft in check_hot_pix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jan 17, 2019
1 parent 27d9b4c commit 7378ad1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,9 @@ def check_hot_pix(idxs, yags, zags, mags, types, t_ccd, date, dither_y, dither_z
a 'status' key that has value 0 if the code to get the imposter mag ran successfully,
calculated centroid offset, and star or fid info to make a warning.
"""
idxs = [idx for idx in idxs]
yags = [yag for yag in yags]
zags = [zag for zag in zags]
mags = [mag for mag in mags]
types = [t.decode('ascii') for t in types]
t_ccd = t_ccd
date = date.decode('ascii')
dither_y = dither_y
dither_z = dither_z
dark = aca_dark.get_dark_cal_image(date=date, t_ccd_ref=t_ccd, aca_image=True)
Expand Down

0 comments on commit 7378ad1

Please sign in to comment.