aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-06-13 22:04:35 +0800
committerAaron LI <aly@aaronly.me>2017-06-13 22:04:35 +0800
commitc0a4a548fcad249051da3ee41131a547940f1e7c (patch)
treeffc575864c67862501c57f4c41d319b6a5c29949 /fg21sim/configs
parent8956b1898911304c9b09d5c3a5bdefb2c8fc9326 (diff)
downloadfg21sim-c0a4a548fcad249051da3ee41131a547940f1e7c.tar.bz2
Use keyword "BUNIT" and unit "K"
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/00-general.conf.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec
index bf9a724..1914a1b 100644
--- a/fg21sim/configs/00-general.conf.spec
+++ b/fg21sim/configs/00-general.conf.spec
@@ -90,7 +90,7 @@ use_float = boolean(default=True)
# Filename pattern for the output products, which will be finally
# formatted using `str.format()`.
-filename_pattern = string(default="{prefix}_{frequency:05.1f}.fits")
+filename_pattern = string(default="{prefix}_{frequency:06.2f}.fits")
# Whether calculate the checksum for the output file (e.g., "CHECKSUM"
# keyword in FITS header)?