Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Nov 14, 2023
1 parent 5098f23 commit f215439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specutils/io/default_loaders/tabular_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def tabular_fits_writer(spectrum, file_name, hdu=1, update_header=False, **kwarg
raise ValueError(f'FITS does not support BINTABLE extension in HDU {hdu}.')

header = spectrum.meta.get('header', fits.header.Header()).copy()
print('header', header)

if update_header:
hdr_types = (str, int, float, complex, bool,
Expand Down

0 comments on commit f215439

Please sign in to comment.