From d1020804c2e63b136e48dd3cd94782a7c07c12cb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 29 May 2017 17:06:28 +0800 Subject: configs: extragalactic/halos: change "radius_halo" to "radius" --- fg21sim/configs/20-extragalactic.conf.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'fg21sim/configs') diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 7ed9783..d479e7d 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -59,7 +59,7 @@ # Radius of the giant radio halo in clusters (unit: kpc) # XXX: currently only support a constant radius of halos - radius_halo = float(default=500, min=100) + radius = float(default=500, min=100) # Magnetic field assumed for the cluster (unit: uG) # XXX: currently only support a constant magnetic field @@ -100,11 +100,10 @@ # Output directory to save the simulated catelogues output_dir = string(default="PS_tables") # PS components to be simulated - pscomponents=string_list(default=list()) + pscomponents = string_list(default=list()) # Resolution [arcmin] - resolution=float(default=0.6, min=0.0) - # Number of each type of point source - # Star forming + resolution = float(default=0.6, min=0.0) + [[[starforming]]] # Number of samples numps = integer(default=1000) -- cgit v1.2.2