From e252342e4fb0c106734e5659203d36985242bc7c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 11 Oct 2016 10:00:55 +0800 Subject: galactic: Add free-free component simulation * New class "galactic.FreeFree" to simulate free-free emission * Add new config section "galactic/freefree" NOTE: current untested --- fg21sim/configs/10-galactic.conf.spec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'fg21sim/configs') diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index 81e6c6d..216bc42 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -34,3 +34,22 @@ save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) + + # free-free bremsstrahlung emission component + [[freefree]] + # The H{\alpha} map used as the free-free emission template + 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 + dustmap = string(default=None) + # The unit of the above dust map (e.g., "MJy/sr") + dustmap_unit = string(default=None) + + # Filename prefix for this component + prefix = string(default="gfree") + # Whether save this component to disk + save = boolean(default=True) + # Output directory to save the simulated results + output_dir = string(default=None) -- cgit v1.2.2