Closed yucelkilic closed 9 years ago
Fixed align.py's affineremap header copying section with following changes:
Line 51:
tofits(alifilepath, data, hdr = None, verbose = verbose)
to:
if hdr: tofits(alifilepath, data, hdr = hdr, verbose = verbose) else: tofits(alifilepath, data, hdr = None, verbose = verbose)
Fixed align.py's affineremap header copying section with following changes:
Line 51:
to: