diff options
| -rwxr-xr-x | bin/healpix2hpx | 1 | ||||
| -rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/bin/healpix2hpx b/bin/healpix2hpx index 670e27a..2a0e6a4 100755 --- a/bin/healpix2hpx +++ b/bin/healpix2hpx @@ -13,7 +13,6 @@ import sys  import argparse  import logging -import numpy as np  from astropy.io import fits  import fg21sim 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 | 
