diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-17 09:47:57 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-17 09:47:57 +0800 |
commit | 4c86653bc2dea5a27acb796570112d775e17133e (patch) | |
tree | 9fa9a977a3008257a14ec3b47fda96823b1f1243 /fg21sim/configs | |
parent | 3c07a41448ddce396ffb98e105fca4ae5d6a74ee (diff) | |
download | fg21sim-4c86653bc2dea5a27acb796570112d775e17133e.tar.bz2 |
configs : Drop "output/filetype"; only support FITS
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index ba432c5..dc679d4 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -88,12 +88,9 @@ unit = option("K", default="K") # Use single-precision float instead of double (also save spaces) use_float = boolean(default=True) -# Filetype used to store the products (default: fits) -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:05.1f}") +# Filename pattern for the output products, which will be finally +# formatted using `str.format()`. +filename_pattern = string(default="{prefix}_{frequency:05.1f}.fits") # Whether calculate the checksum for the output file (e.g., "CHECKSUM" # keyword in FITS header)? |