Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smeingast committed Oct 25, 2024
1 parent 77083e4 commit 7debe5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vircampype/fits/images/sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,7 @@ def build_tile(self):
with fits.open(
self.setup.path_coadd, mode="update"
) as hdul_tile, fits.open(self.paths_full[0], mode="readonly") as hdu_paw0:

hdul_tile[0].header.set(
keyword=self.setup.keywords.object,
value=hdu_paw0[0].header[self.setup.keywords.object],
Expand Down

0 comments on commit 7debe5e

Please sign in to comment.