diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-01 09:44:23 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-01 09:44:23 +0800 |
commit | 61d541b224635c3f213cccc0af7c7024885b7d61 (patch) | |
tree | 7c3757b1e8020056a53718c19f4e46ae08519285 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | 9adf1e91d0819f84b1327f6d38cf20c4389430cd (diff) | |
download | fg21sim-61d541b224635c3f213cccc0af7c7024885b7d61.tar.bz2 |
configs: Default logging to INFO; remove a obsolete config option
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index cb174f0..ddbabe6 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -63,11 +63,6 @@ # The index of the scaling relation b_index = float(default=1.5, min=0.0, max=3.0) - # Resolution for simulating each cluster templates, which are finally - # mapped to the all-sky HEALPix map if used. - # Unit: [arcsec] - resolution = float(default=30.0, min=5.0) - # Filename prefix for this component prefix = string(default="cluster") # Whether save this component to disk |