diff options
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)? |