From 9f713b6b099a960488ce1b6aed6ef76be43471b5 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 26 Aug 2017 15:43:21 +0800 Subject: configs: Clean up unused options; clean up checkers as well --- fg21sim/configs/00-general.conf.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 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 afbbb83..a6b3af2 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -62,9 +62,6 @@ type = option("patch", "healpix", default="patch") # Frequencies specification of the simulation products [frequency] -# Unit of the frequency value -unit = option("MHz", default="MHz") - # How to specify the frequencies # + custom: # directly specify the frequency values using the "frequencies" config @@ -73,10 +70,12 @@ unit = option("MHz", default="MHz") type = option("custom", "calc", default="custom") # The frequency values to be simulated if above "type" is "custom". +# Unit: [MHz] frequencies = float_list(default=list()) # Parameters to calculate the frequencies -# start and stop frequency value (both inclusive) +# NOTE: "start" and "stop" frequencies are both inclusive. +# Unit: [MHz] start = float(default=None, min=0.0) stop = float(default=None, min=0.0) step = float(default=None, min=0.0) -- cgit v1.2.2