From 466eec34aab338757e59a06b8b0d38c37047f19f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 27 Aug 2017 12:36:44 +0800 Subject: freefree.py: Remove units of "halphamap" and "dustmap" --- fg21sim/configs/10-galactic.conf.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'fg21sim/configs') 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) -- cgit v1.2.2