aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/foregrounds.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/foregrounds.py')
-rw-r--r--fg21sim/foregrounds.py5
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: