diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 15:02:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 15:02:06 +0800 |
commit | 27873cfb348d0263dc6015b13d82d10806664c41 (patch) | |
tree | 59d1ac959ef8bf7497b36919921a3a98c5788e75 /fg21sim/configs/00-general.conf.spec | |
parent | 1e0d443c4c77a8a2cc0ae6e503e8811aca6b3e39 (diff) | |
download | fg21sim-27873cfb348d0263dc6015b13d82d10806664c41.tar.bz2 |
Remove the "common/data_dir" config item
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 6827a12..beee721 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -21,10 +21,6 @@ ordering = option("RING", "NESTED", default="RING") lmin = integer(min=0, default=10) lmax = integer(min=1, default=1535) -# Directory contains the input data, e.g., component templates -# NOTE: This config is mandatory and should be provided by the user. -data_dir = string(default=None) - # List of foreground components to be simulated: # + galactic/synchrotron: # Diffuse Galactic synchrotron emission (unpolarized) |