From 1dbb165cdab9b5153bf73fd9d37549fad1b85326 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 19 Jul 2017 21:16:20 +0800 Subject: configs: Update default values Signed-off-by: Aaron LI --- fg21sim/configs/00-general.conf.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fg21sim/configs/00-general.conf.spec') diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index baa7d5e..eb8b0dd 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -45,18 +45,19 @@ type = option("patch", "healpix", default="patch") xcenter = float(default=0.0, min=0.0, max=360.0) ycenter = float(default=0.0, min=-90.0, max=90.0) - xsize = integer(default=None, min=1) - ysize = integer(default=None, min=1) # The image dimensions (i.e., number of pixels) of the sky patch, # along the X (R.A./longitude) and Y (Dec./latitude) axes. + # Default: 1200x1200 => 10x10 [deg^2] (30 arcsec/pixel) + xsize = integer(default=1200, min=1) + ysize = integer(default=1200, min=1) - # Pixel size [ arcsec ] - pixelsize = float(default=None, min=0.0) + # Pixel size [arcsec] + pixelsize = float(default=30.0, min=0.0) # Configurations for input/output HEALPix sky [[healpix]] # HEALPix Nside value, i.e., pixel resolution - nside = integer(min=1, default=1024) + nside = integer(default=1024, min=128) # Frequencies specification of the simulation products -- cgit v1.2.2