From c9a0ad9acd536524d7d6c527f9c7bd171446da57 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 2 Oct 2016 16:54:58 +0800 Subject: configs: Add sample config spec for galactic components --- fg21sim/configs/10-galactic.conf.spec | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 fg21sim/configs/10-galactic.conf.spec (limited to 'fg21sim/configs/10-galactic.conf.spec') diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec new file mode 100644 index 0000000..491b3db --- /dev/null +++ b/fg21sim/configs/10-galactic.conf.spec @@ -0,0 +1,30 @@ +# Configurations for "fg21sim" +# -*- mode: conf -*- +# +# Syntax: `ConfigObj`, https://github.com/DiffSK/configobj +# +# This file contains the general configurations, which control the general +# behaviors, or will be used in other configuration sections. + + +[galactic] + + # Synchrotron emission component (unpolarized) + [[synchrotron]] + # The template map for the simulation. + # This config specify the relative path to the template from "data_dir". + template = string(default=None) + # The frequency of the template map + template_freq = float(default=None) + # The unit of the template map pixel + template_unit = string(default=None) + + # Whether add fluctuations on the small scales + add_smallscales = boolean(default=True) + + # Filename prefix for this component + prefix = string(default="gsync") + # Whether save this component to disk + save = boolean(default=True) + # Output directory to save the simulated results + output_dir = string(default="") -- cgit v1.2.2