Skip to content

Commit

Permalink
fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Feb 17, 2017
1 parent a9d13c3 commit 42039de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Owlcat/FitsTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def main():
for filename,img in zip(imagenames,images):
if len(imagenames)>1:
print "======== FITS header for",filename;
for hdrline in img[0].header.ascard:
for hdrline in img[0].header.cards:
print hdrline;

if options.replace or len(imagenames)<2:
Expand Down

0 comments on commit 42039de

Please sign in to comment.