aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-10-30 14:04:27 +0800
committerAaron LI <aly@aaronly.me>2017-10-30 14:21:40 +0800
commit7a88ee0ecbc74ece326249c90ecb170f087be2d0 (patch)
tree5b966865fd7aaab54f6e0d20291ccd995ac66cc1
parent0e22ac44e5893da2d66e61682bd340a8e6cc8cff (diff)
downloadfg21sim-7a88ee0ecbc74ece326249c90ecb170f087be2d0.tar.bz2
fg21sim: Bump version to 0.6.3v0.6.3
* Update the __init__ description a bit * Add the missing parameter change for ``f_acc``
-rw-r--r--fg21sim/__init__.py10
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec2
2 files changed, 6 insertions, 6 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py
index 51ab132..df1346a 100644
--- a/fg21sim/__init__.py
+++ b/fg21sim/__init__.py
@@ -1,24 +1,24 @@
"""
-Realistic Foreground Simulation for EoR 21cm Signal Detection
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Realistic Foreground Simulation for 21 cm Reionization Signal Detection
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2016-2017 Weitian LI
:license: MIT
"""
__pkgname__ = "fg21sim"
-__version__ = "0.6.2"
+__version__ = "0.6.3"
__author__ = "Weitian LI"
__author_email__ = "weitian@aaronly.me"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2016-2017 Weitian LI"
__url__ = "https://github.com/liweitianux/fg21sim"
__description__ = ("Realistic Foreground Simulation for "
- "EoR 21cm Signal Detection")
+ "21 cm Reionization Signal Detection")
import logging
-# Set default logging handle to avoid "No handler found" warnings.
+# Set a default logging handler to avoid the "No handler found" warning
logging.getLogger(__name__).addHandler(logging.NullHandler())
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec
index aef5151..69db5c8 100644
--- a/fg21sim/configs/20-extragalactic.conf.spec
+++ b/fg21sim/configs/20-extragalactic.conf.spec
@@ -156,7 +156,7 @@
# controls the relativistic particle acceleration efficiencies.
# NOTE: The smaller this parameter, the shorter the acceleration
# timescale, therefore the more efficient the turbulent acceleration.
- f_acc = float(default=1.0, min=0.1, max=10)
+ f_acc = float(default=1.5, min=0.1, max=10)
# The fraction of cluster thermal energy originating from turbulent
# dissipation, which describes the turbulence intensity in the ICM,