diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-14 23:31:57 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-14 23:31:57 +0800 |
commit | 84187a51439adf36b78f12509b41471ba6ba8895 (patch) | |
tree | 8404a97e6826d1078d0423bca0d9fc99a99e4ff1 /fg21sim/configs | |
parent | 01b282094d610b0ae2fa809dbce4f7bfa92ccec2 (diff) | |
download | fg21sim-84187a51439adf36b78f12509b41471ba6ba8895.tar.bz2 |
Fix an import; Update one pattern and a comment
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 8cbfd4f..45d3e6f 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -62,9 +62,9 @@ filetype = option("fits", default="fits") # Filename pattern (without extension) for the output products, which will # be finally formatted using `str.format()`. -filename_pattern = string(default="{prefix}_{frequency:.1f}") +filename_pattern = string(default="{prefix}_{frequency:05.1f}") -# Overwrite existing files +# Whether overwrite existing files clobber = boolean(default=False) # Whether combine all components and output |