aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-08-27 12:36:44 +0800
committerAaron LI <aly@aaronly.me>2017-08-27 12:36:44 +0800
commit466eec34aab338757e59a06b8b0d38c37047f19f (patch)
tree7714bee0d1e1981a9c4213e70bff39880ff11a62 /fg21sim/configs
parentec2b93030d0077d2598f523dab4f6df8ed2e09b4 (diff)
downloadfg21sim-466eec34aab338757e59a06b8b0d38c37047f19f.tar.bz2
freefree.py: Remove units of "halphamap" and "dustmap"
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/10-galactic.conf.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec
index 85cc8ee..cf2eef1 100644
--- a/fg21sim/configs/10-galactic.conf.spec
+++ b/fg21sim/configs/10-galactic.conf.spec
@@ -48,15 +48,13 @@
# Free-free bremsstrahlung emission component
[[freefree]]
- # The H{\alpha} map used as the free-free emission template
+ # The Hα map from which to derive the free-free emission
+ # Unit: [Rayleigh]
halphamap = string(default=None)
- # The unit of the H{\alpha} template (e.g., "Rayleigh")
- halphamap_unit = string(default=None)
- # The 100-{\mu}m dust map used for dust absorption correction
+ # The 100-μm dust map used to correct Hα dust absorption
+ # Unit: [MJy/sr]
dustmap = string(default=None)
- # The unit of the above dust map (e.g., "MJy/sr")
- dustmap_unit = string(default=None)
# Effective dust fraction in the LoS actually absorbing Halpha
dust_fraction = float(default=0.33, min=0.1, max=1.0)