diff options
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/foregrounds.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fg21sim/foregrounds.py b/fg21sim/foregrounds.py index 3cf60dd..062558f 100644 --- a/fg21sim/foregrounds.py +++ b/fg21sim/foregrounds.py @@ -125,8 +125,9 @@ class Foregrounds: history) for the simulated products. """ header = fits.Header() - header["COMP"] = (", ".join(self.components_id), - "Emission components") + header["COMP"] = ("Combined foreground", + "Emission component") + header.add_comment("COMPONENTS: " + ", ".join(self.components_id)) header["UNIT"] = ("Kelvin", "Map unit") header["CREATOR"] = (__name__, "File creator") # TODO: |