diff options
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 | ||||
-rw-r--r-- | fg21sim/configs/10-galactic.conf.spec | 1 |
2 files changed, 0 insertions, 5 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) diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index 59d66bc..60bc341 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -12,7 +12,6 @@ # 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 (same unit as in [frequency] section) template_freq = float(default=None) |