Skip to content

Commit

Permalink
Use dtype name instead of dtype itself
Browse files Browse the repository at this point in the history
Closes #129
  • Loading branch information
mwcraig committed Jun 16, 2016
1 parent fb762a5 commit 79f24da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reducer/astro_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def action(self):
continue
ccd = child.action(ccd)

input_dtype = hdu.data.dtype
input_dtype = hdu.data.dtype.name
hdu_tmp = ccd.to_hdu()[0]
hdu.header = hdu_tmp.header
hdu.data = hdu_tmp.data
Expand Down

0 comments on commit 79f24da

Please sign in to comment.