From 226af8a558ea70e5d9d3fa39855e3c3d00ec57e3 Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Sat, 29 Jul 2017 15:18:45 +0800
Subject: galactic/freefree: Add config "electron_temperature"

Update method "_calc_ratio_a()" to "_calc_factor_a()"

Signed-off-by: Aaron LI <aly@aaronly.me>
---
 fg21sim/configs/10-galactic.conf.spec | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'fg21sim/configs')

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
-- 
cgit v1.2.2