aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/main.py
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-08-13 21:02:54 +0800
committerAaron LI <aly@aaronly.me>2017-08-13 21:02:54 +0800
commit1cab1c180cfc5465f1faf81d9fccb08a8684d4a7 (patch)
tree7f5c49f084fbb1ec3c5ad2c3742b62e726398458 /fg21sim/extragalactic/clusters/main.py
parent54c0b17f3484cfbe3402d8916c841f0994d62ca7 (diff)
downloadfg21sim-1cab1c180cfc5465f1faf81d9fccb08a8684d4a7.tar.bz2
clusters: Halo templates are normalized to have mean of 1
Also update the documents of "draw_halo()" function Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/extragalactic/clusters/main.py')
-rw-r--r--fg21sim/extragalactic/clusters/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/extragalactic/clusters/main.py b/fg21sim/extragalactic/clusters/main.py
index 15a9dcd..94a3288 100644
--- a/fg21sim/extragalactic/clusters/main.py
+++ b/fg21sim/extragalactic/clusters/main.py
@@ -304,7 +304,7 @@ class GalaxyClusters:
----
The drawn template images are append to the dictionaries of
the corresponding halo within the ``self.halos``.
- The templates are normalized to have sum of 1.
+ The templates are normalized to have *mean* value of 1.
"""
num = len(self.halos)
logger.info("Draw template images for %d halos ..." % num)