diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-29 15:18:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-29 15:18:45 +0800 |
commit | 226af8a558ea70e5d9d3fa39855e3c3d00ec57e3 (patch) | |
tree | 5b9abcf0591f9a9df51a0e37f0226dccfcc0bab3 /fg21sim/configs/10-galactic.conf.spec | |
parent | 938c09e89926fb2e4d4e889e7a4b21e1e23580fd (diff) | |
download | fg21sim-226af8a558ea70e5d9d3fa39855e3c3d00ec57e3.tar.bz2 |
galactic/freefree: Add config "electron_temperature"
Update method "_calc_ratio_a()" to "_calc_factor_a()"
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs/10-galactic.conf.spec')
-rw-r--r-- | fg21sim/configs/10-galactic.conf.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index 1ef15eb..b082a5d 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -62,6 +62,11 @@ # The unit of the above dust map (e.g., "MJy/sr") dustmap_unit = string(default=None) + # The electron temperature assumed for the ionized interstellar medium + # that generating H{\alpha} emission. + # Unit: [K] + electron_temperature = float(default=7000.0, min=1000) + # Filename prefix for this component prefix = string(default="gfree") # Whether save this component to disk |