Skip to content

Commit

Permalink
ensure EXTNAME is set for FITS output
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 18, 2024
1 parent e4db929 commit d7fb722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion py/desispec/tilecompleteness.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,8 @@ def merge_tile_completeness_table(previous_table, new_table):
#
ii = np.argsort(res["LASTNIGHT"])
res = res[ii]

#
# Make sure metadata are updated.
#
res.meta['EXTNAME'] = 'TILES'
return res

0 comments on commit d7fb722

Please sign in to comment.