diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-26 11:17:08 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-26 11:17:08 +0800 |
commit | 2760364f39688437437beb94215e3690ecc1c02a (patch) | |
tree | df8e9b93f63b0511771d8d4ba05051ffca755d94 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | f6f7ce980797187aed031ae7979be2bf17f82429 (diff) | |
download | fg21sim-2760364f39688437437beb94215e3690ecc1c02a.tar.bz2 |
configs: Remove option "save"; all enabled components will be saved
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index c3e27bc..4ed01ee 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -65,8 +65,6 @@ # Filename prefix for this component prefix = string(default="cluster") - # Whether save this component to disk - save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) @@ -106,8 +104,6 @@ # Extragalactic point sources [[pointsources]] - # Whether save this point source catelogue to disk - save = boolean(default=True) # Output directory to save the simulated catalog output_dir = string(default="PS_tables") # PS components to be simulated |