Skip to content

Commit

Permalink
saving maps works
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed May 28, 2024
1 parent 36cc07b commit 91d4694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maria/map/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def plot(
cbar.set_label("RJ temperature [K]")

def to_fits(self, filepath):
self.header = self.tods[0].header
self.header = ap.io.fits.header.Header()
self.header["comment"] = "Made Synthetic observations via maria code"
self.header["comment"] = "Overwrote resolution and size of the output map"

Expand Down

0 comments on commit 91d4694

Please sign in to comment.