diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-13 22:04:35 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-13 22:04:35 +0800 |
commit | c0a4a548fcad249051da3ee41131a547940f1e7c (patch) | |
tree | ffc575864c67862501c57f4c41d319b6a5c29949 /fg21sim/configs | |
parent | 8956b1898911304c9b09d5c3a5bdefb2c8fc9326 (diff) | |
download | fg21sim-c0a4a548fcad249051da3ee41131a547940f1e7c.tar.bz2 |
Use keyword "BUNIT" and unit "K"
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 2 |
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)? |